From 3d2cd15b6e6abfdd1c61804e07ac1a7a04bb6e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 21 Apr 2022 13:13:45 +0200 Subject: [PATCH] [bitnami/spring-cloud-dataflow] feat!: :arrow_up: Bump MariaDB version to 10.6 (#9860) Signed-off-by: Javier Salmeron Garcia --- bitnami/spring-cloud-dataflow/Chart.lock | 10 +++++----- bitnami/spring-cloud-dataflow/Chart.yaml | 4 ++-- bitnami/spring-cloud-dataflow/README.md | 19 +++++-------------- 3 files changed, 12 insertions(+), 21 deletions(-) diff --git a/bitnami/spring-cloud-dataflow/Chart.lock b/bitnami/spring-cloud-dataflow/Chart.lock index eafa1617a1..5a095ff095 100644 --- a/bitnami/spring-cloud-dataflow/Chart.lock +++ b/bitnami/spring-cloud-dataflow/Chart.lock @@ -1,15 +1,15 @@ dependencies: - name: rabbitmq repository: https://charts.bitnami.com/bitnami - version: 8.31.5 + version: 8.32.0 - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 10.5.0 + version: 11.0.0 - name: kafka repository: https://charts.bitnami.com/bitnami - version: 16.2.4 + version: 16.2.6 - name: common repository: https://charts.bitnami.com/bitnami version: 1.13.0 -digest: sha256:ccbf524c303ac6fad1ef969f5029d896635145bb4dd684a10df124611764c53e -generated: "2022-04-19T05:27:41.942623695Z" +digest: sha256:031d1d67679ed2d1b4e6ffefce5b3ccfd3dd04a20de0b9d24458562976cac07a +generated: "2022-04-21T11:42:19.113376+02:00" diff --git a/bitnami/spring-cloud-dataflow/Chart.yaml b/bitnami/spring-cloud-dataflow/Chart.yaml index 3ad2840aa6..40f0c4b8b6 100644 --- a/bitnami/spring-cloud-dataflow/Chart.yaml +++ b/bitnami/spring-cloud-dataflow/Chart.yaml @@ -12,7 +12,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami tags: - dataflow-database - version: 10.x.x + version: 11.x.x - condition: kafka.enabled name: kafka repository: https://charts.bitnami.com/bitnami @@ -39,4 +39,4 @@ sources: - https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow - https://github.com/bitnami/bitnami-docker-spring-cloud-skipper - https://dataflow.spring.io/ -version: 7.0.6 +version: 8.0.0 diff --git a/bitnami/spring-cloud-dataflow/README.md b/bitnami/spring-cloud-dataflow/README.md index 13e4a048d3..0f955aa413 100644 --- a/bitnami/spring-cloud-dataflow/README.md +++ b/bitnami/spring-cloud-dataflow/README.md @@ -6,8 +6,6 @@ Spring Cloud Data Flow is a microservices-based toolkit for building streaming a [Overview of Spring Cloud Data Flow](https://github.com/spring-cloud/spring-cloud-dataflow) - - ## TL;DR ```bash @@ -58,7 +56,6 @@ helm uninstall my-release | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` | - ### Common parameters | Name | Description | Value | @@ -71,7 +68,6 @@ helm uninstall my-release | `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` | | `extraDeploy` | Array of extra objects to deploy with the release | `[]` | - ### Dataflow Server parameters | Name | Description | Value | @@ -185,7 +181,6 @@ helm uninstall my-release | `server.proxy` | Add proxy configuration for SCDF server | `{}` | | `server.applicationProperties` | Specify common application properties added by SCDF server to streams and/or tasks | `{}` | - ### Dataflow Skipper parameters | Name | Description | Value | @@ -277,7 +272,6 @@ helm uninstall my-release | `externalSkipper.host` | Host of a external Skipper Server | `localhost` | | `externalSkipper.port` | External Skipper Server port number | `7577` | - ### Deployer parameters | Name | Description | Value | @@ -298,7 +292,6 @@ helm uninstall my-release | `deployer.entryPointStyle` | An entry point style affects how application properties are passed to the container to be deployed. Allowed values: exec (default), shell, boot | `exec` | | `deployer.imagePullPolicy` | An image pull policy defines when a Docker image should be pulled to the local registry. Allowed values: IfNotPresent (default), Always, Never | `IfNotPresent` | - ### RBAC parameters | Name | Description | Value | @@ -309,7 +302,6 @@ helm uninstall my-release | `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` | | `rbac.create` | Whether to create and use RBAC resources or not | `true` | - ### Metrics parameters | Name | Description | Value | @@ -386,7 +378,6 @@ helm uninstall my-release | `metrics.autoscaling.targetCPU` | Target CPU utilization percentage | `""` | | `metrics.autoscaling.targetMemory` | Target Memory utilization percentage | `""` | - ### Init Container parameters | Name | Description | Value | @@ -400,7 +391,6 @@ helm uninstall my-release | `waitForBackends.resources.limits` | Init container wait-for-backend resource limits | `{}` | | `waitForBackends.resources.requests` | Init container wait-for-backend resource requests | `{}` | - ### Database parameters | Name | Description | Value | @@ -430,7 +420,6 @@ helm uninstall my-release | `externalDatabase.skipper.username` | Existing username in the external db to be used by Skipper server | `skipper` | | `externalDatabase.hibernateDialect` | Hibernate Dialect used by Dataflow/Skipper servers | `""` | - ### RabbitMQ chart parameters | Name | Description | Value | @@ -445,7 +434,6 @@ helm uninstall my-release | `externalRabbitmq.vhost` | External RabbitMQ virtual host. It will be saved in a kubernetes secret | `""` | | `externalRabbitmq.existingPasswordSecret` | Existing secret with RabbitMQ password. It will be saved in a kubernetes secret | `""` | - ### Kafka chart parameters | Name | Description | Value | @@ -458,7 +446,6 @@ helm uninstall my-release | `externalKafka.brokers` | External Kafka brokers | `localhost:9092` | | `externalKafka.zkNodes` | External Zookeeper nodes | `localhost:2181` | - Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```bash @@ -662,6 +649,10 @@ Find more information about how to deal with common errors related to Bitnami He If you enabled RabbitMQ chart to be used as the messaging solution for Skipper to manage streaming content, then it's necessary to set the `rabbitmq.auth.password` and `rabbitmq.auth.erlangCookie` parameters when upgrading for readiness/liveness probes to work properly. Inspect the RabbitMQ secret to obtain the password and the Erlang cookie, then you can upgrade your chart using the command below: +### To 8.0.0 + +This major release bumps the MariaDB version to 10.6. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-105-to-mariadb-106/) for upgrading from MariaDB 10.5 to 10.6. No major issues are expected during the upgrade. + ### To 7.0.0 This major updates the Kafka subchart to it newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/kafka#to-1600) you can find more information about the changes introduced in that version. @@ -810,4 +801,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.