Skip to content
Snippets Groups Projects
Commit e4bcd679 authored by Arie Peterson's avatar Arie Peterson
Browse files

Update CHANGELOG and release version 0.15.19

parent 46977feb
No related branches found
No related tags found
No related merge requests found
Pipeline #44218 passed with stages
in 7 minutes and 26 seconds
# Changelog
## [0.15.19] - 2023-12-20
* Update nextcloud helm chart to v4.5.8.
- In particular this upgrades Nextcloud to 27.1.4.
* Extend support for app pinning, by introducing a `raw_url` value for apps as
an alternative to github repo and version. This can be used for apps that are
not hosted on github (`passwords`), or ones that do not include the build
tarball as a release asset (`appointments`).
* Add a helm test for checking that there are no disabled apps except the
expected ones. This helps to prevent accidentally disabling apps by upgrading
them to versions that are not compatible with the nextcloud version.
## [0.15.18] - 2023-11-01
* Disable bulkupload, to prevent failures with the desktop client.
......
......@@ -4,7 +4,7 @@ description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
appVersion: NC-27.1.4-OO-7.2.2.56
version: 0.15.18
version: 0.15.19
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment