bitnami/zookeeper - Upgrade notes for new version

This commit is contained in:
Andrés Bono
2019-06-05 13:25:57 +02:00
parent 148b374c3c
commit c57326e125
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: zookeeper
version: 2.2.4
version: 3.0.0
appVersion: 3.4.14
description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications.
keywords:

View File

@@ -155,6 +155,13 @@ See the [Configuration](#configuration) section to configure the PVC or to disab
## Upgrading
### To 3.0.0
This new version of the chart includes the new Zookeeper major version 3.5.5. Note that to perform an automatic upgrade
of the application, each node will need to have at least one snapshot file created in the data directory. If not, the
new version of the application won't be able to start the service. Please refer to [ZOOKEEPER-3056](https://issues.apache.org/jira/browse/ZOOKEEPER-3056)
in order to find ways to workaround this issue in case you are facing it.
### To 2.0.0
Backwards compatibility is not guaranteed unless you modify the labels used on the chart's statefulsets.