Skip to content

Commit

Permalink
Merge pull request #319 from owncloud/prepare-0-4-release
Browse files Browse the repository at this point in the history
prepare 0.4.0 release
  • Loading branch information
wkloucek committed Jun 16, 2023
2 parents 760ad3d + 03a8957 commit f034590
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 38 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,10 @@ For instructions on how to run it anyways the the respective chart's readme.
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
Chart documentation is available in [oCIS directory](https://github.com/owncloud/ocis-charts/blob/master/charts/ocis/README.md).

## Changes

**Attention** Version 0.2.0 introduces some changes to the value names to align the service/app names at various places (values file, YAML files, directories)
The following changes have been done in detail between 0.1.0 and 0.2.0:

`configRefs.storageUsersConfigRef` -> `configRefs.storageusersConfigRef` \
`secretRefs.storageSystemJwtSecretRef` -> `secretRefs.storagesystemJwtSecretRef` \
`secretRefs.storageSystemSecretRef` -> `secretRefs.storagesystemSecretRef` \
`services.appProvider` -> `services.appprovider` \
`services.appRegistry` -> `services.appregistry` \
`services.authBasic` -> `services.authbasic` \
`services.authMachine` -> `services.authmachine` \
`services.storagePublicLink` -> `services.storagepubliclink` \
`services.storageShares` -> `services.storageshares` \
`services.storageSystem` -> `services.storagesystem` \
`services.storageUsers` -> `services.storageusers`
## List of breaking changes by version

Please check the documentation for breaking changes by version:
[doc.owncloud.com](https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html)
## Contributing

<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
Expand Down
2 changes: 1 addition & 1 deletion charts/ocis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
email: devops@owncloud.com
url: https://owncloud.com
type: application
version: 0.3.0
version: 0.4.0
appVersion: 3.0.0
# supported Kubernetes versions
# should only contain non EOL versions from https://kubernetes.io/releases/patch-releases/#non-active-branch-history
Expand Down
2 changes: 1 addition & 1 deletion charts/ocis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[comment]: # (DONT EDIT THIS FILE, it is autogenerated. Instead you need to edit README.md.gotmpl)

# ownCloud Infinite Scale (oCIS) Helm chart
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)

Installs [ownCloud Infinite Scale](https://doc.owncloud.com/ocis/next/).

Expand Down
23 changes: 3 additions & 20 deletions charts/ocis/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,7 @@ kubectl -n {{ .Release.Namespace }} get secrets/admin-user --template='{{"{{"}}.
{{- end }}

#################################################################################
###### WARNING: Breaking change. #####
###### Version 0.2.0 introduces some changes to the value names to align #####
###### the service/app names at various places (values file, YAML files, #####
###### directories) The following changes have been done in detail #####
###### between 0.1.0 and 0.2.0: #####
###### #####
###### configRefs: #####
###### storageUsersConfigRef -> storageusersConfigRef #####
###### secretRefs: #####
###### storageSystemJwtSecretRef -> storagesystemJwtSecretRef #####
###### storageSystemSecretRef -> storagesystemSecretRef #####
###### services: #####
###### appProvider -> appprovider #####
###### appRegistry -> appregistry #####
###### authBasic -> authbasic #####
###### authMachine -> authmachine #####
###### storagePublicLink -> storagepubliclink #####
###### storageShares -> storageshares #####
###### storageSystem -> storagesystem #####
###### storageUsers -> storageusers #####
###### WARNING: Breaking changes may impact your deployment. #####
#################################################################################
Please check the documentation for breaking changes by version:
https://doc.owncloud.com/ocis/next/deployment/container/orchestration/tab-pages/breaking-changes.html

0 comments on commit f034590

Please sign in to comment.