From e8316fd06993f865f53a03e5317002584b5929b0 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 5 Jun 2024 03:35:54 -0700 Subject: [PATCH] Prepare for release v2024.6.4 (#1115) ProductLine: KubeDB Release: v2024.6.4 Release-tracker: https://github.com/kubedb/CHANGELOG/pull/90 Signed-off-by: 1gtm <1gtm@appscode.com> --- charts/dbgate/Chart.yaml | 4 ++-- charts/dbgate/README.md | 10 +++++----- charts/kafka-ui/Chart.yaml | 2 +- charts/kafka-ui/README.md | 10 +++++----- charts/mongo-ui/Chart.yaml | 4 ++-- charts/mongo-ui/README.md | 10 +++++----- charts/pgadmin/Chart.yaml | 4 ++-- charts/pgadmin/README.md | 10 +++++----- charts/phpmyadmin/Chart.yaml | 4 ++-- charts/phpmyadmin/README.md | 10 +++++----- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/charts/dbgate/Chart.yaml b/charts/dbgate/Chart.yaml index 6197f570..86416893 100644 --- a/charts/dbgate/Chart.yaml +++ b/charts/dbgate/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: dbgate description: DBGate Helm chart for Kubernetes type: application -version: v2024.4.27 -appVersion: v2024.4.27 +version: v2024.6.4 +appVersion: v2024.6.4 home: https://dbgate.org icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png maintainers: diff --git a/charts/dbgate/README.md b/charts/dbgate/README.md index 0329ea81..f204323b 100644 --- a/charts/dbgate/README.md +++ b/charts/dbgate/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/dbgate --version=v2024.4.27 -$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 +$ helm search repo appscode/dbgate --version=v2024.6.4 +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.6.4 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a DBGate deployment on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `dbgate`: ```bash -$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.6.4 ``` The command deploys a DBGate deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -88,12 +88,12 @@ The following table lists the configurable parameters of the `dbgate` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 --set image.tag=latest +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.6.4 --set image.tag=latest ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.4.27 --values values.yaml +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.6.4 --values values.yaml ``` diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index ee4cffb7..f5b8f3d6 100644 --- a/charts/kafka-ui/Chart.yaml +++ b/charts/kafka-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kafka-ui description: A Helm chart for kafka-UI type: application -version: v2024.4.27 +version: v2024.6.4 appVersion: v0.7.1 home: https://docs.kafka-ui.provectus.io icon: https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png diff --git a/charts/kafka-ui/README.md b/charts/kafka-ui/README.md index 6c4baffb..d8b0c688 100644 --- a/charts/kafka-ui/README.md +++ b/charts/kafka-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/kafka-ui --version=v2024.4.27 -$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 +$ helm search repo appscode/kafka-ui --version=v2024.6.4 +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.6.4 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a kafka-ui deployment on a [Kubernetes](http://kubernetes.io) To install/upgrade the chart with the release name `kafka-ui`: ```bash -$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.6.4 ``` The command deploys a kafka-ui deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -103,12 +103,12 @@ The following table lists the configurable parameters of the `kafka-ui` chart an Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 --set image.tag=latest +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.6.4 --set image.tag=latest ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.4.27 --values values.yaml +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.6.4 --values values.yaml ``` diff --git a/charts/mongo-ui/Chart.yaml b/charts/mongo-ui/Chart.yaml index a9006751..46570bfe 100644 --- a/charts/mongo-ui/Chart.yaml +++ b/charts/mongo-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mongo-ui description: mongo-ui Helm chart for Kubernetes type: application -version: v2024.4.27 -appVersion: v2024.4.27 +version: v2024.6.4 +appVersion: v2024.6.4 home: https://github.com/kubedb/mongo-gui icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png maintainers: diff --git a/charts/mongo-ui/README.md b/charts/mongo-ui/README.md index 7caab576..a7600406 100644 --- a/charts/mongo-ui/README.md +++ b/charts/mongo-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/mongo-ui --version=v2024.4.27 -$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 +$ helm search repo appscode/mongo-ui --version=v2024.6.4 +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.6.4 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a mongo-ui deployment on a [Kubernetes](http://kubernetes.io) To install/upgrade the chart with the release name `mongo-ui`: ```bash -$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.6.4 ``` The command deploys a mongo-ui deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -91,12 +91,12 @@ The following table lists the configurable parameters of the `mongo-ui` chart an Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 --set image.tag=latest +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.6.4 --set image.tag=latest ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.4.27 --values values.yaml +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.6.4 --values values.yaml ``` diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index 4ac75bed..db4aa8ea 100644 --- a/charts/pgadmin/Chart.yaml +++ b/charts/pgadmin/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pgadmin description: pgAdmin Helm chart for Kubernetes type: application -version: v2024.4.27 -appVersion: v2024.4.27 +version: v2024.6.4 +appVersion: v2024.6.4 home: https://www.pgadmin.org icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png maintainers: diff --git a/charts/pgadmin/README.md b/charts/pgadmin/README.md index ce217785..89949a0f 100644 --- a/charts/pgadmin/README.md +++ b/charts/pgadmin/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/pgadmin --version=v2024.4.27 -$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 +$ helm search repo appscode/pgadmin --version=v2024.6.4 +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.6.4 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a pgAdmin deployment on a [Kubernetes](http://kubernetes.io) To install/upgrade the chart with the release name `pgadmin`: ```bash -$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.6.4 ``` The command deploys a pgAdmin deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -88,12 +88,12 @@ The following table lists the configurable parameters of the `pgadmin` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 --set image.tag=latest +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.6.4 --set image.tag=latest ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.4.27 --values values.yaml +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.6.4 --values values.yaml ``` diff --git a/charts/phpmyadmin/Chart.yaml b/charts/phpmyadmin/Chart.yaml index 78f5bd29..d25bdec7 100644 --- a/charts/phpmyadmin/Chart.yaml +++ b/charts/phpmyadmin/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: phpmyadmin description: phpMyAdmin Helm chart for Kubernetes type: application -version: v2024.4.27 -appVersion: v2024.4.27 +version: v2024.6.4 +appVersion: v2024.6.4 home: https://www.phpmyadmin.net icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png maintainers: diff --git a/charts/phpmyadmin/README.md b/charts/phpmyadmin/README.md index bbc16fc9..7fb59769 100644 --- a/charts/phpmyadmin/README.md +++ b/charts/phpmyadmin/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/phpmyadmin --version=v2024.4.27 -$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 +$ helm search repo appscode/phpmyadmin --version=v2024.6.4 +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.6.4 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a phpMyAdmin deployment on a [Kubernetes](http://kubernetes.i To install/upgrade the chart with the release name `phpmyadmin`: ```bash -$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.6.4 ``` The command deploys a phpMyAdmin deployment on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -88,12 +88,12 @@ The following table lists the configurable parameters of the `phpmyadmin` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 --set image.tag=latest +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.6.4 --set image.tag=latest ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.4.27 --values values.yaml +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.6.4 --values values.yaml ```