From 9db0126c39b3e6ac768fde72e563e4a6d87e7edc Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:56:11 -0700 Subject: [PATCH] Prepare for release v2024.7.3-rc.0 (#1144) ProductLine: KubeDB Release: v2024.7.3-rc.0 Release-tracker: https://github.com/kubedb/CHANGELOG/pull/91 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha --- 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 +++++----- hack/scripts/import-crds.sh | 5 ----- 11 files changed, 34 insertions(+), 39 deletions(-) diff --git a/charts/dbgate/Chart.yaml b/charts/dbgate/Chart.yaml index 86416893..ba59a9e6 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.6.4 -appVersion: v2024.6.4 +version: v2024.7.3-rc.0 +appVersion: v2024.7.3-rc.0 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 f204323b..f906f71c 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.6.4 -$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.6.4 +$ helm search repo appscode/dbgate --version=v2024.7.3-rc.0 +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 ``` ## 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.6.4 +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 ``` 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.6.4 --set image.tag=latest +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 --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.6.4 --values values.yaml +$ helm upgrade -i dbgate appscode/dbgate -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml ``` diff --git a/charts/kafka-ui/Chart.yaml b/charts/kafka-ui/Chart.yaml index f5b8f3d6..7347f5ee 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.6.4 +version: v2024.7.3-rc.0 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 d8b0c688..303039ef 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.6.4 -$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.6.4 +$ helm search repo appscode/kafka-ui --version=v2024.7.3-rc.0 +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.7.3-rc.0 ``` ## 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.6.4 +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.7.3-rc.0 ``` 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.6.4 --set image.tag=latest +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --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.6.4 --values values.yaml +$ helm upgrade -i kafka-ui appscode/kafka-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml ``` diff --git a/charts/mongo-ui/Chart.yaml b/charts/mongo-ui/Chart.yaml index 46570bfe..219e2e51 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.6.4 -appVersion: v2024.6.4 +version: v2024.7.3-rc.0 +appVersion: v2024.7.3-rc.0 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 a7600406..68d8c904 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.6.4 -$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.6.4 +$ helm search repo appscode/mongo-ui --version=v2024.7.3-rc.0 +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 ``` ## 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.6.4 +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 ``` 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.6.4 --set image.tag=latest +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --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.6.4 --values values.yaml +$ helm upgrade -i mongo-ui appscode/mongo-ui -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml ``` diff --git a/charts/pgadmin/Chart.yaml b/charts/pgadmin/Chart.yaml index db4aa8ea..62d36ff0 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.6.4 -appVersion: v2024.6.4 +version: v2024.7.3-rc.0 +appVersion: v2024.7.3-rc.0 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 89949a0f..5807e5b3 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.6.4 -$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.6.4 +$ helm search repo appscode/pgadmin --version=v2024.7.3-rc.0 +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 ``` ## 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.6.4 +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 ``` 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.6.4 --set image.tag=latest +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --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.6.4 --values values.yaml +$ helm upgrade -i pgadmin appscode/pgadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml ``` diff --git a/charts/phpmyadmin/Chart.yaml b/charts/phpmyadmin/Chart.yaml index d25bdec7..c8ae398f 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.6.4 -appVersion: v2024.6.4 +version: v2024.7.3-rc.0 +appVersion: v2024.7.3-rc.0 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 7fb59769..d47f28ce 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.6.4 -$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.6.4 +$ helm search repo appscode/phpmyadmin --version=v2024.7.3-rc.0 +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 ``` ## 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.6.4 +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 ``` 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.6.4 --set image.tag=latest +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --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.6.4 --values values.yaml +$ helm upgrade -i phpmyadmin appscode/phpmyadmin -n demo --create-namespace --version=v2024.7.3-rc.0 --values values.yaml ``` diff --git a/hack/scripts/import-crds.sh b/hack/scripts/import-crds.sh index 317cd6a3..8ad604b8 100755 --- a/hack/scripts/import-crds.sh +++ b/hack/scripts/import-crds.sh @@ -84,11 +84,6 @@ if [ "$update_kubedb_crds" = true ] && [ -d ${crd_dir} ]; then --input=${crd_dir} \ --out=. --output-yaml=crds/kubedb-catalog-crds.yaml \ --group=catalog.kubedb.com - - crd-importer \ - --input=${crd_dir} \ - --out=./charts/kubedb-ui-server/crds \ - --group=kubedb.com fi KEDACORE_HTTP_ADD_ON_TAG=${KEDACORE_HTTP_ADD_ON_TAG:-v0.8.0}