From 9022ed3bb883157673a707ccbea1a7bfdc963a96 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 27 Apr 2024 02:13:19 -0700 Subject: [PATCH 01/65] Release: v2024.4.27 Signed-off-by: Tamal Saha --- README.md | 1 + releases/v2024.4.27/CHANGELOG.json | 104 +++++++++ releases/v2024.4.27/README.md | 31 +++ releases/v2024.4.27/release.json | 361 +++++++++++++++++++++++++++++ 4 files changed, 497 insertions(+) create mode 100644 releases/v2024.4.27/CHANGELOG.json create mode 100644 releases/v2024.4.27/README.md create mode 100644 releases/v2024.4.27/release.json diff --git a/README.md b/README.md index 792a42023..955ede204 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | KubeDB Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2024.4.27](https:/github.com/kubedb/CHANGELOG/releases/tag/v2024.4.27) | 2024-04-27 | [User Guide](https://kubedb.com/docs/v2024.4.27) | [CHANGELOG](/releases/v2024.4.27/README.md) | 1.20+ | | [v2024.3.16](https:/github.com/kubedb/CHANGELOG/releases/tag/v2024.3.16) | 2024-03-17 | [User Guide](https://kubedb.com/docs/v2024.3.16) | [CHANGELOG](/releases/v2024.3.16/README.md) | 1.20+ | | [v2024.3.9-rc.0](https:/github.com/kubedb/CHANGELOG/releases/tag/v2024.3.9-rc.0) | 2024-03-10 | [User Guide](https://kubedb.com/docs/v2024.3.9-rc.0) | [CHANGELOG](/releases/v2024.3.9-rc.0/README.md) | 1.20+ | | [v2024.2.14](https:/github.com/kubedb/CHANGELOG/releases/tag/v2024.2.14) | 2024-02-15 | [User Guide](https://kubedb.com/docs/v2024.2.14) | [CHANGELOG](/releases/v2024.2.14/README.md) | 1.20+ | diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json new file mode 100644 index 000000000..b282b0f8e --- /dev/null +++ b/releases/v2024.4.27/CHANGELOG.json @@ -0,0 +1,104 @@ +{ + "product_line": "KubeDB", + "release": "v2024.4.27", + "release_date": "2024-04-27T09:15:28.536915581Z", + "release_project_url": "https://github.com/kubedb/CHANGELOG", + "docs_url": "https://kubedb.com/docs/v2024.4.27", + "kubernetes_version": "1.20+", + "projects": [ + { + "url": "github.com/kubedb/apimachinery", + "releases": [ + { + "tag": "v0.45.0", + "commits": [ + { + "SHA": "104a82097", + "Subject": "MSSQL -> MSSQLServer (#1202)" + }, + { + "SHA": "f93640fff", + "Subject": "Add RabbitMQ Autoscaler API (#1194)" + }, + { + "SHA": "06ac2b3b2", + "Subject": "Add RabbitMQ OpsRequest API (#1183)" + }, + { + "SHA": "7e031847c", + "Subject": "Add Memcached Health Check api (#1200)" + }, + { + "SHA": "c3b34d027", + "Subject": "Update offshoot-api (#1201)" + }, + { + "SHA": "7fb3d5619", + "Subject": "Add SingleStore TLS (#1196)" + }, + { + "SHA": "84398fe4e", + "Subject": "Add Pgpool TLS (#1199)" + }, + { + "SHA": "6efef42b8", + "Subject": "Add MS SQL Server APIs (#1174)" + }, + { + "SHA": "1767aac04", + "Subject": "Update druid exporter port (#1191)" + }, + { + "SHA": "837bbc4d8", + "Subject": "Use `applyConfig` in reconfigure opsReqs; Remove inlineConfig (#1144)" + }, + { + "SHA": "1955e7f0a", + "Subject": "Update deps" + }, + { + "SHA": "3bdcf426d", + "Subject": "Use Go 1.22 (#1192)" + }, + { + "SHA": "7386252ce", + "Subject": "Add RabbitMQ shovel and federation plugin constants (#1190)" + }, + { + "SHA": "39554487f", + "Subject": "Update deps" + }, + { + "SHA": "0b85ea377", + "Subject": "Add Port Field to NamedURL (#1189)" + }, + { + "SHA": "adf39bff0", + "Subject": "Use gateway port in db status (#1188)" + }, + { + "SHA": "3768ead95", + "Subject": "Fix Stash Restore Target Issue (#1185)" + }, + { + "SHA": "4c457ff1a", + "Subject": "Mutate prometheus exporter. (#1187)" + }, + { + "SHA": "c9359d205", + "Subject": "Fix Druid resource issue (#1186)" + }, + { + "SHA": "eca0297e1", + "Subject": "Add metrics emitter path for Druid Monitoring (#1182)" + }, + { + "SHA": "cfd5a0615", + "Subject": "Use Go 1.22 (#1179)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md new file mode 100644 index 000000000..8865291ed --- /dev/null +++ b/releases/v2024.4.27/README.md @@ -0,0 +1,31 @@ +# KubeDB v2024.4.27 (2024-04-27) + + +## [kubedb/apimachinery](https://github.com/kubedb/apimachinery) + +### [v0.45.0](https://github.com/kubedb/apimachinery/releases/tag/v0.45.0) + +- [104a8209](https://github.com/kubedb/apimachinery/commit/104a82097) MSSQL -> MSSQLServer (#1202) +- [f93640ff](https://github.com/kubedb/apimachinery/commit/f93640fff) Add RabbitMQ Autoscaler API (#1194) +- [06ac2b3b](https://github.com/kubedb/apimachinery/commit/06ac2b3b2) Add RabbitMQ OpsRequest API (#1183) +- [7e031847](https://github.com/kubedb/apimachinery/commit/7e031847c) Add Memcached Health Check api (#1200) +- [c3b34d02](https://github.com/kubedb/apimachinery/commit/c3b34d027) Update offshoot-api (#1201) +- [7fb3d561](https://github.com/kubedb/apimachinery/commit/7fb3d5619) Add SingleStore TLS (#1196) +- [84398fe4](https://github.com/kubedb/apimachinery/commit/84398fe4e) Add Pgpool TLS (#1199) +- [6efef42b](https://github.com/kubedb/apimachinery/commit/6efef42b8) Add MS SQL Server APIs (#1174) +- [1767aac0](https://github.com/kubedb/apimachinery/commit/1767aac04) Update druid exporter port (#1191) +- [837bbc4d](https://github.com/kubedb/apimachinery/commit/837bbc4d8) Use `applyConfig` in reconfigure opsReqs; Remove inlineConfig (#1144) +- [1955e7f0](https://github.com/kubedb/apimachinery/commit/1955e7f0a) Update deps +- [3bdcf426](https://github.com/kubedb/apimachinery/commit/3bdcf426d) Use Go 1.22 (#1192) +- [7386252c](https://github.com/kubedb/apimachinery/commit/7386252ce) Add RabbitMQ shovel and federation plugin constants (#1190) +- [39554487](https://github.com/kubedb/apimachinery/commit/39554487f) Update deps +- [0b85ea37](https://github.com/kubedb/apimachinery/commit/0b85ea377) Add Port Field to NamedURL (#1189) +- [adf39bff](https://github.com/kubedb/apimachinery/commit/adf39bff0) Use gateway port in db status (#1188) +- [3768ead9](https://github.com/kubedb/apimachinery/commit/3768ead95) Fix Stash Restore Target Issue (#1185) +- [4c457ff1](https://github.com/kubedb/apimachinery/commit/4c457ff1a) Mutate prometheus exporter. (#1187) +- [c9359d20](https://github.com/kubedb/apimachinery/commit/c9359d205) Fix Druid resource issue (#1186) +- [eca0297e](https://github.com/kubedb/apimachinery/commit/eca0297e1) Add metrics emitter path for Druid Monitoring (#1182) +- [cfd5a061](https://github.com/kubedb/apimachinery/commit/cfd5a0615) Use Go 1.22 (#1179) + + + diff --git a/releases/v2024.4.27/release.json b/releases/v2024.4.27/release.json new file mode 100644 index 000000000..849cb41ed --- /dev/null +++ b/releases/v2024.4.27/release.json @@ -0,0 +1,361 @@ +{ + "product_line": "KubeDB", + "release": "v2024.4.27", + "docs_url_template": "https://kubedb.com/docs/%s", + "kubernetes_version": "1.20+", + "projects": [ + { + "github.com/kubedb/apimachinery": { + "tag": "v0.45.1" + } + }, + { + "github.com/kubedb/db-client-go": { + "tag": "v0.0.15" + } + }, + { + "github.com/kubedb/cli": { + "key": "kubedb-cli", + "tag": "v0.45.0" + }, + "github.com/kubedb/crd-manager": { + "tag": "v0.0.9" + }, + "github.com/kubedb/dashboard-restic-plugin": { + "tag": "v0.3.0" + }, + "github.com/kubedb/druid": { + "tag": "v0.0.9" + }, + "github.com/kubedb/elasticsearch": { + "tag": "v0.45.0" + }, + "github.com/kubedb/elasticsearch-restic-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/ferretdb": { + "tag": "v0.0.9" + }, + "github.com/kubedb/kafka": { + "tag": "v0.16.0" + }, + "github.com/kubedb/kubedb-manifest-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/mariadb": { + "tag": "v0.29.0" + }, + "github.com/kubedb/mariadb-archiver": { + "tag": "v0.5.0" + }, + "github.com/kubedb/mariadb-coordinator": { + "tag": "v0.25.0" + }, + "github.com/kubedb/mariadb-csi-snapshotter-plugin": { + "tag": "v0.5.0" + }, + "github.com/kubedb/mariadb-restic-plugin": { + "tag": "v0.3.0" + }, + "github.com/kubedb/memcached": { + "tag": "v0.38.0" + }, + "github.com/kubedb/mongodb": { + "tag": "v0.38.0" + }, + "github.com/kubedb/mongodb-csi-snapshotter-plugin": { + "tag": "v0.6.0" + }, + "github.com/kubedb/mongodb-restic-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/mssql": { + "tag": "v0.0.1" + }, + "github.com/kubedb/mssql-coordinator": { + "tag": "v0.0.1" + }, + "github.com/kubedb/mysql": { + "tag": "v0.38.0" + }, + "github.com/kubedb/mysql-archiver": { + "tag": "v0.6.0" + }, + "github.com/kubedb/mysql-coordinator": { + "tag": "v0.23.0" + }, + "github.com/kubedb/mysql-csi-snapshotter-plugin": { + "tag": "v0.6.0" + }, + "github.com/kubedb/mysql-restic-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/mysql-router-init": { + "tag": "v0.23.0" + }, + "github.com/kubedb/percona-xtradb": { + "tag": "v0.32.0" + }, + "github.com/kubedb/percona-xtradb-coordinator": { + "tag": "v0.18.0" + }, + "github.com/kubedb/pg-coordinator": { + "tag": "v0.29.0" + }, + "github.com/kubedb/pgpool": { + "tag": "v0.0.9" + }, + "github.com/kubedb/postgres": { + "tag": "v0.45.0" + }, + "github.com/kubedb/postgres-archiver": { + "tag": "v0.6.0" + }, + "github.com/kubedb/postgres-csi-snapshotter-plugin": { + "tag": "v0.6.0" + }, + "github.com/kubedb/postgres-restic-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/provider-aws": { + "tag": "v0.7.0" + }, + "github.com/kubedb/provider-azure": { + "tag": "v0.7.0" + }, + "github.com/kubedb/provider-gcp": { + "tag": "v0.7.0" + }, + "github.com/kubedb/rabbitmq": { + "tag": "v0.0.11" + }, + "github.com/kubedb/redis": { + "tag": "v0.38.0" + }, + "github.com/kubedb/redis-coordinator": { + "tag": "v0.24.0" + }, + "github.com/kubedb/redis-restic-plugin": { + "tag": "v0.8.0" + }, + "github.com/kubedb/replication-mode-detector": { + "tag": "v0.32.0" + }, + "github.com/kubedb/singlestore": { + "tag": "v0.0.9" + }, + "github.com/kubedb/singlestore-coordinator": { + "tag": "v0.0.8" + }, + "github.com/kubedb/singlestore-restic-plugin": { + "tag": "v0.3.0" + }, + "github.com/kubedb/solr": { + "tag": "v0.0.11" + }, + "github.com/kubedb/tests": { + "tag": "v0.30.0" + }, + "github.com/kubedb/zookeeper": { + "tag": "v0.0.10" + }, + "github.com/kubedb/zookeeper-restic-plugin": { + "tag": "v0.1.0" + } + }, + { + "github.com/kubedb/dashboard": { + "key": "kubedb-dashboard", + "tag": "v0.21.0", + "chartNames": [ + "kubedb-dashboard" + ] + }, + "github.com/kubedb/pgbouncer": { + "tag": "v0.32.0", + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=POSTGRES_TAG=${KUBEDB_POSTGRES_TAG} ", + "make add-license fmt" + ] + }, + "github.com/kubedb/proxysql": { + "tag": "v0.32.0", + "commands": [ + "release-automaton update-vars --env-file=${WORKSPACE}/Makefile.env --vars=MYSQL_TAG=${KUBEDB_MYSQL_TAG} --vars=PERCONA_XTRADB_TAG=${KUBEDB_PERCONA_XTRADB_TAG} ", + "make add-license fmt" + ] + } + }, + { + "github.com/kubedb/provisioner": { + "key": "kubedb-provisioner", + "tag": "v0.45.0", + "chartNames": [ + "kubedb-provisioner" + ] + }, + "github.com/kubedb/schema-manager": { + "key": "kubedb-schema-manager", + "tag": "v0.21.0", + "chartNames": [ + "kubedb-schema-manager" + ] + }, + "github.com/kubedb/ui-server": { + "key": "kubedb-ui-server", + "tag": "v0.21.0", + "chartNames": [ + "kubedb-ui-server" + ] + } + }, + { + "github.com/kubedb/ops-manager": { + "key": "kubedb-ops-manager", + "tag": "v0.32.0", + "chartNames": [ + "kubedb-ops-manager" + ] + } + }, + { + "github.com/kubedb/autoscaler": { + "key": "kubedb-autoscaler", + "tag": "v0.30.0", + "chartNames": [ + "kubedb-autoscaler" + ] + } + }, + { + "github.com/kubedb/webhook-server": { + "key": "kubedb-webhook-server", + "tag": "v0.21.0", + "chartNames": [ + "kubedb-webhook-server" + ] + } + }, + { + "github.com/kubedb/installer": { + "key": "kubedb-installer", + "tag": "v2024.4.27", + "chartNames": [ + "kubedb-crds", + "kubedb-catalog", + "kubedb" + ], + "commands": [ + "./hack/scripts/import-crds.sh", + "go run ./catalog/kubedb/fmt/main.go --update-spec=spec.replicationModeDetector.image=ghcr.io/kubedb/replication-mode-detector:${KUBEDB_REPLICATION_MODE_DETECTOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=MariaDBVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/mariadb-coordinator:${KUBEDB_MARIADB_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=MySQLVersion --update-spec=spec.archiver.walg.image=${KUBEDB_MYSQL_ARCHIVER_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=MySQLVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/mysql-coordinator:${KUBEDB_MYSQL_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=MySQLVersion --update-spec=spec.routerInitContainer.image=ghcr.io/kubedb/mysql-router-init:${KUBEDB_MYSQL_ROUTER_INIT_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=PerconaXtraDBVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/percona-xtradb-coordinator:${KUBEDB_PERCONA_XTRADB_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=PostgresVersion --update-spec=spec.archiver.walg.image=${KUBEDB_POSTGRES_ARCHIVER_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=PostgresVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/pg-coordinator:${KUBEDB_PG_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=RedisVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/redis-coordinator:${KUBEDB_REDIS_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=SinglestoreVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/singlestore-coordinator:${KUBEDB_SINGLESTORE_COORDINATOR_TAG}", + "go run ./catalog/kubedb/fmt/main.go --kind=MSSQLServerVersion --update-spec=spec.coordinator.image=ghcr.io/kubedb/msssql-coordinator:${KUBEDB_MSSQL_COORDINATOR_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=elasticsearch-dashboard-backup --update-spec=spec.image=ghcr.io/kubedb/dashboard-restic-plugin:${KUBEDB_DASHBOARD_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=elasticsearch-dashboard-restore --update-spec=spec.image=ghcr.io/kubedb/dashboard-restic-plugin:${KUBEDB_DASHBOARD_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=elasticsearch-backup --update-spec=spec.image=ghcr.io/kubedb/elasticsearch-restic-plugin:${KUBEDB_ELASTICSEARCH_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=elasticsearch-restore --update-spec=spec.image=ghcr.io/kubedb/elasticsearch-restic-plugin:${KUBEDB_ELASTICSEARCH_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=kubedbmanifest-backup --update-spec=spec.image=ghcr.io/kubedb/kubedb-manifest-plugin:${KUBEDB_KUBEDB_MANIFEST_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=kubedbmanifest-restore --update-spec=spec.image=ghcr.io/kubedb/kubedb-manifest-plugin:${KUBEDB_KUBEDB_MANIFEST_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mariadb-backup --update-spec=spec.image=ghcr.io/kubedb/mariadb-restic-plugin:${KUBEDB_MARIADB_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mariadb-csi-snapshotter --update-spec=spec.image=ghcr.io/kubedb/mariadb-csi-snapshotter-plugin:${KUBEDB_MARIADB_CSI_SNAPSHOTTER_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mariadb-restore --update-spec=spec.image=ghcr.io/kubedb/mariadb-restic-plugin:${KUBEDB_MARIADB_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mongodb-backup --update-spec=spec.image=ghcr.io/kubedb/mongodb-restic-plugin:${KUBEDB_MONGODB_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mongodb-csi-snapshotter --update-spec=spec.image=ghcr.io/kubedb/mongodb-csi-snapshotter-plugin:${KUBEDB_MONGODB_CSI_SNAPSHOTTER_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mongodb-restore --update-spec=spec.image=ghcr.io/kubedb/mongodb-restic-plugin:${KUBEDB_MONGODB_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mysql-backup --update-spec=spec.image=ghcr.io/kubedb/mysql-restic-plugin:${KUBEDB_MYSQL_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mysql-csi-snapshotter --update-spec=spec.image=ghcr.io/kubedb/mysql-csi-snapshotter-plugin:${KUBEDB_MYSQL_CSI_SNAPSHOTTER_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=mysql-restore --update-spec=spec.image=ghcr.io/kubedb/mysql-restic-plugin:${KUBEDB_MYSQL_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=opensearch-backup --update-spec=spec.image=ghcr.io/kubedb/elasticsearch-restic-plugin:${KUBEDB_ELASTICSEARCH_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=opensearch-restore --update-spec=spec.image=ghcr.io/kubedb/elasticsearch-restic-plugin:${KUBEDB_ELASTICSEARCH_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=postgres-backup --update-spec=spec.image=ghcr.io/kubedb/postgres-restic-plugin:${KUBEDB_POSTGRES_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=postgres-csi-snapshotter --update-spec=spec.image=ghcr.io/kubedb/postgres-csi-snapshotter-plugin:${KUBEDB_POSTGRES_CSI_SNAPSHOTTER_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=postgres-restore --update-spec=spec.image=ghcr.io/kubedb/postgres-restic-plugin:${KUBEDB_POSTGRES_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=redis-backup --update-spec=spec.image=ghcr.io/kubedb/redis-restic-plugin:${KUBEDB_REDIS_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=redis-restore --update-spec=spec.image=ghcr.io/kubedb/redis-restic-plugin:${KUBEDB_REDIS_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=singlestore-backup --update-spec=spec.image=ghcr.io/kubedb/singlestore-restic-plugin:${KUBEDB_SINGLESTORE_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=singlestore-restore --update-spec=spec.image=ghcr.io/kubedb/singlestore-restic-plugin:${KUBEDB_SINGLESTORE_RESTIC_PLUGIN_TAG}_$${DB_VERSION}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=zookeeper-backup --update-spec=spec.image=ghcr.io/kubedb/zookeeper-restic-plugin:${KUBEDB_ZOOKEEPER_RESTIC_PLUGIN_TAG}", + "go run ./catalog/kubestash/fmt/main.go --kind=Function --name=zookeeper-restore --update-spec=spec.image=ghcr.io/kubedb/zookeeper-restic-plugin:${KUBEDB_ZOOKEEPER_RESTIC_PLUGIN_TAG}", + "make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-crd-manager CHART_VERSION=${KUBEDB_CRD_MANAGER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-provisioner CHART_VERSION=${KUBEDB_PROVISIONER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-ops-manager CHART_VERSION=${KUBEDB_OPS_MANAGER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-autoscaler CHART_VERSION=${KUBEDB_AUTOSCALER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-dashboard CHART_VERSION=${KUBEDB_DASHBOARD_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-schema-manager CHART_VERSION=${KUBEDB_SCHEMA_MANAGER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-ui-server CHART_VERSION=${KUBEDB_UI_SERVER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-webhook-server CHART_VERSION=${KUBEDB_WEBHOOK_SERVER_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-provider-aws CHART_VERSION=${RELEASE} APP_VERSION=${KUBEDB_PROVIDER_AWS_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-provider-azure CHART_VERSION=${RELEASE} APP_VERSION=${KUBEDB_PROVIDER_AZURE_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "make chart-kubedb-provider-gcp CHART_VERSION=${RELEASE} APP_VERSION=${KUBEDB_PROVIDER_GCP_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}", + "./hack/scripts/update-chart-dependencies.sh" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/appscode/charts": { + "charts": [ + "github.com/kubedb/installer" + ], + "changelog": "Skip" + } + }, + { + "github.com/appscode/static-assets": { + "commands": [ + "release-automaton update-assets --hide --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE}" + ], + "changelog": "StandaloneWebsite" + } + }, + { + "github.com/kubedb/docs": { + "key": "kubedb", + "tag": "v2024.4.27", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/kubedb/website": { + "tag": "v2024.4.27", + "commands": [ + "make set-assets-repo ASSETS_REPO_URL=https://github.com/appscode/static-assets", + "make docs", + "make set-version VERSION=${TAG}" + ], + "release_branch": "master", + "changelog": "Skip" + } + }, + { + "github.com/kubedb/bundles": { + "tag": "v2024.4.27", + "commands": [ + "release-automaton update-bundles --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE} --charts-dir=charts" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/bytebuilders/bundle-registry": { + "charts": [ + "github.com/kubedb/bundles" + ], + "changelog": "Skip" + } + } + ] +} \ No newline at end of file From ef7a813ae0590fe7422b1d29aa07324b251f57eb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 11:08:01 +0000 Subject: [PATCH 02/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 52 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 17 ++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index b282b0f8e..be563a4ba 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T09:15:28.536915581Z", + "release_date": "2024-04-27T11:08:01.806811523Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -99,6 +99,56 @@ ] } ] + }, + { + "url": "github.com/kubedb/db-client-go", + "releases": [ + { + "tag": "v0.0.15", + "commits": [ + { + "SHA": "d3a1eb1c", + "Subject": "Prepare for release v0.0.15 (#104)" + }, + { + "SHA": "f377b7fd", + "Subject": "Fix driver name (#103)" + }, + { + "SHA": "31518cdb", + "Subject": "MSSQL -> MSSQLServer (#102)" + }, + { + "SHA": "8638376f", + "Subject": "Add tls for Pgpool client (#99)" + }, + { + "SHA": "4edbe630", + "Subject": "Add SingleStore TLS (#97)" + }, + { + "SHA": "8c73c085", + "Subject": "Add MS SQL Server DB Client (#88)" + }, + { + "SHA": "4b4e47e1", + "Subject": "Add WithCred() & WithAuthDatabase() builder utility (#98)" + }, + { + "SHA": "deb90f66", + "Subject": "Add AMQP client Getter for RabbitMQ (#96)" + }, + { + "SHA": "f4fab3d2", + "Subject": "Add create space method for dashboard (#95)" + }, + { + "SHA": "e01cb9ea", + "Subject": "Update deps" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 8865291ed..3d187ec0f 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -29,3 +29,20 @@ +## [kubedb/db-client-go](https://github.com/kubedb/db-client-go) + +### [v0.0.15](https://github.com/kubedb/db-client-go/releases/tag/v0.0.15) + +- [d3a1eb1c](https://github.com/kubedb/db-client-go/commit/d3a1eb1c) Prepare for release v0.0.15 (#104) +- [f377b7fd](https://github.com/kubedb/db-client-go/commit/f377b7fd) Fix driver name (#103) +- [31518cdb](https://github.com/kubedb/db-client-go/commit/31518cdb) MSSQL -> MSSQLServer (#102) +- [8638376f](https://github.com/kubedb/db-client-go/commit/8638376f) Add tls for Pgpool client (#99) +- [4edbe630](https://github.com/kubedb/db-client-go/commit/4edbe630) Add SingleStore TLS (#97) +- [8c73c085](https://github.com/kubedb/db-client-go/commit/8c73c085) Add MS SQL Server DB Client (#88) +- [4b4e47e1](https://github.com/kubedb/db-client-go/commit/4b4e47e1) Add WithCred() & WithAuthDatabase() builder utility (#98) +- [deb90f66](https://github.com/kubedb/db-client-go/commit/deb90f66) Add AMQP client Getter for RabbitMQ (#96) +- [f4fab3d2](https://github.com/kubedb/db-client-go/commit/f4fab3d2) Add create space method for dashboard (#95) +- [e01cb9ea](https://github.com/kubedb/db-client-go/commit/e01cb9ea) Update deps + + + From ed8f3ae1d8d7461cd3e2223788d5e4de97ad71ac Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:56:30 +0000 Subject: [PATCH 03/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2024.4.27/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index be563a4ba..b42109936 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T11:08:01.806811523Z", + "release_date": "2024-04-27T12:56:30.336176046Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -149,6 +149,24 @@ ] } ] + }, + { + "url": "github.com/kubedb/mssql", + "releases": [ + { + "tag": "v0.0.1", + "commits": [ + { + "SHA": "5ec0f33", + "Subject": "Prepare for release v0.0.1 (#6)" + }, + { + "SHA": "7b3e1a9", + "Subject": "Add MS SQL Server Provisioner Operator (#5)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 3d187ec0f..30905d211 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -46,3 +46,12 @@ +## [kubedb/mssql](https://github.com/kubedb/mssql) + +### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) + +- [5ec0f33](https://github.com/kubedb/mssql/commit/5ec0f33) Prepare for release v0.0.1 (#6) +- [7b3e1a9](https://github.com/kubedb/mssql/commit/7b3e1a9) Add MS SQL Server Provisioner Operator (#5) + + + From 06ad1dc117bd3ed96179a8cfb4ad36a3b60e2830 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:56:42 +0000 Subject: [PATCH 04/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index b42109936..84f53f3e3 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:56:30.336176046Z", + "release_date": "2024-04-27T12:56:42.76862055Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -167,6 +167,40 @@ ] } ] + }, + { + "url": "github.com/kubedb/postgres", + "releases": [ + { + "tag": "v0.45.0", + "commits": [ + { + "SHA": "78cec238a", + "Subject": "Prepare for release v0.45.0 (#731)" + }, + { + "SHA": "b939cb7f8", + "Subject": "Prepare for release v0.45.0 (#730)" + }, + { + "SHA": "22617a148", + "Subject": "Remove unnecessary log (#729)" + }, + { + "SHA": "6627c4628", + "Subject": "Use deps (#728)" + }, + { + "SHA": "3fcdc899e", + "Subject": "Use Go 1.22 (#727)" + }, + { + "SHA": "e0627ad89", + "Subject": "Fix WebHook (#726)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 30905d211..6587740ce 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -55,3 +55,16 @@ +## [kubedb/postgres](https://github.com/kubedb/postgres) + +### [v0.45.0](https://github.com/kubedb/postgres/releases/tag/v0.45.0) + +- [78cec238](https://github.com/kubedb/postgres/commit/78cec238a) Prepare for release v0.45.0 (#731) +- [b939cb7f](https://github.com/kubedb/postgres/commit/b939cb7f8) Prepare for release v0.45.0 (#730) +- [22617a14](https://github.com/kubedb/postgres/commit/22617a148) Remove unnecessary log (#729) +- [6627c462](https://github.com/kubedb/postgres/commit/6627c4628) Use deps (#728) +- [3fcdc899](https://github.com/kubedb/postgres/commit/3fcdc899e) Use Go 1.22 (#727) +- [e0627ad8](https://github.com/kubedb/postgres/commit/e0627ad89) Fix WebHook (#726) + + + From 571b056b647bc929997e505ec11bfdfabf17151d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:56:52 +0000 Subject: [PATCH 05/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 84f53f3e3..3c07233e9 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:56:42.76862055Z", + "release_date": "2024-04-27T12:56:52.873114762Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -201,6 +201,40 @@ ] } ] + }, + { + "url": "github.com/kubedb/redis", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "6b29c6ab2", + "Subject": "Prepare for release v0.38.0 (#538)" + }, + { + "SHA": "5403c0460", + "Subject": "Prepare for release v0.38.0 (#537)" + }, + { + "SHA": "b9a7cbc70", + "Subject": "Remove redundant log for monitoring agent not found (#536)" + }, + { + "SHA": "56a9e21f3", + "Subject": "Use deps (#535)" + }, + { + "SHA": "37c0f40d7", + "Subject": "Use Go 1.22 (#534)" + }, + { + "SHA": "5645fb9bd", + "Subject": "Remove License Check from Webhook Server (#533)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 6587740ce..8b5743ba5 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -68,3 +68,16 @@ +## [kubedb/redis](https://github.com/kubedb/redis) + +### [v0.38.0](https://github.com/kubedb/redis/releases/tag/v0.38.0) + +- [6b29c6ab](https://github.com/kubedb/redis/commit/6b29c6ab2) Prepare for release v0.38.0 (#538) +- [5403c046](https://github.com/kubedb/redis/commit/5403c0460) Prepare for release v0.38.0 (#537) +- [b9a7cbc7](https://github.com/kubedb/redis/commit/b9a7cbc70) Remove redundant log for monitoring agent not found (#536) +- [56a9e21f](https://github.com/kubedb/redis/commit/56a9e21f3) Use deps (#535) +- [37c0f40d](https://github.com/kubedb/redis/commit/37c0f40d7) Use Go 1.22 (#534) +- [5645fb9b](https://github.com/kubedb/redis/commit/5645fb9bd) Remove License Check from Webhook Server (#533) + + + From 6acd37c67ee4cc313b49ce05e05f7424492c1ff4 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:56:58 +0000 Subject: [PATCH 06/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 44 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 15 ++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 3c07233e9..5b1b4ea46 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:56:52.873114762Z", + "release_date": "2024-04-27T12:56:58.894758582Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -168,6 +168,48 @@ } ] }, + { + "url": "github.com/kubedb/pgpool", + "releases": [ + { + "tag": "v0.0.9", + "commits": [ + { + "SHA": "71982d7", + "Subject": "Prepare for release v0.0.9 (#27)" + }, + { + "SHA": "544327d", + "Subject": "Prepare for release v0.0.9 (#26)" + }, + { + "SHA": "dd8144f", + "Subject": "Add TLS support (#25)" + }, + { + "SHA": "cabc3db", + "Subject": "Set Defaults to db on reconcile (#24)" + }, + { + "SHA": "8fb6dfe", + "Subject": "Add PetSet in daily workflow and makefile (#11)" + }, + { + "SHA": "a510bbf", + "Subject": "Use deps (#23)" + }, + { + "SHA": "89285b1", + "Subject": "Use Go 1.22 (#22)" + }, + { + "SHA": "279978f", + "Subject": "Remove license check for webhook-server (#21)" + } + ] + } + ] + }, { "url": "github.com/kubedb/postgres", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 8b5743ba5..04ac88cf9 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -55,6 +55,21 @@ +## [kubedb/pgpool](https://github.com/kubedb/pgpool) + +### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) + +- [71982d7](https://github.com/kubedb/pgpool/commit/71982d7) Prepare for release v0.0.9 (#27) +- [544327d](https://github.com/kubedb/pgpool/commit/544327d) Prepare for release v0.0.9 (#26) +- [dd8144f](https://github.com/kubedb/pgpool/commit/dd8144f) Add TLS support (#25) +- [cabc3db](https://github.com/kubedb/pgpool/commit/cabc3db) Set Defaults to db on reconcile (#24) +- [8fb6dfe](https://github.com/kubedb/pgpool/commit/8fb6dfe) Add PetSet in daily workflow and makefile (#11) +- [a510bbf](https://github.com/kubedb/pgpool/commit/a510bbf) Use deps (#23) +- [89285b1](https://github.com/kubedb/pgpool/commit/89285b1) Use Go 1.22 (#22) +- [279978f](https://github.com/kubedb/pgpool/commit/279978f) Remove license check for webhook-server (#21) + + + ## [kubedb/postgres](https://github.com/kubedb/postgres) ### [v0.45.0](https://github.com/kubedb/postgres/releases/tag/v0.45.0) From 1d36fe0e28102522a72c9d51b3c0738861b2b6cb Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:05 +0000 Subject: [PATCH 07/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2024.4.27/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 5b1b4ea46..13b9ecbfd 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:56:58.894758582Z", + "release_date": "2024-04-27T12:57:05.683330095Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -277,6 +277,24 @@ ] } ] + }, + { + "url": "github.com/kubedb/replication-mode-detector", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "ead0dae3", + "Subject": "Prepare for release v0.32.0 (#267)" + }, + { + "SHA": "803fe52b", + "Subject": "Use Go 1.22 (#265)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 04ac88cf9..9f5934990 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -96,3 +96,12 @@ +## [kubedb/replication-mode-detector](https://github.com/kubedb/replication-mode-detector) + +### [v0.32.0](https://github.com/kubedb/replication-mode-detector/releases/tag/v0.32.0) + +- [ead0dae3](https://github.com/kubedb/replication-mode-detector/commit/ead0dae3) Prepare for release v0.32.0 (#267) +- [803fe52b](https://github.com/kubedb/replication-mode-detector/commit/803fe52b) Use Go 1.22 (#265) + + + From 05ded49eb85f160f8e679f6bd50d6db82f053577 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:13 +0000 Subject: [PATCH 08/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 13b9ecbfd..aca0cfd8d 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:05.683330095Z", + "release_date": "2024-04-27T12:57:13.399002119Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -244,6 +244,44 @@ } ] }, + { + "url": "github.com/kubedb/rabbitmq", + "releases": [ + { + "tag": "v0.0.11", + "commits": [ + { + "SHA": "b529602", + "Subject": "Prepare for release v0.0.11 (#28)" + }, + { + "SHA": "26b5e6f", + "Subject": "Prepare for release v0.0.11 (#27)" + }, + { + "SHA": "630c0ef", + "Subject": "Patch AuthsecretRef to DB yaml (#26)" + }, + { + "SHA": "9248270", + "Subject": "Set Defaults to db on reconcile (#24)" + }, + { + "SHA": "ef00643", + "Subject": "Add support for PDB and extend default plugin supports (#21)" + }, + { + "SHA": "bf35fcd", + "Subject": "Use deps (#23)" + }, + { + "SHA": "048dbbe", + "Subject": "Use Go 1.22 (#22)" + } + ] + } + ] + }, { "url": "github.com/kubedb/redis", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 9f5934990..0f5784afb 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -83,6 +83,20 @@ +## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) + +### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) + +- [b529602](https://github.com/kubedb/rabbitmq/commit/b529602) Prepare for release v0.0.11 (#28) +- [26b5e6f](https://github.com/kubedb/rabbitmq/commit/26b5e6f) Prepare for release v0.0.11 (#27) +- [630c0ef](https://github.com/kubedb/rabbitmq/commit/630c0ef) Patch AuthsecretRef to DB yaml (#26) +- [9248270](https://github.com/kubedb/rabbitmq/commit/9248270) Set Defaults to db on reconcile (#24) +- [ef00643](https://github.com/kubedb/rabbitmq/commit/ef00643) Add support for PDB and extend default plugin supports (#21) +- [bf35fcd](https://github.com/kubedb/rabbitmq/commit/bf35fcd) Use deps (#23) +- [048dbbe](https://github.com/kubedb/rabbitmq/commit/048dbbe) Use Go 1.22 (#22) + + + ## [kubedb/redis](https://github.com/kubedb/redis) ### [v0.38.0](https://github.com/kubedb/redis/releases/tag/v0.38.0) From a281d809d67ab92eae9d43ecdc37ac7bd39059da Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:18 +0000 Subject: [PATCH 09/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index aca0cfd8d..1add1464e 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:13.399002119Z", + "release_date": "2024-04-27T12:57:18.551393259Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -316,6 +316,32 @@ } ] }, + { + "url": "github.com/kubedb/redis-restic-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "76a22e9", + "Subject": "Prepare for release v0.8.0 (#31)" + }, + { + "SHA": "de1eb07", + "Subject": "Prepare for release v0.8.0 (#30)" + }, + { + "SHA": "117aae0", + "Subject": "Use restic 0.16.4 (#29)" + }, + { + "SHA": "e855f79", + "Subject": "Use Go 1.22 (#28)" + } + ] + } + ] + }, { "url": "github.com/kubedb/replication-mode-detector", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 0f5784afb..091cb985d 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -110,6 +110,17 @@ +## [kubedb/redis-restic-plugin](https://github.com/kubedb/redis-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/redis-restic-plugin/releases/tag/v0.8.0) + +- [76a22e9](https://github.com/kubedb/redis-restic-plugin/commit/76a22e9) Prepare for release v0.8.0 (#31) +- [de1eb07](https://github.com/kubedb/redis-restic-plugin/commit/de1eb07) Prepare for release v0.8.0 (#30) +- [117aae0](https://github.com/kubedb/redis-restic-plugin/commit/117aae0) Use restic 0.16.4 (#29) +- [e855f79](https://github.com/kubedb/redis-restic-plugin/commit/e855f79) Use Go 1.22 (#28) + + + ## [kubedb/replication-mode-detector](https://github.com/kubedb/replication-mode-detector) ### [v0.32.0](https://github.com/kubedb/replication-mode-detector/releases/tag/v0.32.0) From d1c066e445d7d3a33f8cbc0c8b3cbb6f6a34e0b5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:26 +0000 Subject: [PATCH 10/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 1add1464e..c044ec132 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:18.551393259Z", + "release_date": "2024-04-27T12:57:26.152761584Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -150,6 +150,44 @@ } ] }, + { + "url": "github.com/kubedb/kafka", + "releases": [ + { + "tag": "v0.16.0", + "commits": [ + { + "SHA": "088b36f0", + "Subject": "Prepare for release v0.16.0 (#89)" + }, + { + "SHA": "9151e670", + "Subject": "Prepare for release v0.16.0 (#88)" + }, + { + "SHA": "dec0a20c", + "Subject": "Set Defaults to db on reconcile (#87)" + }, + { + "SHA": "2b88de4e", + "Subject": "Add Kafka and Connect Cluster PDB (#84)" + }, + { + "SHA": "847c8fe2", + "Subject": "Use deps (#86)" + }, + { + "SHA": "6880da47", + "Subject": "Use Go 1.22 (#85)" + }, + { + "SHA": "9242c91d", + "Subject": "Remove license check for webhook-server (#83)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mssql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 091cb985d..1d1a1f353 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -46,6 +46,20 @@ +## [kubedb/kafka](https://github.com/kubedb/kafka) + +### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) + +- [088b36f0](https://github.com/kubedb/kafka/commit/088b36f0) Prepare for release v0.16.0 (#89) +- [9151e670](https://github.com/kubedb/kafka/commit/9151e670) Prepare for release v0.16.0 (#88) +- [dec0a20c](https://github.com/kubedb/kafka/commit/dec0a20c) Set Defaults to db on reconcile (#87) +- [2b88de4e](https://github.com/kubedb/kafka/commit/2b88de4e) Add Kafka and Connect Cluster PDB (#84) +- [847c8fe2](https://github.com/kubedb/kafka/commit/847c8fe2) Use deps (#86) +- [6880da47](https://github.com/kubedb/kafka/commit/6880da47) Use Go 1.22 (#85) +- [9242c91d](https://github.com/kubedb/kafka/commit/9242c91d) Remove license check for webhook-server (#83) + + + ## [kubedb/mssql](https://github.com/kubedb/mssql) ### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) From 2fa3665de222f5bbff804f90320883e6bd850f5c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:31 +0000 Subject: [PATCH 11/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index c044ec132..87831e73a 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:26.152761584Z", + "release_date": "2024-04-27T12:57:31.624302404Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -397,6 +397,32 @@ ] } ] + }, + { + "url": "github.com/kubedb/solr", + "releases": [ + { + "tag": "v0.0.11", + "commits": [ + { + "SHA": "3030c02", + "Subject": "Prepare for release v0.0.11 (#25)" + }, + { + "SHA": "e2d4c78", + "Subject": "Set Defaults to db on reconcile (#23)" + }, + { + "SHA": "4566b2c", + "Subject": "Use deps (#22)" + }, + { + "SHA": "22e3924", + "Subject": "Use Go 1.22 (#21)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 1d1a1f353..cb8cf0c12 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -144,3 +144,14 @@ +## [kubedb/solr](https://github.com/kubedb/solr) + +### [v0.0.11](https://github.com/kubedb/solr/releases/tag/v0.0.11) + +- [3030c02](https://github.com/kubedb/solr/commit/3030c02) Prepare for release v0.0.11 (#25) +- [e2d4c78](https://github.com/kubedb/solr/commit/e2d4c78) Set Defaults to db on reconcile (#23) +- [4566b2c](https://github.com/kubedb/solr/commit/4566b2c) Use deps (#22) +- [22e3924](https://github.com/kubedb/solr/commit/22e3924) Use Go 1.22 (#21) + + + From 6828acf623ebeba8ba253d24355577a6f7bcc71e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:40 +0000 Subject: [PATCH 12/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 48 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 16 ++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 87831e73a..a1896b8a6 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:31.624302404Z", + "release_date": "2024-04-27T12:57:40.827873914Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -423,6 +423,52 @@ ] } ] + }, + { + "url": "github.com/kubedb/tests", + "releases": [ + { + "tag": "v0.30.0", + "commits": [ + { + "SHA": "34a5843d", + "Subject": "Prepare for release v0.30.0 (#320)" + }, + { + "SHA": "975c6ab2", + "Subject": "Prepare for release v0.30.0 (#319)" + }, + { + "SHA": "6a301a03", + "Subject": "Remove inlineConfig (#318)" + }, + { + "SHA": "6101e637", + "Subject": "Fix certstore invoker. (#317)" + }, + { + "SHA": "1a0556ce", + "Subject": "Use Go 1.22 (#316)" + }, + { + "SHA": "886fcdf7", + "Subject": "add storage-class in pg-logical-replication (#315)" + }, + { + "SHA": "a6250835", + "Subject": "Add Version Upgrade Test Case for PG (#295)" + }, + { + "SHA": "34822e19", + "Subject": "Add Pgpool tests (#302)" + }, + { + "SHA": "ed294bf0", + "Subject": "Fix build (#314)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index cb8cf0c12..9b97f5dfa 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -155,3 +155,19 @@ +## [kubedb/tests](https://github.com/kubedb/tests) + +### [v0.30.0](https://github.com/kubedb/tests/releases/tag/v0.30.0) + +- [34a5843d](https://github.com/kubedb/tests/commit/34a5843d) Prepare for release v0.30.0 (#320) +- [975c6ab2](https://github.com/kubedb/tests/commit/975c6ab2) Prepare for release v0.30.0 (#319) +- [6a301a03](https://github.com/kubedb/tests/commit/6a301a03) Remove inlineConfig (#318) +- [6101e637](https://github.com/kubedb/tests/commit/6101e637) Fix certstore invoker. (#317) +- [1a0556ce](https://github.com/kubedb/tests/commit/1a0556ce) Use Go 1.22 (#316) +- [886fcdf7](https://github.com/kubedb/tests/commit/886fcdf7) add storage-class in pg-logical-replication (#315) +- [a6250835](https://github.com/kubedb/tests/commit/a6250835) Add Version Upgrade Test Case for PG (#295) +- [34822e19](https://github.com/kubedb/tests/commit/34822e19) Add Pgpool tests (#302) +- [ed294bf0](https://github.com/kubedb/tests/commit/ed294bf0) Fix build (#314) + + + From 41e028e193b009df13548c28efb710a6386cfb59 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:45 +0000 Subject: [PATCH 13/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2024.4.27/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index a1896b8a6..fd8ad95e4 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:40.827873914Z", + "release_date": "2024-04-27T12:57:45.20559028Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -469,6 +469,24 @@ ] } ] + }, + { + "url": "github.com/kubedb/zookeeper-restic-plugin", + "releases": [ + { + "tag": "v0.1.0", + "commits": [ + { + "SHA": "0a3b8a6", + "Subject": "Prepare for release v0.1.0 (#7)" + }, + { + "SHA": "cc4e071", + "Subject": "Prepare for release v0.1.0 (#6)" + } + ] + } + ] } ] } diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 9b97f5dfa..f2f668ad2 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -171,3 +171,12 @@ +## [kubedb/zookeeper-restic-plugin](https://github.com/kubedb/zookeeper-restic-plugin) + +### [v0.1.0](https://github.com/kubedb/zookeeper-restic-plugin/releases/tag/v0.1.0) + +- [0a3b8a6](https://github.com/kubedb/zookeeper-restic-plugin/commit/0a3b8a6) Prepare for release v0.1.0 (#7) +- [cc4e071](https://github.com/kubedb/zookeeper-restic-plugin/commit/cc4e071) Prepare for release v0.1.0 (#6) + + + From 72aa0de1ce48cb9d475ae08850c5b9d9bc1db829 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:49 +0000 Subject: [PATCH 14/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index fd8ad95e4..82f6f7b5c 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:45.20559028Z", + "release_date": "2024-04-27T12:57:49.43843506Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -188,6 +188,28 @@ } ] }, + { + "url": "github.com/kubedb/mariadb-csi-snapshotter-plugin", + "releases": [ + { + "tag": "v0.5.0", + "commits": [ + { + "SHA": "f9cae9d", + "Subject": "Prepare for release v0.5.0 (#19)" + }, + { + "SHA": "3741c24", + "Subject": "Prepare for release v0.5.0 (#18)" + }, + { + "SHA": "edbee83", + "Subject": "Use Go 1.22 (#17)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mssql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index f2f668ad2..7cfa2d4c9 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -60,6 +60,16 @@ +## [kubedb/mariadb-csi-snapshotter-plugin](https://github.com/kubedb/mariadb-csi-snapshotter-plugin) + +### [v0.5.0](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/releases/tag/v0.5.0) + +- [f9cae9d](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/f9cae9d) Prepare for release v0.5.0 (#19) +- [3741c24](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/3741c24) Prepare for release v0.5.0 (#18) +- [edbee83](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/edbee83) Use Go 1.22 (#17) + + + ## [kubedb/mssql](https://github.com/kubedb/mssql) ### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) From 2570634f5f089bc8492bd13184c61f0e8bfdf03e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:54 +0000 Subject: [PATCH 15/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 20 +++++++++++++++++++- releases/v2024.4.27/README.md | 9 +++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 82f6f7b5c..242002bed 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:49.43843506Z", + "release_date": "2024-04-27T12:57:54.949036094Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -228,6 +228,24 @@ } ] }, + { + "url": "github.com/kubedb/mysql-coordinator", + "releases": [ + { + "tag": "v0.23.0", + "commits": [ + { + "SHA": "91dbda5e", + "Subject": "Prepare for release v0.23.0 (#110)" + }, + { + "SHA": "8f19e568", + "Subject": "Use Go 1.22 (#108)" + } + ] + } + ] + }, { "url": "github.com/kubedb/pgpool", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 7cfa2d4c9..6c854defa 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -79,6 +79,15 @@ +## [kubedb/mysql-coordinator](https://github.com/kubedb/mysql-coordinator) + +### [v0.23.0](https://github.com/kubedb/mysql-coordinator/releases/tag/v0.23.0) + +- [91dbda5e](https://github.com/kubedb/mysql-coordinator/commit/91dbda5e) Prepare for release v0.23.0 (#110) +- [8f19e568](https://github.com/kubedb/mysql-coordinator/commit/8f19e568) Use Go 1.22 (#108) + + + ## [kubedb/pgpool](https://github.com/kubedb/pgpool) ### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) From 84446434bf52d62e48e96c1b2aab889be4443b6d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:57:59 +0000 Subject: [PATCH 16/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 242002bed..e954fc8cb 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:54.949036094Z", + "release_date": "2024-04-27T12:57:59.564008289Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -322,6 +322,28 @@ } ] }, + { + "url": "github.com/kubedb/postgres-archiver", + "releases": [ + { + "tag": "v0.6.0", + "commits": [ + { + "SHA": "db6968c", + "Subject": "Prepare for release v0.6.0 (#28)" + }, + { + "SHA": "a05987c", + "Subject": "Prepare for release v0.6.0 (#27)" + }, + { + "SHA": "b8cb6d3", + "Subject": "Use Go 1.22 (#26)" + } + ] + } + ] + }, { "url": "github.com/kubedb/rabbitmq", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 6c854defa..6a8c99531 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -116,6 +116,16 @@ +## [kubedb/postgres-archiver](https://github.com/kubedb/postgres-archiver) + +### [v0.6.0](https://github.com/kubedb/postgres-archiver/releases/tag/v0.6.0) + +- [db6968c](https://github.com/kubedb/postgres-archiver/commit/db6968c) Prepare for release v0.6.0 (#28) +- [a05987c](https://github.com/kubedb/postgres-archiver/commit/a05987c) Prepare for release v0.6.0 (#27) +- [b8cb6d3](https://github.com/kubedb/postgres-archiver/commit/b8cb6d3) Use Go 1.22 (#26) + + + ## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) ### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) From dd85ad19d5cc45bc3d88e85b62715a483f259a6d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:18 +0000 Subject: [PATCH 17/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index e954fc8cb..bc71d843d 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:57:59.564008289Z", + "release_date": "2024-04-27T12:58:18.514641294Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -246,6 +246,28 @@ } ] }, + { + "url": "github.com/kubedb/pg-coordinator", + "releases": [ + { + "tag": "v0.29.0", + "commits": [ + { + "SHA": "33a82733", + "Subject": "Prepare for release v0.29.0 (#163)" + }, + { + "SHA": "2deeaed4", + "Subject": "Prepare for release v0.29.0 (#162)" + }, + { + "SHA": "15139ecf", + "Subject": "Use Go 1.22 (#161)" + } + ] + } + ] + }, { "url": "github.com/kubedb/pgpool", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 6a8c99531..36468208a 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -88,6 +88,16 @@ +## [kubedb/pg-coordinator](https://github.com/kubedb/pg-coordinator) + +### [v0.29.0](https://github.com/kubedb/pg-coordinator/releases/tag/v0.29.0) + +- [33a82733](https://github.com/kubedb/pg-coordinator/commit/33a82733) Prepare for release v0.29.0 (#163) +- [2deeaed4](https://github.com/kubedb/pg-coordinator/commit/2deeaed4) Prepare for release v0.29.0 (#162) +- [15139ecf](https://github.com/kubedb/pg-coordinator/commit/15139ecf) Use Go 1.22 (#161) + + + ## [kubedb/pgpool](https://github.com/kubedb/pgpool) ### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) From c42ee121d5f98f83cf4dd6b19fd6520344b29ad0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:23 +0000 Subject: [PATCH 18/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 32 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index bc71d843d..2f458d9cd 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:18.514641294Z", + "release_date": "2024-04-27T12:58:23.240837663Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -482,6 +482,36 @@ } ] }, + { + "url": "github.com/kubedb/singlestore-restic-plugin", + "releases": [ + { + "tag": "v0.3.0", + "commits": [ + { + "SHA": "032d33e", + "Subject": "Prepare for release v0.3.0 (#11)" + }, + { + "SHA": "e7cbc0a", + "Subject": "Prepare for release v0.3.0 (#10)" + }, + { + "SHA": "cf1f07e", + "Subject": "Add SingleStore TLS (#9)" + }, + { + "SHA": "df11e7f", + "Subject": "Use deps (#7)" + }, + { + "SHA": "846c188", + "Subject": "Use Go 1.22 (#6)" + } + ] + } + ] + }, { "url": "github.com/kubedb/solr", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 36468208a..47bc399df 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -183,6 +183,18 @@ +## [kubedb/singlestore-restic-plugin](https://github.com/kubedb/singlestore-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/singlestore-restic-plugin/releases/tag/v0.3.0) + +- [032d33e](https://github.com/kubedb/singlestore-restic-plugin/commit/032d33e) Prepare for release v0.3.0 (#11) +- [e7cbc0a](https://github.com/kubedb/singlestore-restic-plugin/commit/e7cbc0a) Prepare for release v0.3.0 (#10) +- [cf1f07e](https://github.com/kubedb/singlestore-restic-plugin/commit/cf1f07e) Add SingleStore TLS (#9) +- [df11e7f](https://github.com/kubedb/singlestore-restic-plugin/commit/df11e7f) Use deps (#7) +- [846c188](https://github.com/kubedb/singlestore-restic-plugin/commit/846c188) Use Go 1.22 (#6) + + + ## [kubedb/solr](https://github.com/kubedb/solr) ### [v0.0.11](https://github.com/kubedb/solr/releases/tag/v0.0.11) From 7215198880ec6ee84ab14bd19af945f3c7aebf14 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:31 +0000 Subject: [PATCH 19/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 2f458d9cd..f8bd4b269 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:23.240837663Z", + "release_date": "2024-04-27T12:58:31.588655355Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -210,6 +210,44 @@ } ] }, + { + "url": "github.com/kubedb/memcached", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "c60a1ada", + "Subject": "Prepare for release v0.38.0 (#440)" + }, + { + "SHA": "2abd9694", + "Subject": "Prepare for release v0.38.0 (#439)" + }, + { + "SHA": "b019d4a5", + "Subject": "Added Memcached Health (#437)" + }, + { + "SHA": "032d1be9", + "Subject": "Remove redundant log for monitoring agent not found (#431)" + }, + { + "SHA": "2018e90d", + "Subject": "Use deps (#430)" + }, + { + "SHA": "6aadd80d", + "Subject": "Use Go 1.22 (#429)" + }, + { + "SHA": "1521e538", + "Subject": "Fix webhook server (#428)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mssql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 47bc399df..89d464d0e 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -70,6 +70,20 @@ +## [kubedb/memcached](https://github.com/kubedb/memcached) + +### [v0.38.0](https://github.com/kubedb/memcached/releases/tag/v0.38.0) + +- [c60a1ada](https://github.com/kubedb/memcached/commit/c60a1ada) Prepare for release v0.38.0 (#440) +- [2abd9694](https://github.com/kubedb/memcached/commit/2abd9694) Prepare for release v0.38.0 (#439) +- [b019d4a5](https://github.com/kubedb/memcached/commit/b019d4a5) Added Memcached Health (#437) +- [032d1be9](https://github.com/kubedb/memcached/commit/032d1be9) Remove redundant log for monitoring agent not found (#431) +- [2018e90d](https://github.com/kubedb/memcached/commit/2018e90d) Use deps (#430) +- [6aadd80d](https://github.com/kubedb/memcached/commit/6aadd80d) Use Go 1.22 (#429) +- [1521e538](https://github.com/kubedb/memcached/commit/1521e538) Fix webhook server (#428) + + + ## [kubedb/mssql](https://github.com/kubedb/mssql) ### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) From 12840e314cd450a94d5cb7a524580a61145e659a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:42 +0000 Subject: [PATCH 20/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index f8bd4b269..8f75d5018 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:31.588655355Z", + "release_date": "2024-04-27T12:58:42.758551259Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -150,6 +150,40 @@ } ] }, + { + "url": "github.com/kubedb/elasticsearch", + "releases": [ + { + "tag": "v0.45.0", + "commits": [ + { + "SHA": "744a4329f", + "Subject": "Prepare for release v0.45.0 (#718)" + }, + { + "SHA": "6198c23ee", + "Subject": "Prepare for release v0.45.0 (#717)" + }, + { + "SHA": "ea61d011d", + "Subject": "Remove redundant log for monitoring agent not found (#716)" + }, + { + "SHA": "04ad15dcf", + "Subject": "Use restic 0.16.4 (#715)" + }, + { + "SHA": "4bdd974f4", + "Subject": "Use Go 1.22 (#714)" + }, + { + "SHA": "98dab6a76", + "Subject": "Remove License Check from Webhook Server (#713)" + } + ] + } + ] + }, { "url": "github.com/kubedb/kafka", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 89d464d0e..79d28c280 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -46,6 +46,19 @@ +## [kubedb/elasticsearch](https://github.com/kubedb/elasticsearch) + +### [v0.45.0](https://github.com/kubedb/elasticsearch/releases/tag/v0.45.0) + +- [744a4329](https://github.com/kubedb/elasticsearch/commit/744a4329f) Prepare for release v0.45.0 (#718) +- [6198c23e](https://github.com/kubedb/elasticsearch/commit/6198c23ee) Prepare for release v0.45.0 (#717) +- [ea61d011](https://github.com/kubedb/elasticsearch/commit/ea61d011d) Remove redundant log for monitoring agent not found (#716) +- [04ad15dc](https://github.com/kubedb/elasticsearch/commit/04ad15dcf) Use restic 0.16.4 (#715) +- [4bdd974f](https://github.com/kubedb/elasticsearch/commit/4bdd974f4) Use Go 1.22 (#714) +- [98dab6a7](https://github.com/kubedb/elasticsearch/commit/98dab6a76) Remove License Check from Webhook Server (#713) + + + ## [kubedb/kafka](https://github.com/kubedb/kafka) ### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) From 7be3d4e47bb16d2c08ed14e9c3f92556937b9940 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:52 +0000 Subject: [PATCH 21/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 8f75d5018..d391538cd 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:42.758551259Z", + "release_date": "2024-04-27T12:58:52.714157319Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -318,6 +318,32 @@ } ] }, + { + "url": "github.com/kubedb/percona-xtradb", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "45ed6cba2", + "Subject": "Prepare for release v0.32.0 (#365)" + }, + { + "SHA": "12ffd594d", + "Subject": "Prepare for release v0.32.0 (#364)" + }, + { + "SHA": "495e61720", + "Subject": "Use deps (#363)" + }, + { + "SHA": "0b9f1955a", + "Subject": "Use Go 1.22 (#362)" + } + ] + } + ] + }, { "url": "github.com/kubedb/pg-coordinator", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 79d28c280..e8a8877a7 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -115,6 +115,17 @@ +## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) + +### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) + +- [45ed6cba](https://github.com/kubedb/percona-xtradb/commit/45ed6cba2) Prepare for release v0.32.0 (#365) +- [12ffd594](https://github.com/kubedb/percona-xtradb/commit/12ffd594d) Prepare for release v0.32.0 (#364) +- [495e6172](https://github.com/kubedb/percona-xtradb/commit/495e61720) Use deps (#363) +- [0b9f1955](https://github.com/kubedb/percona-xtradb/commit/0b9f1955a) Use Go 1.22 (#362) + + + ## [kubedb/pg-coordinator](https://github.com/kubedb/pg-coordinator) ### [v0.29.0](https://github.com/kubedb/pg-coordinator/releases/tag/v0.29.0) From 567d4a10fbfe7cded709e006e21ab463beec4fd2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:58:57 +0000 Subject: [PATCH 22/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index d391538cd..eb99c2b10 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:52.714157319Z", + "release_date": "2024-04-27T12:58:57.650275789Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -222,6 +222,28 @@ } ] }, + { + "url": "github.com/kubedb/mariadb-archiver", + "releases": [ + { + "tag": "v0.5.0", + "commits": [ + { + "SHA": "2255429", + "Subject": "Prepare for release v0.5.0 (#16)" + }, + { + "SHA": "e638a7b", + "Subject": "Prepare for release v0.5.0 (#15)" + }, + { + "SHA": "ac5b6d6", + "Subject": "Use Go 1.22 (#14)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mariadb-csi-snapshotter-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index e8a8877a7..bf46e5c30 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -73,6 +73,16 @@ +## [kubedb/mariadb-archiver](https://github.com/kubedb/mariadb-archiver) + +### [v0.5.0](https://github.com/kubedb/mariadb-archiver/releases/tag/v0.5.0) + +- [2255429](https://github.com/kubedb/mariadb-archiver/commit/2255429) Prepare for release v0.5.0 (#16) +- [e638a7b](https://github.com/kubedb/mariadb-archiver/commit/e638a7b) Prepare for release v0.5.0 (#15) +- [ac5b6d6](https://github.com/kubedb/mariadb-archiver/commit/ac5b6d6) Use Go 1.22 (#14) + + + ## [kubedb/mariadb-csi-snapshotter-plugin](https://github.com/kubedb/mariadb-csi-snapshotter-plugin) ### [v0.5.0](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/releases/tag/v0.5.0) From f8b4f5b930e1f89cf37fd2bef4bd067ebff6d153 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:08 +0000 Subject: [PATCH 23/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 32 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index eb99c2b10..47502faa5 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:58:57.650275789Z", + "release_date": "2024-04-27T12:59:08.601026523Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -322,6 +322,36 @@ } ] }, + { + "url": "github.com/kubedb/mysql", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "cf8f4d83a", + "Subject": "Prepare for release v0.38.0 (#622)" + }, + { + "SHA": "26f4d72b7", + "Subject": "Prepare for release v0.38.0 (#621)" + }, + { + "SHA": "6bcb3ac48", + "Subject": "Remove redundant log for monitoring agent not found (#620)" + }, + { + "SHA": "c1593bf83", + "Subject": "Use deps (#619)" + }, + { + "SHA": "7278772d6", + "Subject": "Use Go 1.22 (#618)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mysql-coordinator", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index bf46e5c30..28976de3f 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -116,6 +116,18 @@ +## [kubedb/mysql](https://github.com/kubedb/mysql) + +### [v0.38.0](https://github.com/kubedb/mysql/releases/tag/v0.38.0) + +- [cf8f4d83](https://github.com/kubedb/mysql/commit/cf8f4d83a) Prepare for release v0.38.0 (#622) +- [26f4d72b](https://github.com/kubedb/mysql/commit/26f4d72b7) Prepare for release v0.38.0 (#621) +- [6bcb3ac4](https://github.com/kubedb/mysql/commit/6bcb3ac48) Remove redundant log for monitoring agent not found (#620) +- [c1593bf8](https://github.com/kubedb/mysql/commit/c1593bf83) Use deps (#619) +- [7278772d](https://github.com/kubedb/mysql/commit/7278772d6) Use Go 1.22 (#618) + + + ## [kubedb/mysql-coordinator](https://github.com/kubedb/mysql-coordinator) ### [v0.23.0](https://github.com/kubedb/mysql-coordinator/releases/tag/v0.23.0) From f33b8b5e4a0e34ed2a1f69dd8bbba85de6eafb32 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:15 +0000 Subject: [PATCH 24/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 47502faa5..aaaab2a06 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:08.601026523Z", + "release_date": "2024-04-27T12:59:15.97361351Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -396,6 +396,28 @@ } ] }, + { + "url": "github.com/kubedb/percona-xtradb-coordinator", + "releases": [ + { + "tag": "v0.18.0", + "commits": [ + { + "SHA": "f20706df", + "Subject": "Prepare for release v0.18.0 (#70)" + }, + { + "SHA": "2bb57896", + "Subject": "Prepare for release v0.18.0 (#69)" + }, + { + "SHA": "d5739deb", + "Subject": "Use Go 1.22 (#68)" + } + ] + } + ] + }, { "url": "github.com/kubedb/pg-coordinator", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 28976de3f..517b3b19f 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -148,6 +148,16 @@ +## [kubedb/percona-xtradb-coordinator](https://github.com/kubedb/percona-xtradb-coordinator) + +### [v0.18.0](https://github.com/kubedb/percona-xtradb-coordinator/releases/tag/v0.18.0) + +- [f20706df](https://github.com/kubedb/percona-xtradb-coordinator/commit/f20706df) Prepare for release v0.18.0 (#70) +- [2bb57896](https://github.com/kubedb/percona-xtradb-coordinator/commit/2bb57896) Prepare for release v0.18.0 (#69) +- [d5739deb](https://github.com/kubedb/percona-xtradb-coordinator/commit/d5739deb) Use Go 1.22 (#68) + + + ## [kubedb/pg-coordinator](https://github.com/kubedb/pg-coordinator) ### [v0.29.0](https://github.com/kubedb/pg-coordinator/releases/tag/v0.29.0) From eb0fb11cea975a20f3e4c7fa5ea36b4e9ce967ae Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:21 +0000 Subject: [PATCH 25/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index aaaab2a06..ca6af9778 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:15.97361351Z", + "release_date": "2024-04-27T12:59:21.200678249Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -538,6 +538,28 @@ } ] }, + { + "url": "github.com/kubedb/postgres-csi-snapshotter-plugin", + "releases": [ + { + "tag": "v0.6.0", + "commits": [ + { + "SHA": "a4916b1", + "Subject": "Prepare for release v0.6.0 (#26)" + }, + { + "SHA": "1bf318a", + "Subject": "Prepare for release v0.6.0 (#25)" + }, + { + "SHA": "b3921a5", + "Subject": "Use Go 1.22 (#24)" + } + ] + } + ] + }, { "url": "github.com/kubedb/rabbitmq", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 517b3b19f..e795552e4 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -206,6 +206,16 @@ +## [kubedb/postgres-csi-snapshotter-plugin](https://github.com/kubedb/postgres-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/postgres-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [a4916b1](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/a4916b1) Prepare for release v0.6.0 (#26) +- [1bf318a](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/1bf318a) Prepare for release v0.6.0 (#25) +- [b3921a5](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/b3921a5) Use Go 1.22 (#24) + + + ## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) ### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) From 01cc1bc156432d85d65b4bf85216ff1505345a29 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:25 +0000 Subject: [PATCH 26/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index ca6af9778..a35e11366 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:21.200678249Z", + "release_date": "2024-04-27T12:59:25.337305384Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -370,6 +370,28 @@ } ] }, + { + "url": "github.com/kubedb/mysql-csi-snapshotter-plugin", + "releases": [ + { + "tag": "v0.6.0", + "commits": [ + { + "SHA": "145c9e6", + "Subject": "Prepare for release v0.6.0 (#17)" + }, + { + "SHA": "804abd7", + "Subject": "Prepare for release v0.6.0 (#16)" + }, + { + "SHA": "5dbc6c8", + "Subject": "Use Go 1.22 (#15)" + } + ] + } + ] + }, { "url": "github.com/kubedb/percona-xtradb", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index e795552e4..5eabaabc6 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -137,6 +137,16 @@ +## [kubedb/mysql-csi-snapshotter-plugin](https://github.com/kubedb/mysql-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/mysql-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [145c9e6](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/145c9e6) Prepare for release v0.6.0 (#17) +- [804abd7](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/804abd7) Prepare for release v0.6.0 (#16) +- [5dbc6c8](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/5dbc6c8) Use Go 1.22 (#15) + + + ## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) ### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) From 92aba491838943037ba0b51a4a931d3ff3cf3c63 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:33 +0000 Subject: [PATCH 27/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index a35e11366..3b02d179e 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:25.337305384Z", + "release_date": "2024-04-27T12:59:33.26316201Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -698,6 +698,44 @@ } ] }, + { + "url": "github.com/kubedb/singlestore", + "releases": [ + { + "tag": "v0.0.9", + "commits": [ + { + "SHA": "499dfa6", + "Subject": "Prepare for release v0.0.9 (#27)" + }, + { + "SHA": "4082540", + "Subject": "Prepare for release v0.0.9 (#26)" + }, + { + "SHA": "99b143b", + "Subject": "Add SingleStore TLS (#25)" + }, + { + "SHA": "ae86b87", + "Subject": "Set Defaults to db on reconcile (#23)" + }, + { + "SHA": "3c28add", + "Subject": "Use deps (#22)" + }, + { + "SHA": "d9cce0e", + "Subject": "Use Go 1.22 (#21)" + }, + { + "SHA": "d113503", + "Subject": "Remove License check from Webhook-Server (#20)" + } + ] + } + ] + }, { "url": "github.com/kubedb/singlestore-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 5eabaabc6..1edb2638e 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -273,6 +273,20 @@ +## [kubedb/singlestore](https://github.com/kubedb/singlestore) + +### [v0.0.9](https://github.com/kubedb/singlestore/releases/tag/v0.0.9) + +- [499dfa6](https://github.com/kubedb/singlestore/commit/499dfa6) Prepare for release v0.0.9 (#27) +- [4082540](https://github.com/kubedb/singlestore/commit/4082540) Prepare for release v0.0.9 (#26) +- [99b143b](https://github.com/kubedb/singlestore/commit/99b143b) Add SingleStore TLS (#25) +- [ae86b87](https://github.com/kubedb/singlestore/commit/ae86b87) Set Defaults to db on reconcile (#23) +- [3c28add](https://github.com/kubedb/singlestore/commit/3c28add) Use deps (#22) +- [d9cce0e](https://github.com/kubedb/singlestore/commit/d9cce0e) Use Go 1.22 (#21) +- [d113503](https://github.com/kubedb/singlestore/commit/d113503) Remove License check from Webhook-Server (#20) + + + ## [kubedb/singlestore-restic-plugin](https://github.com/kubedb/singlestore-restic-plugin) ### [v0.3.0](https://github.com/kubedb/singlestore-restic-plugin/releases/tag/v0.3.0) From 48bc022e613fc8c3733cc22a98692f41b0392164 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:38 +0000 Subject: [PATCH 28/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 3b02d179e..9be19d891 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:33.26316201Z", + "release_date": "2024-04-27T12:59:38.148363161Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -352,6 +352,28 @@ } ] }, + { + "url": "github.com/kubedb/mysql-archiver", + "releases": [ + { + "tag": "v0.6.0", + "commits": [ + { + "SHA": "971d27c", + "Subject": "Prepare for release v0.6.0 (#29)" + }, + { + "SHA": "9a6f2d1", + "Subject": "Prepare for release v0.6.0 (#28)" + }, + { + "SHA": "3309740", + "Subject": "Use Go 1.22 (#27)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mysql-coordinator", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 1edb2638e..d9f88980a 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -128,6 +128,16 @@ +## [kubedb/mysql-archiver](https://github.com/kubedb/mysql-archiver) + +### [v0.6.0](https://github.com/kubedb/mysql-archiver/releases/tag/v0.6.0) + +- [971d27c](https://github.com/kubedb/mysql-archiver/commit/971d27c) Prepare for release v0.6.0 (#29) +- [9a6f2d1](https://github.com/kubedb/mysql-archiver/commit/9a6f2d1) Prepare for release v0.6.0 (#28) +- [3309740](https://github.com/kubedb/mysql-archiver/commit/3309740) Use Go 1.22 (#27) + + + ## [kubedb/mysql-coordinator](https://github.com/kubedb/mysql-coordinator) ### [v0.23.0](https://github.com/kubedb/mysql-coordinator/releases/tag/v0.23.0) From 32cfef99e5de460b645ad48a1d63ce53b047e578 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:42 +0000 Subject: [PATCH 29/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 9be19d891..47986ab54 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:38.148363161Z", + "release_date": "2024-04-27T12:59:42.967237115Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -150,6 +150,44 @@ } ] }, + { + "url": "github.com/kubedb/druid", + "releases": [ + { + "tag": "v0.0.9", + "commits": [ + { + "SHA": "5901334", + "Subject": "Prepare for release v0.0.9 (#22)" + }, + { + "SHA": "c77e449", + "Subject": "Prepare for release v0.0.9 (#21)" + }, + { + "SHA": "831f543", + "Subject": "Set Defaults to db on reconcile (#20)" + }, + { + "SHA": "b1ca09c", + "Subject": "Use deps (#19)" + }, + { + "SHA": "05dd9ca", + "Subject": "Use Go 1.22 (#18)" + }, + { + "SHA": "6c77255", + "Subject": "Add support for monitoring (#13)" + }, + { + "SHA": "a834fc5", + "Subject": "Remove license check for webhook-server (#17)" + } + ] + } + ] + }, { "url": "github.com/kubedb/elasticsearch", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index d9f88980a..425cf9310 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -46,6 +46,20 @@ +## [kubedb/druid](https://github.com/kubedb/druid) + +### [v0.0.9](https://github.com/kubedb/druid/releases/tag/v0.0.9) + +- [5901334](https://github.com/kubedb/druid/commit/5901334) Prepare for release v0.0.9 (#22) +- [c77e449](https://github.com/kubedb/druid/commit/c77e449) Prepare for release v0.0.9 (#21) +- [831f543](https://github.com/kubedb/druid/commit/831f543) Set Defaults to db on reconcile (#20) +- [b1ca09c](https://github.com/kubedb/druid/commit/b1ca09c) Use deps (#19) +- [05dd9ca](https://github.com/kubedb/druid/commit/05dd9ca) Use Go 1.22 (#18) +- [6c77255](https://github.com/kubedb/druid/commit/6c77255) Add support for monitoring (#13) +- [a834fc5](https://github.com/kubedb/druid/commit/a834fc5) Remove license check for webhook-server (#17) + + + ## [kubedb/elasticsearch](https://github.com/kubedb/elasticsearch) ### [v0.45.0](https://github.com/kubedb/elasticsearch/releases/tag/v0.45.0) From 0a8b9686eb525ffc0047d0e64384cf611417d445 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:47 +0000 Subject: [PATCH 30/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 47986ab54..35e3e2ed5 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:42.967237115Z", + "release_date": "2024-04-27T12:59:47.181488875Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -642,6 +642,44 @@ } ] }, + { + "url": "github.com/kubedb/postgres-restic-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "8addbb2", + "Subject": "Prepare for release v0.8.0 (#32)" + }, + { + "SHA": "965f18c", + "Subject": "Prepare for release v0.8.0 (#31)" + }, + { + "SHA": "48f21b1", + "Subject": "Add ClientAuthMode MD5 support for TLS (#29)" + }, + { + "SHA": "ef14301", + "Subject": "Refactor (#30)" + }, + { + "SHA": "764c43b", + "Subject": "Tls Fix (#28)" + }, + { + "SHA": "c717c8c", + "Subject": "Use restic 0.16.4 (#27)" + }, + { + "SHA": "42b6af6", + "Subject": "Use Go 1.22 (#26)" + } + ] + } + ] + }, { "url": "github.com/kubedb/rabbitmq", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 425cf9310..2b09f1c47 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -250,6 +250,20 @@ +## [kubedb/postgres-restic-plugin](https://github.com/kubedb/postgres-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/postgres-restic-plugin/releases/tag/v0.8.0) + +- [8addbb2](https://github.com/kubedb/postgres-restic-plugin/commit/8addbb2) Prepare for release v0.8.0 (#32) +- [965f18c](https://github.com/kubedb/postgres-restic-plugin/commit/965f18c) Prepare for release v0.8.0 (#31) +- [48f21b1](https://github.com/kubedb/postgres-restic-plugin/commit/48f21b1) Add ClientAuthMode MD5 support for TLS (#29) +- [ef14301](https://github.com/kubedb/postgres-restic-plugin/commit/ef14301) Refactor (#30) +- [764c43b](https://github.com/kubedb/postgres-restic-plugin/commit/764c43b) Tls Fix (#28) +- [c717c8c](https://github.com/kubedb/postgres-restic-plugin/commit/c717c8c) Use restic 0.16.4 (#27) +- [42b6af6](https://github.com/kubedb/postgres-restic-plugin/commit/42b6af6) Use Go 1.22 (#26) + + + ## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) ### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) From fe40c72a53e92352961d64af8c47c420050a021b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:51 +0000 Subject: [PATCH 31/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 35e3e2ed5..4aea5581c 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:47.181488875Z", + "release_date": "2024-04-27T12:59:51.560259103Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -260,6 +260,32 @@ } ] }, + { + "url": "github.com/kubedb/kubedb-manifest-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "feeb3e9", + "Subject": "Prepare for release v0.8.0 (#51)" + }, + { + "SHA": "8ec129f", + "Subject": "Prepare for release v0.8.0 (#50)" + }, + { + "SHA": "b3c08dd", + "Subject": "Use restic 0.16.4 (#49)" + }, + { + "SHA": "4edccaa", + "Subject": "Use Go 1.22 (#48)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mariadb-archiver", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 2b09f1c47..12b718f83 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -87,6 +87,17 @@ +## [kubedb/kubedb-manifest-plugin](https://github.com/kubedb/kubedb-manifest-plugin) + +### [v0.8.0](https://github.com/kubedb/kubedb-manifest-plugin/releases/tag/v0.8.0) + +- [feeb3e9](https://github.com/kubedb/kubedb-manifest-plugin/commit/feeb3e9) Prepare for release v0.8.0 (#51) +- [8ec129f](https://github.com/kubedb/kubedb-manifest-plugin/commit/8ec129f) Prepare for release v0.8.0 (#50) +- [b3c08dd](https://github.com/kubedb/kubedb-manifest-plugin/commit/b3c08dd) Use restic 0.16.4 (#49) +- [4edccaa](https://github.com/kubedb/kubedb-manifest-plugin/commit/4edccaa) Use Go 1.22 (#48) + + + ## [kubedb/mariadb-archiver](https://github.com/kubedb/mariadb-archiver) ### [v0.5.0](https://github.com/kubedb/mariadb-archiver/releases/tag/v0.5.0) From 8379e3710e4438fef0fcde7b421c5e8464a3249d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 12:59:57 +0000 Subject: [PATCH 32/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 4aea5581c..bc826bea9 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:51.560259103Z", + "release_date": "2024-04-27T12:59:57.001447124Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -860,6 +860,32 @@ } ] }, + { + "url": "github.com/kubedb/singlestore-coordinator", + "releases": [ + { + "tag": "v0.0.8", + "commits": [ + { + "SHA": "f85b392", + "Subject": "Prepare for release v0.0.8 (#15)" + }, + { + "SHA": "4aa8378", + "Subject": "Prepare for release v0.0.8 (#14)" + }, + { + "SHA": "265105a", + "Subject": "Add SingleStore TLS (#13)" + }, + { + "SHA": "123d55b", + "Subject": "Use Go 1.22 (#12)" + } + ] + } + ] + }, { "url": "github.com/kubedb/singlestore-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 12b718f83..a15b24331 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -336,6 +336,17 @@ +## [kubedb/singlestore-coordinator](https://github.com/kubedb/singlestore-coordinator) + +### [v0.0.8](https://github.com/kubedb/singlestore-coordinator/releases/tag/v0.0.8) + +- [f85b392](https://github.com/kubedb/singlestore-coordinator/commit/f85b392) Prepare for release v0.0.8 (#15) +- [4aa8378](https://github.com/kubedb/singlestore-coordinator/commit/4aa8378) Prepare for release v0.0.8 (#14) +- [265105a](https://github.com/kubedb/singlestore-coordinator/commit/265105a) Add SingleStore TLS (#13) +- [123d55b](https://github.com/kubedb/singlestore-coordinator/commit/123d55b) Use Go 1.22 (#12) + + + ## [kubedb/singlestore-restic-plugin](https://github.com/kubedb/singlestore-restic-plugin) ### [v0.3.0](https://github.com/kubedb/singlestore-restic-plugin/releases/tag/v0.3.0) From 6a07cef96560ae4d704b8f670cb6160530ef8b4b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:06 +0000 Subject: [PATCH 33/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index bc826bea9..bffa0a2c3 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T12:59:57.001447124Z", + "release_date": "2024-04-27T13:00:06.783635273Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -286,6 +286,32 @@ } ] }, + { + "url": "github.com/kubedb/mariadb", + "releases": [ + { + "tag": "v0.29.0", + "commits": [ + { + "SHA": "cb49215ee", + "Subject": "Prepare for release v0.29.0 (#267)" + }, + { + "SHA": "f709a65e4", + "Subject": "Prepare for release v0.29.0 (#266)" + }, + { + "SHA": "08936bee1", + "Subject": "Use deps (#265)" + }, + { + "SHA": "bfdbc178d", + "Subject": "Use Go 1.22 (#264)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mariadb-archiver", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index a15b24331..0ae4c3ff7 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -98,6 +98,17 @@ +## [kubedb/mariadb](https://github.com/kubedb/mariadb) + +### [v0.29.0](https://github.com/kubedb/mariadb/releases/tag/v0.29.0) + +- [cb49215e](https://github.com/kubedb/mariadb/commit/cb49215ee) Prepare for release v0.29.0 (#267) +- [f709a65e](https://github.com/kubedb/mariadb/commit/f709a65e4) Prepare for release v0.29.0 (#266) +- [08936bee](https://github.com/kubedb/mariadb/commit/08936bee1) Use deps (#265) +- [bfdbc178](https://github.com/kubedb/mariadb/commit/bfdbc178d) Use Go 1.22 (#264) + + + ## [kubedb/mariadb-archiver](https://github.com/kubedb/mariadb-archiver) ### [v0.5.0](https://github.com/kubedb/mariadb-archiver/releases/tag/v0.5.0) From 5512cdd760486222601f8cab91711ea94549fec7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:12 +0000 Subject: [PATCH 34/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 52 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 17 ++++++++++ 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index bffa0a2c3..6e3e72455 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:06.783635273Z", + "release_date": "2024-04-27T13:00:12.205719114Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -100,6 +100,56 @@ } ] }, + { + "url": "github.com/kubedb/crd-manager", + "releases": [ + { + "tag": "v0.0.9", + "commits": [ + { + "SHA": "ebd4310", + "Subject": "Prepare for release v0.0.9 (#26)" + }, + { + "SHA": "6b411dc", + "Subject": "Prepare for release v0.0.9 (#25)" + }, + { + "SHA": "a5dc013", + "Subject": "Ensure RabbitMQ Opsreq and autoscaler CRDs (#24)" + }, + { + "SHA": "3ebea21", + "Subject": "Update MSSQLServer api (#23)" + }, + { + "SHA": "6f87254", + "Subject": "Add Support for MsSQL (#20)" + }, + { + "SHA": "065bad4", + "Subject": "MicrosoftSQLServer -> MSSQLServer" + }, + { + "SHA": "8cf13f0", + "Subject": "Use deps (#22)" + }, + { + "SHA": "9f08ee7", + "Subject": "Use Go 1.22 (#21)" + }, + { + "SHA": "c138cd8", + "Subject": "Update license header" + }, + { + "SHA": "ef190af", + "Subject": "Update db list" + } + ] + } + ] + }, { "url": "github.com/kubedb/db-client-go", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 0ae4c3ff7..3c9a6cd76 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -29,6 +29,23 @@ +## [kubedb/crd-manager](https://github.com/kubedb/crd-manager) + +### [v0.0.9](https://github.com/kubedb/crd-manager/releases/tag/v0.0.9) + +- [ebd4310](https://github.com/kubedb/crd-manager/commit/ebd4310) Prepare for release v0.0.9 (#26) +- [6b411dc](https://github.com/kubedb/crd-manager/commit/6b411dc) Prepare for release v0.0.9 (#25) +- [a5dc013](https://github.com/kubedb/crd-manager/commit/a5dc013) Ensure RabbitMQ Opsreq and autoscaler CRDs (#24) +- [3ebea21](https://github.com/kubedb/crd-manager/commit/3ebea21) Update MSSQLServer api (#23) +- [6f87254](https://github.com/kubedb/crd-manager/commit/6f87254) Add Support for MsSQL (#20) +- [065bad4](https://github.com/kubedb/crd-manager/commit/065bad4) MicrosoftSQLServer -> MSSQLServer +- [8cf13f0](https://github.com/kubedb/crd-manager/commit/8cf13f0) Use deps (#22) +- [9f08ee7](https://github.com/kubedb/crd-manager/commit/9f08ee7) Use Go 1.22 (#21) +- [c138cd8](https://github.com/kubedb/crd-manager/commit/c138cd8) Update license header +- [ef190af](https://github.com/kubedb/crd-manager/commit/ef190af) Update db list + + + ## [kubedb/db-client-go](https://github.com/kubedb/db-client-go) ### [v0.0.15](https://github.com/kubedb/db-client-go/releases/tag/v0.0.15) From cada768ba789ed2f2e691f353d0447bda5686483 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:17 +0000 Subject: [PATCH 35/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 6e3e72455..8845bd008 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:12.205719114Z", + "release_date": "2024-04-27T13:00:17.475735495Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -272,6 +272,32 @@ } ] }, + { + "url": "github.com/kubedb/elasticsearch-restic-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "aee2a2a", + "Subject": "Prepare for release v0.8.0 (#30)" + }, + { + "SHA": "4a06148", + "Subject": "Prepare for release v0.8.0 (#29)" + }, + { + "SHA": "10f442c", + "Subject": "Use restic 0.16.4 (#28)" + }, + { + "SHA": "8f2be78", + "Subject": "Use Go 1.22 (#27)" + } + ] + } + ] + }, { "url": "github.com/kubedb/kafka", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 3c9a6cd76..a7b4485f5 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -90,6 +90,17 @@ +## [kubedb/elasticsearch-restic-plugin](https://github.com/kubedb/elasticsearch-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/elasticsearch-restic-plugin/releases/tag/v0.8.0) + +- [aee2a2a](https://github.com/kubedb/elasticsearch-restic-plugin/commit/aee2a2a) Prepare for release v0.8.0 (#30) +- [4a06148](https://github.com/kubedb/elasticsearch-restic-plugin/commit/4a06148) Prepare for release v0.8.0 (#29) +- [10f442c](https://github.com/kubedb/elasticsearch-restic-plugin/commit/10f442c) Use restic 0.16.4 (#28) +- [8f2be78](https://github.com/kubedb/elasticsearch-restic-plugin/commit/8f2be78) Use Go 1.22 (#27) + + + ## [kubedb/kafka](https://github.com/kubedb/kafka) ### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) From 8bc7b69633a7dede205101779ac87283aa2a0057 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:23 +0000 Subject: [PATCH 36/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 1004 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 255 +++++++ 2 files changed, 1258 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 8845bd008..85f063f53 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:17.475735495Z", + "release_date": "2024-04-27T13:00:23.131351291Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -488,6 +488,1008 @@ } ] }, + { + "url": "github.com/kubedb/mssql-coordinator", + "releases": [ + { + "tag": "v0.0.1", + "commits": [ + { + "SHA": "d85fb389", + "Subject": "Prepare for release v0.0.1 (#3)" + }, + { + "SHA": "ca78acac", + "Subject": "Prepare for release v0.0.1 (#2)" + }, + { + "SHA": "09ac9814", + "Subject": "Provision MS SQL Server with Raft (#1)" + }, + { + "SHA": "39120f71", + "Subject": "pg-coordinator -> mssql-coordinator" + }, + { + "SHA": "aba0d83f", + "Subject": "Prepare for release v0.26.0 (#155)" + }, + { + "SHA": "e9c0a986", + "Subject": "Prepare for release v0.25.0 (#154)" + }, + { + "SHA": "cbdb8698", + "Subject": "Prepare for release v0.25.0-rc.1 (#153)" + }, + { + "SHA": "e4042bfd", + "Subject": "Update deps (#152)" + }, + { + "SHA": "b9b84db3", + "Subject": "Update deps (#151)" + }, + { + "SHA": "e35b556c", + "Subject": "Prepare for release v0.25.0-rc.0 (#150)" + }, + { + "SHA": "fa77ab4e", + "Subject": "Fixed (#149)" + }, + { + "SHA": "aef2df3c", + "Subject": "Prepare for release v0.25.0-beta.1 (#148)" + }, + { + "SHA": "f00e1837", + "Subject": "Prepare for release v0.25.0-beta.0 (#147)" + }, + { + "SHA": "00ef3cb7", + "Subject": "Update deps (#146)" + }, + { + "SHA": "30783ca6", + "Subject": "Update deps (#145)" + }, + { + "SHA": "656f9a82", + "Subject": "Use k8s 1.29 client libs (#144)" + }, + { + "SHA": "8e4c36ec", + "Subject": "Prepare for release v0.24.0 (#143)" + }, + { + "SHA": "0b8239a1", + "Subject": "Prepare for release v0.23.0 (#142)" + }, + { + "SHA": "c14f61d1", + "Subject": "Prepare for release v0.22.0 (#141)" + }, + { + "SHA": "56e5b1de", + "Subject": "Prepare for release v0.22.0-rc.1 (#140)" + }, + { + "SHA": "3379cb47", + "Subject": "Prepare for release v0.22.0-rc.0 (#139)" + }, + { + "SHA": "1b9d3b30", + "Subject": "Add support for arbiter (#136)" + }, + { + "SHA": "63690f56", + "Subject": "added postgres 16.0 support (#137)" + }, + { + "SHA": "63637c30", + "Subject": "Added & modified logs (#134)" + }, + { + "SHA": "c90d2edc", + "Subject": "Prepare for release v0.21.0 (#135)" + }, + { + "SHA": "060d7da9", + "Subject": "Prepare for release v0.20.0 (#133)" + }, + { + "SHA": "867a5a36", + "Subject": "Fix standby labeling (#132)" + }, + { + "SHA": "676e2957", + "Subject": "Only cache sibling pods using selector (#131)" + }, + { + "SHA": "9732ad99", + "Subject": "fix linter issue (#130)" + }, + { + "SHA": "8bf809a2", + "Subject": "Prepare for release v0.19.0 (#129)" + }, + { + "SHA": "dd87bd6a", + "Subject": "Update dependencies (#128)" + }, + { + "SHA": "ccd18e6d", + "Subject": "Use cached client (#127)" + }, + { + "SHA": "368c11d9", + "Subject": "Update dependencies (#126)" + }, + { + "SHA": "36094ae6", + "Subject": "fix failover and standby sync issue (#125)" + }, + { + "SHA": "8ff1d1a2", + "Subject": "Prepare for release v0.18.0 (#124)" + }, + { + "SHA": "70423ac2", + "Subject": "Prepare for release v0.18.0-rc.0 (#123)" + }, + { + "SHA": "6e3f71a9", + "Subject": "Update license verifier (#122)" + }, + { + "SHA": "5a20e0a8", + "Subject": "Update license verifier (#121)" + }, + { + "SHA": "bb781f89", + "Subject": "Add enableServiceLinks to PodSpec (#120)" + }, + { + "SHA": "9e313041", + "Subject": "Test against K8s 1.27.0 (#119)" + }, + { + "SHA": "abf0822f", + "Subject": "Prepare for release v0.17.0 (#118)" + }, + { + "SHA": "f6b27009", + "Subject": "Cleanup CI" + }, + { + "SHA": "c359680e", + "Subject": "Use ghcr.io for appscode/golang-dev (#117)" + }, + { + "SHA": "53afc3f5", + "Subject": "Dynamically select runner type" + }, + { + "SHA": "ce64e41a", + "Subject": "Update workflows (Go 1.20, k8s 1.26) (#116)" + }, + { + "SHA": "754d2dad", + "Subject": "Test against Kubernetes 1.26.0 (#114)" + }, + { + "SHA": "773c1e37", + "Subject": "Prepare for release v0.16.0 (#113)" + }, + { + "SHA": "e160b1c6", + "Subject": "Update sidekick dependency (#112)" + }, + { + "SHA": "2835261c", + "Subject": "Read imge pull secret from operator flags (#111)" + }, + { + "SHA": "916f0c37", + "Subject": "Fix `waiting for the target to be leader` issue (#110)" + }, + { + "SHA": "e28d7b5c", + "Subject": "Prepare for release v0.14.1 (#109)" + }, + { + "SHA": "32cf0205", + "Subject": "Prepare for release v0.14.0 (#108)" + }, + { + "SHA": "706969bd", + "Subject": "Update dependencies (#107)" + }, + { + "SHA": "02340b1c", + "Subject": "Prepare for release v0.14.0-rc.1 (#106)" + }, + { + "SHA": "51942bbd", + "Subject": "Prepare for release v0.14.0-rc.0 (#105)" + }, + { + "SHA": "c14a0d4c", + "Subject": "Update deps (#104)" + }, + { + "SHA": "5e6730a5", + "Subject": "Merge pull request #102 from kubedb/leader-switch" + }, + { + "SHA": "e25599f0", + "Subject": "Merge branch 'master' into leader-switch" + }, + { + "SHA": "2708d012", + "Subject": "Add PG Reset Wal for Single user mode failed #101" + }, + { + "SHA": "4d8bd4c3", + "Subject": "retry eviction of pod and delete pod if fails" + }, + { + "SHA": "0e09b7ec", + "Subject": "Update deps" + }, + { + "SHA": "404ebc14", + "Subject": "Refined" + }, + { + "SHA": "c0eaf986", + "Subject": "Fix: Transfer Leadership issue fix with pod delete" + }, + { + "SHA": "3ed11903", + "Subject": "Add PG Reset Wal for Single user mode failed" + }, + { + "SHA": "194c1bcb", + "Subject": "Run GH actions on ubuntu-20.04 (#103)" + }, + { + "SHA": "8df98fa1", + "Subject": "Prepare for release v0.13.0 (#100)" + }, + { + "SHA": "34c72fda", + "Subject": "Prepare for release v0.13.0-rc.0 (#99)" + }, + { + "SHA": "0295aeca", + "Subject": "Update dependencies (#98)" + }, + { + "SHA": "9b371d85", + "Subject": "Test against Kubernetes 1.25.0 (#97)" + }, + { + "SHA": "1a27ef77", + "Subject": "Check for PDB version only once (#95)" + }, + { + "SHA": "04c780bd", + "Subject": "Handle status conversion for CronJob/VolumeSnapshot (#94)" + }, + { + "SHA": "b71a1118", + "Subject": "Use Go 1.19 (#93)" + }, + { + "SHA": "6270e67d", + "Subject": "Use k8s 1.25.1 libs (#92)" + }, + { + "SHA": "84787e88", + "Subject": "Stop using removed apis in Kubernetes 1.25 (#91)" + }, + { + "SHA": "7550a387", + "Subject": "Use health checker types from kmodules (#90)" + }, + { + "SHA": "c53a50ad", + "Subject": "Prepare for release v0.12.0 (#89)" + }, + { + "SHA": "ee679735", + "Subject": "Prepare for release v0.12.0-rc.1 (#88)" + }, + { + "SHA": "ca070943", + "Subject": "Update health checker (#86)" + }, + { + "SHA": "c38bf66b", + "Subject": "Prepare for release v0.12.0-rc.0 (#85)" + }, + { + "SHA": "ee946044", + "Subject": "Acquire license from license-proxyserver if available (#83)" + }, + { + "SHA": "321e6a8f", + "Subject": "Remove role scripts from the coordinator. (#82)" + }, + { + "SHA": "6d679b22", + "Subject": "Update to k8s 1.24 toolchain (#81)" + }, + { + "SHA": "cde3602d", + "Subject": "Prepare for release v0.11.0 (#80)" + }, + { + "SHA": "d20975b6", + "Subject": "Update dependencies (#79)" + }, + { + "SHA": "cb516fbc", + "Subject": "Add Raft Metrics And graceful shutdown of Postgres (#74)" + }, + { + "SHA": "e78a2c5b", + "Subject": "Update dependencies(nats client, mongo-driver) (#78)" + }, + { + "SHA": "c4af9ba0", + "Subject": "Fix: Fast Shut-down Postgres server to avoid single-user mode shutdown failure (#73)" + }, + { + "SHA": "a9661653", + "Subject": "Prepare for release v0.10.0 (#72)" + }, + { + "SHA": "3774d5c8", + "Subject": "Update dependencies (#71)" + }, + { + "SHA": "f72f0a31", + "Subject": "Avoid ExacIntoPod to fix memory leak (#70)" + }, + { + "SHA": "b1d68e3e", + "Subject": "Use Go 1.18 (#68)" + }, + { + "SHA": "dfecf3c7", + "Subject": "make fmt (#67)" + }, + { + "SHA": "389e47ea", + "Subject": "Prepare for release v0.9.0 (#66)" + }, + { + "SHA": "d6c1b92b", + "Subject": "Cancel concurrent CI runs for same pr/commit (#65)" + }, + { + "SHA": "122e1291", + "Subject": "Update dependencies (#64)" + }, + { + "SHA": "8fab8e7a", + "Subject": "Cancel concurrent CI runs for same pr/commit (#63)" + }, + { + "SHA": "749e8501", + "Subject": "Update SiteInfo (#62)" + }, + { + "SHA": "1b11bc19", + "Subject": "Publish GenericResource (#61)" + }, + { + "SHA": "9a256f15", + "Subject": "Fix custom Auth secret issues (#60)" + }, + { + "SHA": "2b3434ac", + "Subject": "Use Postgres CR to get replica count (#59)" + }, + { + "SHA": "8ded7410", + "Subject": "Recover from panic in reconcilers (#58)" + }, + { + "SHA": "917270b8", + "Subject": "Prepare for release v0.8.0 (#57)" + }, + { + "SHA": "f84a1dc0", + "Subject": "Update dependencies (#56)" + }, + { + "SHA": "076b8ede", + "Subject": "Check if pods are controlled by kubedb statefulset (#55)" + }, + { + "SHA": "4c55eed6", + "Subject": "Prepare for release v0.7.0 (#54)" + }, + { + "SHA": "f98e8947", + "Subject": "Update kmodules.xyz/monitoring-agent-api (#53)" + }, + { + "SHA": "6f59d29f", + "Subject": "Update repository config (#52)" + }, + { + "SHA": "5ff5f4b8", + "Subject": "Fix: Raft log corrupted issue (#51)" + }, + { + "SHA": "314fd357", + "Subject": "Use DisableAnalytics flag from license (#50)" + }, + { + "SHA": "88b19fcc", + "Subject": "Update license-verifier (#49)" + }, + { + "SHA": "06248438", + "Subject": "Support custom pod and controller labels (#48)" + }, + { + "SHA": "633bfcac", + "Subject": "Postgres Server Restart If Sig-Killed (#44)" + }, + { + "SHA": "5047efeb", + "Subject": "Print logs at Debug level" + }, + { + "SHA": "7d42c4bd", + "Subject": "Log timestamp from zap logger used in raft (#47)" + }, + { + "SHA": "137015d0", + "Subject": "Update xorm dependency (#46)" + }, + { + "SHA": "81f78270", + "Subject": "Fix satori/go.uuid security vulnerability (#45)" + }, + { + "SHA": "b3685227", + "Subject": "Fix jwt-go security vulnerability (#43)" + }, + { + "SHA": "9bfed99c", + "Subject": "Fix: Postgres server single user mode start for bullseye image (#42)" + }, + { + "SHA": "f55f8d6e", + "Subject": "Update dependencies to publish SiteInfo (#40)" + }, + { + "SHA": "b82a3d77", + "Subject": "Add support for Postgres version v14.0 (#41)" + }, + { + "SHA": "158105b8", + "Subject": "Prepare for release v0.6.0 (#39)" + }, + { + "SHA": "4b7e8593", + "Subject": "Log warning if Community License is used with non-demo namespace (#38)" + }, + { + "SHA": "f87aee15", + "Subject": "Prepare for release v0.5.0 (#37)" + }, + { + "SHA": "4357d0b7", + "Subject": "Update dependencies (#36)" + }, + { + "SHA": "a14448cb", + "Subject": "Fix Rewind And Memory leak Issues (#35)" + }, + { + "SHA": "245fcde9", + "Subject": "Update repository config (#34)" + }, + { + "SHA": "066da089", + "Subject": "Update dependencies (#33)" + }, + { + "SHA": "d2c2ef68", + "Subject": "Prepare for release v0.4.0 (#32)" + }, + { + "SHA": "0f61b36f", + "Subject": "Update dependencies (#31)" + }, + { + "SHA": "e98ad26a", + "Subject": "Update dependencies (#30)" + }, + { + "SHA": "4421b2ab", + "Subject": "Update repository config (#29)" + }, + { + "SHA": "9d4483f5", + "Subject": "Update repository config (#28)" + }, + { + "SHA": "adb9f368", + "Subject": "Update dependencies (#27)" + }, + { + "SHA": "1728412c", + "Subject": "Prepare for release v0.3.0 (#26)" + }, + { + "SHA": "b6d007ff", + "Subject": "Prepare for release v0.3.0-rc.0 (#25)" + }, + { + "SHA": "58216f8a", + "Subject": "Update Client TLS Path for Postgres (#24)" + }, + { + "SHA": "a07d255e", + "Subject": "Raft Version Update And Ops Request Fix (#23)" + }, + { + "SHA": "1855cecf", + "Subject": "Use klog/v2 (#19)" + }, + { + "SHA": "727dcc87", + "Subject": "Use klog/v2" + }, + { + "SHA": "eff1c8f0", + "Subject": "Prepare for release v0.2.0 (#16)" + }, + { + "SHA": "ffb6ee5e", + "Subject": "Add Support for Custom UID (#15)" + }, + { + "SHA": "72d46511", + "Subject": "Fix spelling" + }, + { + "SHA": "6067a826", + "Subject": "Prepare for release v0.1.1 (#14)" + }, + { + "SHA": "2fd91dc0", + "Subject": "Prepare for release v0.1.0 (#13)" + }, + { + "SHA": "d0eb5419", + "Subject": "fix: added basic auth client for raft client http" + }, + { + "SHA": "acb1a2e3", + "Subject": "Update KubeDB api (#12)" + }, + { + "SHA": "cc923be0", + "Subject": "fix: added basic auth for http client" + }, + { + "SHA": "48204a3d", + "Subject": "fix: cleanup logs" + }, + { + "SHA": "f0cd88d3", + "Subject": "Use alpine as base for prod docker image (#11)" + }, + { + "SHA": "98837f30", + "Subject": "fix: revendor with api-mechinary" + }, + { + "SHA": "12779aa6", + "Subject": "fix: updated docker file" + }, + { + "SHA": "414905da", + "Subject": "fix: replace rsync with cp" + }, + { + "SHA": "2f1f7994", + "Subject": "fix: pg_rewind failed" + }, + { + "SHA": "173bbf94", + "Subject": "fix: updated server's port 2379 (client),2380 (peer)" + }, + { + "SHA": "ab30d53e", + "Subject": "fix: license added" + }, + { + "SHA": "d0bc0a50", + "Subject": "fix: make lint with constant updated" + }, + { + "SHA": "e6dc704b", + "Subject": "fix: updated with api-mechinary constant name" + }, + { + "SHA": "80a13a5b", + "Subject": "fix: primary & replica have different cluster id" + }, + { + "SHA": "4345dd34", + "Subject": "fix: initial access denied before final initialize complete" + }, + { + "SHA": "9a68d868", + "Subject": "fix: working on http basic auth (on progress)" + }, + { + "SHA": "22b37d3e", + "Subject": "fix: last leader same as new one" + }, + { + "SHA": "b798ba4d", + "Subject": "fix: single user mode read buffer" + }, + { + "SHA": "b7e1f678", + "Subject": "fix: make lint" + }, + { + "SHA": "8c106f06", + "Subject": "fix: make gen fmt" + }, + { + "SHA": "71108b31", + "Subject": "fix: go mod updated" + }, + { + "SHA": "5cdc4e2b", + "Subject": "fix: error handling fix : log handled" + }, + { + "SHA": "3c57af41", + "Subject": "fix: working on log and error handling" + }, + { + "SHA": "1de624df", + "Subject": "fix: updated api-machinery" + }, + { + "SHA": "8eb48dbf", + "Subject": "updated sslMode=$SSL_MODE" + }, + { + "SHA": "9c745042", + "Subject": "fix: added scram-sha-256" + }, + { + "SHA": "4a8817e2", + "Subject": "fix: typo" + }, + { + "SHA": "f7f3625e", + "Subject": "fix: sslMode check done" + }, + { + "SHA": "eae73f6d", + "Subject": "fix: CLIENT_AUTH_MODE value updated" + }, + { + "SHA": "a4c8a7fe", + "Subject": "fix: auth and sslmode" + }, + { + "SHA": "f7e96f1e", + "Subject": "fix ca.crt for client Signed-off-by: Emon46 " + }, + { + "SHA": "daab4f78", + "Subject": "fix: set connection string to verify-fulll fix: remove restore.sh from all version" + }, + { + "SHA": "b085140b", + "Subject": "fix: clean up logs" + }, + { + "SHA": "cd1904a3", + "Subject": "fix: handle DoReinitialization func returning error in failover" + }, + { + "SHA": "1d188de5", + "Subject": "fix: api mechinary updated for removing archiver spec" + }, + { + "SHA": "cc5f7482", + "Subject": "fix: added demote immediate function" + }, + { + "SHA": "887eddca", + "Subject": "fix: added pgREcovery check for leader test" + }, + { + "SHA": "beb56969", + "Subject": "fix: removed unnecessary functions fix: scripts Signed-off-by: Emon46 " + }, + { + "SHA": "24e5e2aa", + "Subject": "fix: script modified" + }, + { + "SHA": "49637489", + "Subject": "fix: timeline issue" + }, + { + "SHA": "c418bc0c", + "Subject": "Remove .idea folder" + }, + { + "SHA": "75662379", + "Subject": "Add license and Makefile (#8)" + }, + { + "SHA": "898f76f0", + "Subject": "fix: added pass auth for users in pg_hba.conf" + }, + { + "SHA": "50e0ddcd", + "Subject": "working with 9,10,11,12,13" + }, + { + "SHA": "d1318c92", + "Subject": "added script for 9,10,11,12,13 fix : syntex error issue in 9 fix : updated pg_rewind error message check" + }, + { + "SHA": "f13ea0fd", + "Subject": "fix: working with version 12" + }, + { + "SHA": "6d87091c", + "Subject": "fixing for updated version 12 and 13" + }, + { + "SHA": "a95e5d97", + "Subject": "fix: config recovery after basebackup in normal flow" + }, + { + "SHA": "de14b8b3", + "Subject": "update: variable check SSL_MODE" + }, + { + "SHA": "b19426c1", + "Subject": "added field for hearttick and leadertick" + }, + { + "SHA": "ca1c44af", + "Subject": "fix: revondoring done. label updated" + }, + { + "SHA": "e5d59292", + "Subject": "fix: final working version. fixed: raft vendoring . added vendor from appscode fix: error handled for pg_rewind, pg_dump, start, stop, single user mode" + }, + { + "SHA": "f027542a", + "Subject": "Signed-off-by: Emon331046 " + }, + { + "SHA": "db071c27", + "Subject": "fix : working version with pg rewind check and other stuffs. note: this is the final one" + }, + { + "SHA": "2f03442a", + "Subject": "added process check" + }, + { + "SHA": "4cca7bf4", + "Subject": "fix all crush prev-link isssue" + }, + { + "SHA": "dd92164f", + "Subject": "fixed single user mode start" + }, + { + "SHA": "5980f861", + "Subject": "working with doing always pg_rewind note: needPgRewind is always true here" + }, + { + "SHA": "ca6dabd7", + "Subject": "fixing primary after recover prev-link invalid wal Signed-off-by: Emon46 " + }, + { + "SHA": "8e678581", + "Subject": "fixing prev-link record error" + }, + { + "SHA": "c5518602", + "Subject": "fix ... Signed-off-by: Emon331046 " + }, + { + "SHA": "6c5c31ae", + "Subject": "fix some pg_rewind issue" + }, + { + "SHA": "ef9cdb17", + "Subject": "fix recover demote follower" + }, + { + "SHA": "8345e968", + "Subject": "pg_rewind and status and stop start func fix Signed-off-by: Emon331046 " + }, + { + "SHA": "8851de41", + "Subject": "debuging codebase Signed-off-by: Emon46 " + }, + { + "SHA": "657b5c03", + "Subject": "fix : always delete pod problem" + }, + { + "SHA": "a2e0c15e", + "Subject": "working on pg rewind Signed-off-by: Emon331046 " + }, + { + "SHA": "692a6f8f", + "Subject": "working on do pg rewind Signed-off-by: Emon331046 " + }, + { + "SHA": "50f34767", + "Subject": "added pg_rewind check" + }, + { + "SHA": "fcaf8261", + "Subject": "unifnished : pg_dump and Pg_rewind Signed-off-by: Emon46 " + }, + { + "SHA": "2c7005ce", + "Subject": "adding og_rewind" + }, + { + "SHA": "62372a23", + "Subject": "need a fix" + }, + { + "SHA": "c0459bf4", + "Subject": "fix: leader transfer api added Signed-off-by: Emon331046 " + }, + { + "SHA": "21f016d0", + "Subject": "need to fix Signed-off-by: Emon331046 " + }, + { + "SHA": "afea498c", + "Subject": "clean up codebase" + }, + { + "SHA": "3166aa2d", + "Subject": "change pg_hba.conf for localhost" + }, + { + "SHA": "af5719eb", + "Subject": " need to fix change pg_hba.conf" + }, + { + "SHA": "e91b1214", + "Subject": "change pghb from root to postgres for certs" + }, + { + "SHA": "97547ff1", + "Subject": "change owner from root to postgres for certs" + }, + { + "SHA": "72101b53", + "Subject": "need to fix" + }, + { + "SHA": "46119298", + "Subject": "fix: vendor updated" + }, + { + "SHA": "5456ed6f", + "Subject": "fix: svc for standby" + }, + { + "SHA": "b700c1fe", + "Subject": "fix: svc for standby" + }, + { + "SHA": "9299ea6c", + "Subject": "fix: vendoring apimachinery for constants" + }, + { + "SHA": "2bee5907", + "Subject": "fix: added support for v9" + }, + { + "SHA": "5049d829", + "Subject": "fix: added support for v9" + }, + { + "SHA": "273d3ca9", + "Subject": "fix: added client for converting a node learner or candidate" + }, + { + "SHA": "cbe5c267", + "Subject": "added makeLearner func" + }, + { + "SHA": "b78e4245", + "Subject": "fix: the trigger-file issue" + }, + { + "SHA": "1b32281c", + "Subject": "fix: old leader restart fixed" + }, + { + "SHA": "6e79582b", + "Subject": "fix: crashing after running script fixed" + }, + { + "SHA": "2049963c", + "Subject": "need to fix the script part" + }, + { + "SHA": "6d7985c7", + "Subject": "added scripts in leader-election container" + }, + { + "SHA": "df37d25c", + "Subject": "added leader port" + }, + { + "SHA": "72de772f", + "Subject": "added leader port" + }, + { + "SHA": "746914ff", + "Subject": "leader test" + }, + { + "SHA": "12a635d1", + "Subject": "leader test" + }, + { + "SHA": "ce3787db", + "Subject": "leader test" + }, + { + "SHA": "02677281", + "Subject": "leader test" + }, + { + "SHA": "b64c6e31", + "Subject": "leader test" + }, + { + "SHA": "dd970354", + "Subject": "leader test" + }, + { + "SHA": "84686fc5", + "Subject": "leader test" + }, + { + "SHA": "57fb4982", + "Subject": "leader test" + }, + { + "SHA": "eeebe8ff", + "Subject": "leader test" + } + ] + } + ] + }, { "url": "github.com/kubedb/mysql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index a7b4485f5..acb2202ad 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -180,6 +180,261 @@ +## [kubedb/mssql-coordinator](https://github.com/kubedb/mssql-coordinator) + +### [v0.0.1](https://github.com/kubedb/mssql-coordinator/releases/tag/v0.0.1) + +- [d85fb389](https://github.com/kubedb/mssql-coordinator/commit/d85fb389) Prepare for release v0.0.1 (#3) +- [ca78acac](https://github.com/kubedb/mssql-coordinator/commit/ca78acac) Prepare for release v0.0.1 (#2) +- [09ac9814](https://github.com/kubedb/mssql-coordinator/commit/09ac9814) Provision MS SQL Server with Raft (#1) +- [39120f71](https://github.com/kubedb/mssql-coordinator/commit/39120f71) pg-coordinator -> mssql-coordinator +- [aba0d83f](https://github.com/kubedb/mssql-coordinator/commit/aba0d83f) Prepare for release v0.26.0 (#155) +- [e9c0a986](https://github.com/kubedb/mssql-coordinator/commit/e9c0a986) Prepare for release v0.25.0 (#154) +- [cbdb8698](https://github.com/kubedb/mssql-coordinator/commit/cbdb8698) Prepare for release v0.25.0-rc.1 (#153) +- [e4042bfd](https://github.com/kubedb/mssql-coordinator/commit/e4042bfd) Update deps (#152) +- [b9b84db3](https://github.com/kubedb/mssql-coordinator/commit/b9b84db3) Update deps (#151) +- [e35b556c](https://github.com/kubedb/mssql-coordinator/commit/e35b556c) Prepare for release v0.25.0-rc.0 (#150) +- [fa77ab4e](https://github.com/kubedb/mssql-coordinator/commit/fa77ab4e) Fixed (#149) +- [aef2df3c](https://github.com/kubedb/mssql-coordinator/commit/aef2df3c) Prepare for release v0.25.0-beta.1 (#148) +- [f00e1837](https://github.com/kubedb/mssql-coordinator/commit/f00e1837) Prepare for release v0.25.0-beta.0 (#147) +- [00ef3cb7](https://github.com/kubedb/mssql-coordinator/commit/00ef3cb7) Update deps (#146) +- [30783ca6](https://github.com/kubedb/mssql-coordinator/commit/30783ca6) Update deps (#145) +- [656f9a82](https://github.com/kubedb/mssql-coordinator/commit/656f9a82) Use k8s 1.29 client libs (#144) +- [8e4c36ec](https://github.com/kubedb/mssql-coordinator/commit/8e4c36ec) Prepare for release v0.24.0 (#143) +- [0b8239a1](https://github.com/kubedb/mssql-coordinator/commit/0b8239a1) Prepare for release v0.23.0 (#142) +- [c14f61d1](https://github.com/kubedb/mssql-coordinator/commit/c14f61d1) Prepare for release v0.22.0 (#141) +- [56e5b1de](https://github.com/kubedb/mssql-coordinator/commit/56e5b1de) Prepare for release v0.22.0-rc.1 (#140) +- [3379cb47](https://github.com/kubedb/mssql-coordinator/commit/3379cb47) Prepare for release v0.22.0-rc.0 (#139) +- [1b9d3b30](https://github.com/kubedb/mssql-coordinator/commit/1b9d3b30) Add support for arbiter (#136) +- [63690f56](https://github.com/kubedb/mssql-coordinator/commit/63690f56) added postgres 16.0 support (#137) +- [63637c30](https://github.com/kubedb/mssql-coordinator/commit/63637c30) Added & modified logs (#134) +- [c90d2edc](https://github.com/kubedb/mssql-coordinator/commit/c90d2edc) Prepare for release v0.21.0 (#135) +- [060d7da9](https://github.com/kubedb/mssql-coordinator/commit/060d7da9) Prepare for release v0.20.0 (#133) +- [867a5a36](https://github.com/kubedb/mssql-coordinator/commit/867a5a36) Fix standby labeling (#132) +- [676e2957](https://github.com/kubedb/mssql-coordinator/commit/676e2957) Only cache sibling pods using selector (#131) +- [9732ad99](https://github.com/kubedb/mssql-coordinator/commit/9732ad99) fix linter issue (#130) +- [8bf809a2](https://github.com/kubedb/mssql-coordinator/commit/8bf809a2) Prepare for release v0.19.0 (#129) +- [dd87bd6a](https://github.com/kubedb/mssql-coordinator/commit/dd87bd6a) Update dependencies (#128) +- [ccd18e6d](https://github.com/kubedb/mssql-coordinator/commit/ccd18e6d) Use cached client (#127) +- [368c11d9](https://github.com/kubedb/mssql-coordinator/commit/368c11d9) Update dependencies (#126) +- [36094ae6](https://github.com/kubedb/mssql-coordinator/commit/36094ae6) fix failover and standby sync issue (#125) +- [8ff1d1a2](https://github.com/kubedb/mssql-coordinator/commit/8ff1d1a2) Prepare for release v0.18.0 (#124) +- [70423ac2](https://github.com/kubedb/mssql-coordinator/commit/70423ac2) Prepare for release v0.18.0-rc.0 (#123) +- [6e3f71a9](https://github.com/kubedb/mssql-coordinator/commit/6e3f71a9) Update license verifier (#122) +- [5a20e0a8](https://github.com/kubedb/mssql-coordinator/commit/5a20e0a8) Update license verifier (#121) +- [bb781f89](https://github.com/kubedb/mssql-coordinator/commit/bb781f89) Add enableServiceLinks to PodSpec (#120) +- [9e313041](https://github.com/kubedb/mssql-coordinator/commit/9e313041) Test against K8s 1.27.0 (#119) +- [abf0822f](https://github.com/kubedb/mssql-coordinator/commit/abf0822f) Prepare for release v0.17.0 (#118) +- [f6b27009](https://github.com/kubedb/mssql-coordinator/commit/f6b27009) Cleanup CI +- [c359680e](https://github.com/kubedb/mssql-coordinator/commit/c359680e) Use ghcr.io for appscode/golang-dev (#117) +- [53afc3f5](https://github.com/kubedb/mssql-coordinator/commit/53afc3f5) Dynamically select runner type +- [ce64e41a](https://github.com/kubedb/mssql-coordinator/commit/ce64e41a) Update workflows (Go 1.20, k8s 1.26) (#116) +- [754d2dad](https://github.com/kubedb/mssql-coordinator/commit/754d2dad) Test against Kubernetes 1.26.0 (#114) +- [773c1e37](https://github.com/kubedb/mssql-coordinator/commit/773c1e37) Prepare for release v0.16.0 (#113) +- [e160b1c6](https://github.com/kubedb/mssql-coordinator/commit/e160b1c6) Update sidekick dependency (#112) +- [2835261c](https://github.com/kubedb/mssql-coordinator/commit/2835261c) Read imge pull secret from operator flags (#111) +- [916f0c37](https://github.com/kubedb/mssql-coordinator/commit/916f0c37) Fix `waiting for the target to be leader` issue (#110) +- [e28d7b5c](https://github.com/kubedb/mssql-coordinator/commit/e28d7b5c) Prepare for release v0.14.1 (#109) +- [32cf0205](https://github.com/kubedb/mssql-coordinator/commit/32cf0205) Prepare for release v0.14.0 (#108) +- [706969bd](https://github.com/kubedb/mssql-coordinator/commit/706969bd) Update dependencies (#107) +- [02340b1c](https://github.com/kubedb/mssql-coordinator/commit/02340b1c) Prepare for release v0.14.0-rc.1 (#106) +- [51942bbd](https://github.com/kubedb/mssql-coordinator/commit/51942bbd) Prepare for release v0.14.0-rc.0 (#105) +- [c14a0d4c](https://github.com/kubedb/mssql-coordinator/commit/c14a0d4c) Update deps (#104) +- [5e6730a5](https://github.com/kubedb/mssql-coordinator/commit/5e6730a5) Merge pull request #102 from kubedb/leader-switch +- [e25599f0](https://github.com/kubedb/mssql-coordinator/commit/e25599f0) Merge branch 'master' into leader-switch +- [2708d012](https://github.com/kubedb/mssql-coordinator/commit/2708d012) Add PG Reset Wal for Single user mode failed #101 +- [4d8bd4c3](https://github.com/kubedb/mssql-coordinator/commit/4d8bd4c3) retry eviction of pod and delete pod if fails +- [0e09b7ec](https://github.com/kubedb/mssql-coordinator/commit/0e09b7ec) Update deps +- [404ebc14](https://github.com/kubedb/mssql-coordinator/commit/404ebc14) Refined +- [c0eaf986](https://github.com/kubedb/mssql-coordinator/commit/c0eaf986) Fix: Transfer Leadership issue fix with pod delete +- [3ed11903](https://github.com/kubedb/mssql-coordinator/commit/3ed11903) Add PG Reset Wal for Single user mode failed +- [194c1bcb](https://github.com/kubedb/mssql-coordinator/commit/194c1bcb) Run GH actions on ubuntu-20.04 (#103) +- [8df98fa1](https://github.com/kubedb/mssql-coordinator/commit/8df98fa1) Prepare for release v0.13.0 (#100) +- [34c72fda](https://github.com/kubedb/mssql-coordinator/commit/34c72fda) Prepare for release v0.13.0-rc.0 (#99) +- [0295aeca](https://github.com/kubedb/mssql-coordinator/commit/0295aeca) Update dependencies (#98) +- [9b371d85](https://github.com/kubedb/mssql-coordinator/commit/9b371d85) Test against Kubernetes 1.25.0 (#97) +- [1a27ef77](https://github.com/kubedb/mssql-coordinator/commit/1a27ef77) Check for PDB version only once (#95) +- [04c780bd](https://github.com/kubedb/mssql-coordinator/commit/04c780bd) Handle status conversion for CronJob/VolumeSnapshot (#94) +- [b71a1118](https://github.com/kubedb/mssql-coordinator/commit/b71a1118) Use Go 1.19 (#93) +- [6270e67d](https://github.com/kubedb/mssql-coordinator/commit/6270e67d) Use k8s 1.25.1 libs (#92) +- [84787e88](https://github.com/kubedb/mssql-coordinator/commit/84787e88) Stop using removed apis in Kubernetes 1.25 (#91) +- [7550a387](https://github.com/kubedb/mssql-coordinator/commit/7550a387) Use health checker types from kmodules (#90) +- [c53a50ad](https://github.com/kubedb/mssql-coordinator/commit/c53a50ad) Prepare for release v0.12.0 (#89) +- [ee679735](https://github.com/kubedb/mssql-coordinator/commit/ee679735) Prepare for release v0.12.0-rc.1 (#88) +- [ca070943](https://github.com/kubedb/mssql-coordinator/commit/ca070943) Update health checker (#86) +- [c38bf66b](https://github.com/kubedb/mssql-coordinator/commit/c38bf66b) Prepare for release v0.12.0-rc.0 (#85) +- [ee946044](https://github.com/kubedb/mssql-coordinator/commit/ee946044) Acquire license from license-proxyserver if available (#83) +- [321e6a8f](https://github.com/kubedb/mssql-coordinator/commit/321e6a8f) Remove role scripts from the coordinator. (#82) +- [6d679b22](https://github.com/kubedb/mssql-coordinator/commit/6d679b22) Update to k8s 1.24 toolchain (#81) +- [cde3602d](https://github.com/kubedb/mssql-coordinator/commit/cde3602d) Prepare for release v0.11.0 (#80) +- [d20975b6](https://github.com/kubedb/mssql-coordinator/commit/d20975b6) Update dependencies (#79) +- [cb516fbc](https://github.com/kubedb/mssql-coordinator/commit/cb516fbc) Add Raft Metrics And graceful shutdown of Postgres (#74) +- [e78a2c5b](https://github.com/kubedb/mssql-coordinator/commit/e78a2c5b) Update dependencies(nats client, mongo-driver) (#78) +- [c4af9ba0](https://github.com/kubedb/mssql-coordinator/commit/c4af9ba0) Fix: Fast Shut-down Postgres server to avoid single-user mode shutdown failure (#73) +- [a9661653](https://github.com/kubedb/mssql-coordinator/commit/a9661653) Prepare for release v0.10.0 (#72) +- [3774d5c8](https://github.com/kubedb/mssql-coordinator/commit/3774d5c8) Update dependencies (#71) +- [f72f0a31](https://github.com/kubedb/mssql-coordinator/commit/f72f0a31) Avoid ExacIntoPod to fix memory leak (#70) +- [b1d68e3e](https://github.com/kubedb/mssql-coordinator/commit/b1d68e3e) Use Go 1.18 (#68) +- [dfecf3c7](https://github.com/kubedb/mssql-coordinator/commit/dfecf3c7) make fmt (#67) +- [389e47ea](https://github.com/kubedb/mssql-coordinator/commit/389e47ea) Prepare for release v0.9.0 (#66) +- [d6c1b92b](https://github.com/kubedb/mssql-coordinator/commit/d6c1b92b) Cancel concurrent CI runs for same pr/commit (#65) +- [122e1291](https://github.com/kubedb/mssql-coordinator/commit/122e1291) Update dependencies (#64) +- [8fab8e7a](https://github.com/kubedb/mssql-coordinator/commit/8fab8e7a) Cancel concurrent CI runs for same pr/commit (#63) +- [749e8501](https://github.com/kubedb/mssql-coordinator/commit/749e8501) Update SiteInfo (#62) +- [1b11bc19](https://github.com/kubedb/mssql-coordinator/commit/1b11bc19) Publish GenericResource (#61) +- [9a256f15](https://github.com/kubedb/mssql-coordinator/commit/9a256f15) Fix custom Auth secret issues (#60) +- [2b3434ac](https://github.com/kubedb/mssql-coordinator/commit/2b3434ac) Use Postgres CR to get replica count (#59) +- [8ded7410](https://github.com/kubedb/mssql-coordinator/commit/8ded7410) Recover from panic in reconcilers (#58) +- [917270b8](https://github.com/kubedb/mssql-coordinator/commit/917270b8) Prepare for release v0.8.0 (#57) +- [f84a1dc0](https://github.com/kubedb/mssql-coordinator/commit/f84a1dc0) Update dependencies (#56) +- [076b8ede](https://github.com/kubedb/mssql-coordinator/commit/076b8ede) Check if pods are controlled by kubedb statefulset (#55) +- [4c55eed6](https://github.com/kubedb/mssql-coordinator/commit/4c55eed6) Prepare for release v0.7.0 (#54) +- [f98e8947](https://github.com/kubedb/mssql-coordinator/commit/f98e8947) Update kmodules.xyz/monitoring-agent-api (#53) +- [6f59d29f](https://github.com/kubedb/mssql-coordinator/commit/6f59d29f) Update repository config (#52) +- [5ff5f4b8](https://github.com/kubedb/mssql-coordinator/commit/5ff5f4b8) Fix: Raft log corrupted issue (#51) +- [314fd357](https://github.com/kubedb/mssql-coordinator/commit/314fd357) Use DisableAnalytics flag from license (#50) +- [88b19fcc](https://github.com/kubedb/mssql-coordinator/commit/88b19fcc) Update license-verifier (#49) +- [06248438](https://github.com/kubedb/mssql-coordinator/commit/06248438) Support custom pod and controller labels (#48) +- [633bfcac](https://github.com/kubedb/mssql-coordinator/commit/633bfcac) Postgres Server Restart If Sig-Killed (#44) +- [5047efeb](https://github.com/kubedb/mssql-coordinator/commit/5047efeb) Print logs at Debug level +- [7d42c4bd](https://github.com/kubedb/mssql-coordinator/commit/7d42c4bd) Log timestamp from zap logger used in raft (#47) +- [137015d0](https://github.com/kubedb/mssql-coordinator/commit/137015d0) Update xorm dependency (#46) +- [81f78270](https://github.com/kubedb/mssql-coordinator/commit/81f78270) Fix satori/go.uuid security vulnerability (#45) +- [b3685227](https://github.com/kubedb/mssql-coordinator/commit/b3685227) Fix jwt-go security vulnerability (#43) +- [9bfed99c](https://github.com/kubedb/mssql-coordinator/commit/9bfed99c) Fix: Postgres server single user mode start for bullseye image (#42) +- [f55f8d6e](https://github.com/kubedb/mssql-coordinator/commit/f55f8d6e) Update dependencies to publish SiteInfo (#40) +- [b82a3d77](https://github.com/kubedb/mssql-coordinator/commit/b82a3d77) Add support for Postgres version v14.0 (#41) +- [158105b8](https://github.com/kubedb/mssql-coordinator/commit/158105b8) Prepare for release v0.6.0 (#39) +- [4b7e8593](https://github.com/kubedb/mssql-coordinator/commit/4b7e8593) Log warning if Community License is used with non-demo namespace (#38) +- [f87aee15](https://github.com/kubedb/mssql-coordinator/commit/f87aee15) Prepare for release v0.5.0 (#37) +- [4357d0b7](https://github.com/kubedb/mssql-coordinator/commit/4357d0b7) Update dependencies (#36) +- [a14448cb](https://github.com/kubedb/mssql-coordinator/commit/a14448cb) Fix Rewind And Memory leak Issues (#35) +- [245fcde9](https://github.com/kubedb/mssql-coordinator/commit/245fcde9) Update repository config (#34) +- [066da089](https://github.com/kubedb/mssql-coordinator/commit/066da089) Update dependencies (#33) +- [d2c2ef68](https://github.com/kubedb/mssql-coordinator/commit/d2c2ef68) Prepare for release v0.4.0 (#32) +- [0f61b36f](https://github.com/kubedb/mssql-coordinator/commit/0f61b36f) Update dependencies (#31) +- [e98ad26a](https://github.com/kubedb/mssql-coordinator/commit/e98ad26a) Update dependencies (#30) +- [4421b2ab](https://github.com/kubedb/mssql-coordinator/commit/4421b2ab) Update repository config (#29) +- [9d4483f5](https://github.com/kubedb/mssql-coordinator/commit/9d4483f5) Update repository config (#28) +- [adb9f368](https://github.com/kubedb/mssql-coordinator/commit/adb9f368) Update dependencies (#27) +- [1728412c](https://github.com/kubedb/mssql-coordinator/commit/1728412c) Prepare for release v0.3.0 (#26) +- [b6d007ff](https://github.com/kubedb/mssql-coordinator/commit/b6d007ff) Prepare for release v0.3.0-rc.0 (#25) +- [58216f8a](https://github.com/kubedb/mssql-coordinator/commit/58216f8a) Update Client TLS Path for Postgres (#24) +- [a07d255e](https://github.com/kubedb/mssql-coordinator/commit/a07d255e) Raft Version Update And Ops Request Fix (#23) +- [1855cecf](https://github.com/kubedb/mssql-coordinator/commit/1855cecf) Use klog/v2 (#19) +- [727dcc87](https://github.com/kubedb/mssql-coordinator/commit/727dcc87) Use klog/v2 +- [eff1c8f0](https://github.com/kubedb/mssql-coordinator/commit/eff1c8f0) Prepare for release v0.2.0 (#16) +- [ffb6ee5e](https://github.com/kubedb/mssql-coordinator/commit/ffb6ee5e) Add Support for Custom UID (#15) +- [72d46511](https://github.com/kubedb/mssql-coordinator/commit/72d46511) Fix spelling +- [6067a826](https://github.com/kubedb/mssql-coordinator/commit/6067a826) Prepare for release v0.1.1 (#14) +- [2fd91dc0](https://github.com/kubedb/mssql-coordinator/commit/2fd91dc0) Prepare for release v0.1.0 (#13) +- [d0eb5419](https://github.com/kubedb/mssql-coordinator/commit/d0eb5419) fix: added basic auth client for raft client http +- [acb1a2e3](https://github.com/kubedb/mssql-coordinator/commit/acb1a2e3) Update KubeDB api (#12) +- [cc923be0](https://github.com/kubedb/mssql-coordinator/commit/cc923be0) fix: added basic auth for http client +- [48204a3d](https://github.com/kubedb/mssql-coordinator/commit/48204a3d) fix: cleanup logs +- [f0cd88d3](https://github.com/kubedb/mssql-coordinator/commit/f0cd88d3) Use alpine as base for prod docker image (#11) +- [98837f30](https://github.com/kubedb/mssql-coordinator/commit/98837f30) fix: revendor with api-mechinary +- [12779aa6](https://github.com/kubedb/mssql-coordinator/commit/12779aa6) fix: updated docker file +- [414905da](https://github.com/kubedb/mssql-coordinator/commit/414905da) fix: replace rsync with cp +- [2f1f7994](https://github.com/kubedb/mssql-coordinator/commit/2f1f7994) fix: pg_rewind failed +- [173bbf94](https://github.com/kubedb/mssql-coordinator/commit/173bbf94) fix: updated server's port 2379 (client),2380 (peer) +- [ab30d53e](https://github.com/kubedb/mssql-coordinator/commit/ab30d53e) fix: license added +- [d0bc0a50](https://github.com/kubedb/mssql-coordinator/commit/d0bc0a50) fix: make lint with constant updated +- [e6dc704b](https://github.com/kubedb/mssql-coordinator/commit/e6dc704b) fix: updated with api-mechinary constant name +- [80a13a5b](https://github.com/kubedb/mssql-coordinator/commit/80a13a5b) fix: primary & replica have different cluster id +- [4345dd34](https://github.com/kubedb/mssql-coordinator/commit/4345dd34) fix: initial access denied before final initialize complete +- [9a68d868](https://github.com/kubedb/mssql-coordinator/commit/9a68d868) fix: working on http basic auth (on progress) +- [22b37d3e](https://github.com/kubedb/mssql-coordinator/commit/22b37d3e) fix: last leader same as new one +- [b798ba4d](https://github.com/kubedb/mssql-coordinator/commit/b798ba4d) fix: single user mode read buffer +- [b7e1f678](https://github.com/kubedb/mssql-coordinator/commit/b7e1f678) fix: make lint +- [8c106f06](https://github.com/kubedb/mssql-coordinator/commit/8c106f06) fix: make gen fmt +- [71108b31](https://github.com/kubedb/mssql-coordinator/commit/71108b31) fix: go mod updated +- [5cdc4e2b](https://github.com/kubedb/mssql-coordinator/commit/5cdc4e2b) fix: error handling fix : log handled +- [3c57af41](https://github.com/kubedb/mssql-coordinator/commit/3c57af41) fix: working on log and error handling +- [1de624df](https://github.com/kubedb/mssql-coordinator/commit/1de624df) fix: updated api-machinery +- [8eb48dbf](https://github.com/kubedb/mssql-coordinator/commit/8eb48dbf) updated sslMode=$SSL_MODE +- [9c745042](https://github.com/kubedb/mssql-coordinator/commit/9c745042) fix: added scram-sha-256 +- [4a8817e2](https://github.com/kubedb/mssql-coordinator/commit/4a8817e2) fix: typo +- [f7f3625e](https://github.com/kubedb/mssql-coordinator/commit/f7f3625e) fix: sslMode check done +- [eae73f6d](https://github.com/kubedb/mssql-coordinator/commit/eae73f6d) fix: CLIENT_AUTH_MODE value updated +- [a4c8a7fe](https://github.com/kubedb/mssql-coordinator/commit/a4c8a7fe) fix: auth and sslmode +- [f7e96f1e](https://github.com/kubedb/mssql-coordinator/commit/f7e96f1e) fix ca.crt for client Signed-off-by: Emon46 +- [daab4f78](https://github.com/kubedb/mssql-coordinator/commit/daab4f78) fix: set connection string to verify-fulll fix: remove restore.sh from all version +- [b085140b](https://github.com/kubedb/mssql-coordinator/commit/b085140b) fix: clean up logs +- [cd1904a3](https://github.com/kubedb/mssql-coordinator/commit/cd1904a3) fix: handle DoReinitialization func returning error in failover +- [1d188de5](https://github.com/kubedb/mssql-coordinator/commit/1d188de5) fix: api mechinary updated for removing archiver spec +- [cc5f7482](https://github.com/kubedb/mssql-coordinator/commit/cc5f7482) fix: added demote immediate function +- [887eddca](https://github.com/kubedb/mssql-coordinator/commit/887eddca) fix: added pgREcovery check for leader test +- [beb56969](https://github.com/kubedb/mssql-coordinator/commit/beb56969) fix: removed unnecessary functions fix: scripts Signed-off-by: Emon46 +- [24e5e2aa](https://github.com/kubedb/mssql-coordinator/commit/24e5e2aa) fix: script modified +- [49637489](https://github.com/kubedb/mssql-coordinator/commit/49637489) fix: timeline issue +- [c418bc0c](https://github.com/kubedb/mssql-coordinator/commit/c418bc0c) Remove .idea folder +- [75662379](https://github.com/kubedb/mssql-coordinator/commit/75662379) Add license and Makefile (#8) +- [898f76f0](https://github.com/kubedb/mssql-coordinator/commit/898f76f0) fix: added pass auth for users in pg_hba.conf +- [50e0ddcd](https://github.com/kubedb/mssql-coordinator/commit/50e0ddcd) working with 9,10,11,12,13 +- [d1318c92](https://github.com/kubedb/mssql-coordinator/commit/d1318c92) added script for 9,10,11,12,13 fix : syntex error issue in 9 fix : updated pg_rewind error message check +- [f13ea0fd](https://github.com/kubedb/mssql-coordinator/commit/f13ea0fd) fix: working with version 12 +- [6d87091c](https://github.com/kubedb/mssql-coordinator/commit/6d87091c) fixing for updated version 12 and 13 +- [a95e5d97](https://github.com/kubedb/mssql-coordinator/commit/a95e5d97) fix: config recovery after basebackup in normal flow +- [de14b8b3](https://github.com/kubedb/mssql-coordinator/commit/de14b8b3) update: variable check SSL_MODE +- [b19426c1](https://github.com/kubedb/mssql-coordinator/commit/b19426c1) added field for hearttick and leadertick +- [ca1c44af](https://github.com/kubedb/mssql-coordinator/commit/ca1c44af) fix: revondoring done. label updated +- [e5d59292](https://github.com/kubedb/mssql-coordinator/commit/e5d59292) fix: final working version. fixed: raft vendoring . added vendor from appscode fix: error handled for pg_rewind, pg_dump, start, stop, single user mode +- [f027542a](https://github.com/kubedb/mssql-coordinator/commit/f027542a) Signed-off-by: Emon331046 +- [db071c27](https://github.com/kubedb/mssql-coordinator/commit/db071c27) fix : working version with pg rewind check and other stuffs. note: this is the final one +- [2f03442a](https://github.com/kubedb/mssql-coordinator/commit/2f03442a) added process check +- [4cca7bf4](https://github.com/kubedb/mssql-coordinator/commit/4cca7bf4) fix all crush prev-link isssue +- [dd92164f](https://github.com/kubedb/mssql-coordinator/commit/dd92164f) fixed single user mode start +- [5980f861](https://github.com/kubedb/mssql-coordinator/commit/5980f861) working with doing always pg_rewind note: needPgRewind is always true here +- [ca6dabd7](https://github.com/kubedb/mssql-coordinator/commit/ca6dabd7) fixing primary after recover prev-link invalid wal Signed-off-by: Emon46 +- [8e678581](https://github.com/kubedb/mssql-coordinator/commit/8e678581) fixing prev-link record error +- [c5518602](https://github.com/kubedb/mssql-coordinator/commit/c5518602) fix ... Signed-off-by: Emon331046 +- [6c5c31ae](https://github.com/kubedb/mssql-coordinator/commit/6c5c31ae) fix some pg_rewind issue +- [ef9cdb17](https://github.com/kubedb/mssql-coordinator/commit/ef9cdb17) fix recover demote follower +- [8345e968](https://github.com/kubedb/mssql-coordinator/commit/8345e968) pg_rewind and status and stop start func fix Signed-off-by: Emon331046 +- [8851de41](https://github.com/kubedb/mssql-coordinator/commit/8851de41) debuging codebase Signed-off-by: Emon46 +- [657b5c03](https://github.com/kubedb/mssql-coordinator/commit/657b5c03) fix : always delete pod problem +- [a2e0c15e](https://github.com/kubedb/mssql-coordinator/commit/a2e0c15e) working on pg rewind Signed-off-by: Emon331046 +- [692a6f8f](https://github.com/kubedb/mssql-coordinator/commit/692a6f8f) working on do pg rewind Signed-off-by: Emon331046 +- [50f34767](https://github.com/kubedb/mssql-coordinator/commit/50f34767) added pg_rewind check +- [fcaf8261](https://github.com/kubedb/mssql-coordinator/commit/fcaf8261) unifnished : pg_dump and Pg_rewind Signed-off-by: Emon46 +- [2c7005ce](https://github.com/kubedb/mssql-coordinator/commit/2c7005ce) adding og_rewind +- [62372a23](https://github.com/kubedb/mssql-coordinator/commit/62372a23) need a fix +- [c0459bf4](https://github.com/kubedb/mssql-coordinator/commit/c0459bf4) fix: leader transfer api added Signed-off-by: Emon331046 +- [21f016d0](https://github.com/kubedb/mssql-coordinator/commit/21f016d0) need to fix Signed-off-by: Emon331046 +- [afea498c](https://github.com/kubedb/mssql-coordinator/commit/afea498c) clean up codebase +- [3166aa2d](https://github.com/kubedb/mssql-coordinator/commit/3166aa2d) change pg_hba.conf for localhost +- [af5719eb](https://github.com/kubedb/mssql-coordinator/commit/af5719eb) need to fix change pg_hba.conf +- [e91b1214](https://github.com/kubedb/mssql-coordinator/commit/e91b1214) change pghb from root to postgres for certs +- [97547ff1](https://github.com/kubedb/mssql-coordinator/commit/97547ff1) change owner from root to postgres for certs +- [72101b53](https://github.com/kubedb/mssql-coordinator/commit/72101b53) need to fix +- [46119298](https://github.com/kubedb/mssql-coordinator/commit/46119298) fix: vendor updated +- [5456ed6f](https://github.com/kubedb/mssql-coordinator/commit/5456ed6f) fix: svc for standby +- [b700c1fe](https://github.com/kubedb/mssql-coordinator/commit/b700c1fe) fix: svc for standby +- [9299ea6c](https://github.com/kubedb/mssql-coordinator/commit/9299ea6c) fix: vendoring apimachinery for constants +- [2bee5907](https://github.com/kubedb/mssql-coordinator/commit/2bee5907) fix: added support for v9 +- [5049d829](https://github.com/kubedb/mssql-coordinator/commit/5049d829) fix: added support for v9 +- [273d3ca9](https://github.com/kubedb/mssql-coordinator/commit/273d3ca9) fix: added client for converting a node learner or candidate +- [cbe5c267](https://github.com/kubedb/mssql-coordinator/commit/cbe5c267) added makeLearner func +- [b78e4245](https://github.com/kubedb/mssql-coordinator/commit/b78e4245) fix: the trigger-file issue +- [1b32281c](https://github.com/kubedb/mssql-coordinator/commit/1b32281c) fix: old leader restart fixed +- [6e79582b](https://github.com/kubedb/mssql-coordinator/commit/6e79582b) fix: crashing after running script fixed +- [2049963c](https://github.com/kubedb/mssql-coordinator/commit/2049963c) need to fix the script part +- [6d7985c7](https://github.com/kubedb/mssql-coordinator/commit/6d7985c7) added scripts in leader-election container +- [df37d25c](https://github.com/kubedb/mssql-coordinator/commit/df37d25c) added leader port +- [72de772f](https://github.com/kubedb/mssql-coordinator/commit/72de772f) added leader port +- [746914ff](https://github.com/kubedb/mssql-coordinator/commit/746914ff) leader test +- [12a635d1](https://github.com/kubedb/mssql-coordinator/commit/12a635d1) leader test +- [ce3787db](https://github.com/kubedb/mssql-coordinator/commit/ce3787db) leader test +- [02677281](https://github.com/kubedb/mssql-coordinator/commit/02677281) leader test +- [b64c6e31](https://github.com/kubedb/mssql-coordinator/commit/b64c6e31) leader test +- [dd970354](https://github.com/kubedb/mssql-coordinator/commit/dd970354) leader test +- [84686fc5](https://github.com/kubedb/mssql-coordinator/commit/84686fc5) leader test +- [57fb4982](https://github.com/kubedb/mssql-coordinator/commit/57fb4982) leader test +- [eeebe8ff](https://github.com/kubedb/mssql-coordinator/commit/eeebe8ff) leader test + + + ## [kubedb/mysql](https://github.com/kubedb/mysql) ### [v0.38.0](https://github.com/kubedb/mysql/releases/tag/v0.38.0) From f24b5492a0ef6466736e383024e5d95f35121ff1 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:27 +0000 Subject: [PATCH 37/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 32 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 85f063f53..6800ca8d9 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:23.131351291Z", + "release_date": "2024-04-27T13:00:27.797161144Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -470,6 +470,36 @@ } ] }, + { + "url": "github.com/kubedb/mongodb-restic-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "9b2f456", + "Subject": "Prepare for release v0.8.0 (#42)" + }, + { + "SHA": "9c629ed", + "Subject": "Prepare for release v0.8.0 (#41)" + }, + { + "SHA": "7ed30f3", + "Subject": "fix: restoresession running phase (#38)" + }, + { + "SHA": "390b27a", + "Subject": "Use restic 0.16.4 (#40)" + }, + { + "SHA": "e702a1c", + "Subject": "Use Go 1.22 (#39)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mssql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index acb2202ad..da0e42ea4 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -171,6 +171,18 @@ +## [kubedb/mongodb-restic-plugin](https://github.com/kubedb/mongodb-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/mongodb-restic-plugin/releases/tag/v0.8.0) + +- [9b2f456](https://github.com/kubedb/mongodb-restic-plugin/commit/9b2f456) Prepare for release v0.8.0 (#42) +- [9c629ed](https://github.com/kubedb/mongodb-restic-plugin/commit/9c629ed) Prepare for release v0.8.0 (#41) +- [7ed30f3](https://github.com/kubedb/mongodb-restic-plugin/commit/7ed30f3) fix: restoresession running phase (#38) +- [390b27a](https://github.com/kubedb/mongodb-restic-plugin/commit/390b27a) Use restic 0.16.4 (#40) +- [e702a1c](https://github.com/kubedb/mongodb-restic-plugin/commit/e702a1c) Use Go 1.22 (#39) + + + ## [kubedb/mssql](https://github.com/kubedb/mssql) ### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) From 77d57b4799ee13598ce36de7fd9bf073ed9e6e0b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:32 +0000 Subject: [PATCH 38/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 6800ca8d9..7f7b9e779 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:27.797161144Z", + "release_date": "2024-04-27T13:00:32.28014284Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -470,6 +470,28 @@ } ] }, + { + "url": "github.com/kubedb/mongodb-csi-snapshotter-plugin", + "releases": [ + { + "tag": "v0.6.0", + "commits": [ + { + "SHA": "8119429", + "Subject": "Prepare for release v0.6.0 (#24)" + }, + { + "SHA": "27e13d9", + "Subject": "Prepare for release v0.6.0 (#23)" + }, + { + "SHA": "519cec3", + "Subject": "Use Go 1.22 (#22)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mongodb-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index da0e42ea4..fce0d7fe6 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -171,6 +171,16 @@ +## [kubedb/mongodb-csi-snapshotter-plugin](https://github.com/kubedb/mongodb-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [8119429](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/8119429) Prepare for release v0.6.0 (#24) +- [27e13d9](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/27e13d9) Prepare for release v0.6.0 (#23) +- [519cec3](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/519cec3) Use Go 1.22 (#22) + + + ## [kubedb/mongodb-restic-plugin](https://github.com/kubedb/mongodb-restic-plugin) ### [v0.8.0](https://github.com/kubedb/mongodb-restic-plugin/releases/tag/v0.8.0) From 1fc6e8bdbff981347a89c81e4f9927e67e14d23b Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:43 +0000 Subject: [PATCH 39/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 7f7b9e779..06545b613 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:32.28014284Z", + "release_date": "2024-04-27T13:00:43.543419777Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -470,6 +470,40 @@ } ] }, + { + "url": "github.com/kubedb/mongodb", + "releases": [ + { + "tag": "v0.38.0", + "commits": [ + { + "SHA": "53dee1806", + "Subject": "Prepare for release v0.38.0 (#628)" + }, + { + "SHA": "d4e6f1f2b", + "Subject": "Prepare for release v0.38.0 (#627)" + }, + { + "SHA": "4aa876c07", + "Subject": "Remove redundant log for monitoring agent not found (#625)" + }, + { + "SHA": "94111489c", + "Subject": "Use deps (#624)" + }, + { + "SHA": "5ae7a2686", + "Subject": "Use Go 1.22 (#623)" + }, + { + "SHA": "e35a58388", + "Subject": "Skip license check for webhook-server (#622)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mongodb-csi-snapshotter-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index fce0d7fe6..836a5649a 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -171,6 +171,19 @@ +## [kubedb/mongodb](https://github.com/kubedb/mongodb) + +### [v0.38.0](https://github.com/kubedb/mongodb/releases/tag/v0.38.0) + +- [53dee180](https://github.com/kubedb/mongodb/commit/53dee1806) Prepare for release v0.38.0 (#628) +- [d4e6f1f2](https://github.com/kubedb/mongodb/commit/d4e6f1f2b) Prepare for release v0.38.0 (#627) +- [4aa876c0](https://github.com/kubedb/mongodb/commit/4aa876c07) Remove redundant log for monitoring agent not found (#625) +- [94111489](https://github.com/kubedb/mongodb/commit/94111489c) Use deps (#624) +- [5ae7a268](https://github.com/kubedb/mongodb/commit/5ae7a2686) Use Go 1.22 (#623) +- [e35a5838](https://github.com/kubedb/mongodb/commit/e35a58388) Skip license check for webhook-server (#622) + + + ## [kubedb/mongodb-csi-snapshotter-plugin](https://github.com/kubedb/mongodb-csi-snapshotter-plugin) ### [v0.6.0](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/releases/tag/v0.6.0) From 72b01658152b07049124c08c16571ae265a023c7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:48 +0000 Subject: [PATCH 40/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 06545b613..309a47191 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:43.543419777Z", + "release_date": "2024-04-27T13:00:48.317083328Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -432,6 +432,32 @@ } ] }, + { + "url": "github.com/kubedb/mariadb-restic-plugin", + "releases": [ + { + "tag": "v0.3.0", + "commits": [ + { + "SHA": "38a2bea", + "Subject": "Prepare for release v0.3.0 (#9)" + }, + { + "SHA": "0e030ae", + "Subject": "Prepare for release v0.3.0 (#8)" + }, + { + "SHA": "eedd422", + "Subject": "Use restic 0.16.4 (#7)" + }, + { + "SHA": "59287df", + "Subject": "Use Go 1.22 (#6)" + } + ] + } + ] + }, { "url": "github.com/kubedb/memcached", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 836a5649a..22b1ef773 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -157,6 +157,17 @@ +## [kubedb/mariadb-restic-plugin](https://github.com/kubedb/mariadb-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/mariadb-restic-plugin/releases/tag/v0.3.0) + +- [38a2bea](https://github.com/kubedb/mariadb-restic-plugin/commit/38a2bea) Prepare for release v0.3.0 (#9) +- [0e030ae](https://github.com/kubedb/mariadb-restic-plugin/commit/0e030ae) Prepare for release v0.3.0 (#8) +- [eedd422](https://github.com/kubedb/mariadb-restic-plugin/commit/eedd422) Use restic 0.16.4 (#7) +- [59287df](https://github.com/kubedb/mariadb-restic-plugin/commit/59287df) Use Go 1.22 (#6) + + + ## [kubedb/memcached](https://github.com/kubedb/memcached) ### [v0.38.0](https://github.com/kubedb/memcached/releases/tag/v0.38.0) From fb1f7fe66d68aa3d23996c675f36a4fded9d9202 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:00:54 +0000 Subject: [PATCH 41/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 309a47191..efa15d295 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:48.317083328Z", + "release_date": "2024-04-27T13:00:54.081990738Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -410,6 +410,28 @@ } ] }, + { + "url": "github.com/kubedb/mariadb-coordinator", + "releases": [ + { + "tag": "v0.25.0", + "commits": [ + { + "SHA": "ebc40587", + "Subject": "Prepare for release v0.25.0 (#115)" + }, + { + "SHA": "653202e2", + "Subject": "Prepare for release v0.25.0 (#114)" + }, + { + "SHA": "15fd803a", + "Subject": "Use Go 1.22 (#113)" + } + ] + } + ] + }, { "url": "github.com/kubedb/mariadb-csi-snapshotter-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 22b1ef773..30459187d 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -147,6 +147,16 @@ +## [kubedb/mariadb-coordinator](https://github.com/kubedb/mariadb-coordinator) + +### [v0.25.0](https://github.com/kubedb/mariadb-coordinator/releases/tag/v0.25.0) + +- [ebc40587](https://github.com/kubedb/mariadb-coordinator/commit/ebc40587) Prepare for release v0.25.0 (#115) +- [653202e2](https://github.com/kubedb/mariadb-coordinator/commit/653202e2) Prepare for release v0.25.0 (#114) +- [15fd803a](https://github.com/kubedb/mariadb-coordinator/commit/15fd803a) Use Go 1.22 (#113) + + + ## [kubedb/mariadb-csi-snapshotter-plugin](https://github.com/kubedb/mariadb-csi-snapshotter-plugin) ### [v0.5.0](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/releases/tag/v0.5.0) From 4bd8479e7bbbc9ce97cb9f72e2550617759a2376 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:02 +0000 Subject: [PATCH 42/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index efa15d295..aa9a19299 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:00:54.081990738Z", + "release_date": "2024-04-27T13:01:02.087963076Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -100,6 +100,28 @@ } ] }, + { + "url": "github.com/kubedb/cli", + "releases": [ + { + "tag": "v0.45.0", + "commits": [ + { + "SHA": "f93894ac", + "Subject": "Prepare for release v0.45.0 (#765)" + }, + { + "SHA": "5fc61456", + "Subject": "Prepare for release v0.45.0 (#764)" + }, + { + "SHA": "5827f93f", + "Subject": "Use Go 1.22 (#763)" + } + ] + } + ] + }, { "url": "github.com/kubedb/crd-manager", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 30459187d..43376ebed 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -29,6 +29,16 @@ +## [kubedb/cli](https://github.com/kubedb/cli) + +### [v0.45.0](https://github.com/kubedb/cli/releases/tag/v0.45.0) + +- [f93894ac](https://github.com/kubedb/cli/commit/f93894ac) Prepare for release v0.45.0 (#765) +- [5fc61456](https://github.com/kubedb/cli/commit/5fc61456) Prepare for release v0.45.0 (#764) +- [5827f93f](https://github.com/kubedb/cli/commit/5827f93f) Use Go 1.22 (#763) + + + ## [kubedb/crd-manager](https://github.com/kubedb/crd-manager) ### [v0.0.9](https://github.com/kubedb/crd-manager/releases/tag/v0.0.9) From dab0fd6a37bffcfcfe25e68b5faedbe7f3824482 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:07 +0000 Subject: [PATCH 43/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index aa9a19299..d0591f688 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:02.087963076Z", + "release_date": "2024-04-27T13:01:07.286797449Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -1738,6 +1738,32 @@ } ] }, + { + "url": "github.com/kubedb/mysql-restic-plugin", + "releases": [ + { + "tag": "v0.8.0", + "commits": [ + { + "SHA": "3b2d338", + "Subject": "Prepare for release v0.8.0 (#36)" + }, + { + "SHA": "c684322", + "Subject": "Prepare for release v0.8.0 (#35)" + }, + { + "SHA": "3cb8489", + "Subject": "Use restic 0.16.4 (#33)" + }, + { + "SHA": "cec2dc5", + "Subject": "Use Go 1.22 (#32)" + } + ] + } + ] + }, { "url": "github.com/kubedb/percona-xtradb", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 43376ebed..c56d7a920 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -542,6 +542,17 @@ +## [kubedb/mysql-restic-plugin](https://github.com/kubedb/mysql-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/mysql-restic-plugin/releases/tag/v0.8.0) + +- [3b2d338](https://github.com/kubedb/mysql-restic-plugin/commit/3b2d338) Prepare for release v0.8.0 (#36) +- [c684322](https://github.com/kubedb/mysql-restic-plugin/commit/c684322) Prepare for release v0.8.0 (#35) +- [3cb8489](https://github.com/kubedb/mysql-restic-plugin/commit/3cb8489) Use restic 0.16.4 (#33) +- [cec2dc5](https://github.com/kubedb/mysql-restic-plugin/commit/cec2dc5) Use Go 1.22 (#32) + + + ## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) ### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) From a6e9fd2c0fc497912c1c514204a68c72cda5aa9c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:13 +0000 Subject: [PATCH 44/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 40 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 14 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index d0591f688..6bcb6afd8 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:07.286797449Z", + "release_date": "2024-04-27T13:01:13.393068842Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -320,6 +320,44 @@ } ] }, + { + "url": "github.com/kubedb/ferretdb", + "releases": [ + { + "tag": "v0.0.9", + "commits": [ + { + "SHA": "b8b2db43", + "Subject": "Prepare for release v0.0.9 (#22)" + }, + { + "SHA": "321300f9", + "Subject": "Prepare for release v0.0.9 (#21)" + }, + { + "SHA": "a3552e21", + "Subject": "Update api (#20)" + }, + { + "SHA": "b15a0032", + "Subject": "Set Defaults to db on reconcile (#19)" + }, + { + "SHA": "9276d3c6", + "Subject": "Use deps (#18)" + }, + { + "SHA": "c38d6ea1", + "Subject": "Use Go 1.22 (#17)" + }, + { + "SHA": "35188b72", + "Subject": "Remove: license check for webhook server (#16)" + } + ] + } + ] + }, { "url": "github.com/kubedb/kafka", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index c56d7a920..e5acec760 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -111,6 +111,20 @@ +## [kubedb/ferretdb](https://github.com/kubedb/ferretdb) + +### [v0.0.9](https://github.com/kubedb/ferretdb/releases/tag/v0.0.9) + +- [b8b2db43](https://github.com/kubedb/ferretdb/commit/b8b2db43) Prepare for release v0.0.9 (#22) +- [321300f9](https://github.com/kubedb/ferretdb/commit/321300f9) Prepare for release v0.0.9 (#21) +- [a3552e21](https://github.com/kubedb/ferretdb/commit/a3552e21) Update api (#20) +- [b15a0032](https://github.com/kubedb/ferretdb/commit/b15a0032) Set Defaults to db on reconcile (#19) +- [9276d3c6](https://github.com/kubedb/ferretdb/commit/9276d3c6) Use deps (#18) +- [c38d6ea1](https://github.com/kubedb/ferretdb/commit/c38d6ea1) Use Go 1.22 (#17) +- [35188b72](https://github.com/kubedb/ferretdb/commit/35188b72) Remove: license check for webhook server (#16) + + + ## [kubedb/kafka](https://github.com/kubedb/kafka) ### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) From 3446a571e587c3776d07f924645ffa960df54282 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:19 +0000 Subject: [PATCH 45/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 6bcb6afd8..d961b8ab5 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:13.393068842Z", + "release_date": "2024-04-27T13:01:19.139722657Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2102,6 +2102,28 @@ } ] }, + { + "url": "github.com/kubedb/redis-coordinator", + "releases": [ + { + "tag": "v0.24.0", + "commits": [ + { + "SHA": "7542fe79", + "Subject": "Prepare for release v0.24.0 (#101)" + }, + { + "SHA": "7901b594", + "Subject": "Prepare for release v0.24.0 (#100)" + }, + { + "SHA": "c7809cc0", + "Subject": "Use Go 1.22 (#99)" + } + ] + } + ] + }, { "url": "github.com/kubedb/redis-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index e5acec760..28c082b27 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -687,6 +687,16 @@ +## [kubedb/redis-coordinator](https://github.com/kubedb/redis-coordinator) + +### [v0.24.0](https://github.com/kubedb/redis-coordinator/releases/tag/v0.24.0) + +- [7542fe79](https://github.com/kubedb/redis-coordinator/commit/7542fe79) Prepare for release v0.24.0 (#101) +- [7901b594](https://github.com/kubedb/redis-coordinator/commit/7901b594) Prepare for release v0.24.0 (#100) +- [c7809cc0](https://github.com/kubedb/redis-coordinator/commit/c7809cc0) Use Go 1.22 (#99) + + + ## [kubedb/redis-restic-plugin](https://github.com/kubedb/redis-restic-plugin) ### [v0.8.0](https://github.com/kubedb/redis-restic-plugin/releases/tag/v0.8.0) From 58280c60fdfeba6b92e0cd77da2eb9b74701c3a8 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:42 +0000 Subject: [PATCH 46/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index d961b8ab5..668b0bacd 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:19.139722657Z", + "release_date": "2024-04-27T13:01:42.401874574Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2030,6 +2030,20 @@ } ] }, + { + "url": "github.com/kubedb/provider-gcp", + "releases": [ + { + "tag": "v0.7.0", + "commits": [ + { + "SHA": "40683f8", + "Subject": "Use Go 1.22 (#5)" + } + ] + } + ] + }, { "url": "github.com/kubedb/rabbitmq", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 28c082b27..36434f319 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -660,6 +660,14 @@ +## [kubedb/provider-gcp](https://github.com/kubedb/provider-gcp) + +### [v0.7.0](https://github.com/kubedb/provider-gcp/releases/tag/v0.7.0) + +- [40683f8](https://github.com/kubedb/provider-gcp/commit/40683f8) Use Go 1.22 (#5) + + + ## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) ### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) From 8f0773d41e021345cf08ddb80da16ef29c6402a2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:45 +0000 Subject: [PATCH 47/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 668b0bacd..0fbcf94cf 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:42.401874574Z", + "release_date": "2024-04-27T13:01:45.123779135Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2030,6 +2030,20 @@ } ] }, + { + "url": "github.com/kubedb/provider-aws", + "releases": [ + { + "tag": "v0.7.0", + "commits": [ + { + "SHA": "f102958", + "Subject": "Use Go 1.22 (#14)" + } + ] + } + ] + }, { "url": "github.com/kubedb/provider-gcp", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 36434f319..2a1fef977 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -660,6 +660,14 @@ +## [kubedb/provider-aws](https://github.com/kubedb/provider-aws) + +### [v0.7.0](https://github.com/kubedb/provider-aws/releases/tag/v0.7.0) + +- [f102958](https://github.com/kubedb/provider-aws/commit/f102958) Use Go 1.22 (#14) + + + ## [kubedb/provider-gcp](https://github.com/kubedb/provider-gcp) ### [v0.7.0](https://github.com/kubedb/provider-gcp/releases/tag/v0.7.0) From 6071011315f80ca1edac3423c7be58cd4cc489d0 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:48 +0000 Subject: [PATCH 48/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 0fbcf94cf..39e084e78 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:45.123779135Z", + "release_date": "2024-04-27T13:01:48.460972764Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -1802,6 +1802,20 @@ } ] }, + { + "url": "github.com/kubedb/mysql-router-init", + "releases": [ + { + "tag": "v0.23.0", + "commits": [ + { + "SHA": "2e1631a", + "Subject": "Use Go 1.22 (#42)" + } + ] + } + ] + }, { "url": "github.com/kubedb/percona-xtradb", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 2a1fef977..eb08895e8 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -567,6 +567,14 @@ +## [kubedb/mysql-router-init](https://github.com/kubedb/mysql-router-init) + +### [v0.23.0](https://github.com/kubedb/mysql-router-init/releases/tag/v0.23.0) + +- [2e1631a](https://github.com/kubedb/mysql-router-init/commit/2e1631a) Use Go 1.22 (#42) + + + ## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) ### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) From cc02b485fce542cf1048d1ffc0b96995c2528489 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:53 +0000 Subject: [PATCH 49/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 39e084e78..8e73cf56e 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:48.460972764Z", + "release_date": "2024-04-27T13:01:53.969748495Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2376,6 +2376,32 @@ } ] }, + { + "url": "github.com/kubedb/zookeeper", + "releases": [ + { + "tag": "v0.0.10", + "commits": [ + { + "SHA": "ce8f982", + "Subject": "Prepare for release v0.0.10 (#22)" + }, + { + "SHA": "4f111a3", + "Subject": "Set Default From Operator (#21)" + }, + { + "SHA": "1b3ea42", + "Subject": "Use deps (#20)" + }, + { + "SHA": "5094c26", + "Subject": "Use Go 1.22 (#19)" + } + ] + } + ] + }, { "url": "github.com/kubedb/zookeeper-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index eb08895e8..60f882aaa 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -805,6 +805,17 @@ +## [kubedb/zookeeper](https://github.com/kubedb/zookeeper) + +### [v0.0.10](https://github.com/kubedb/zookeeper/releases/tag/v0.0.10) + +- [ce8f982](https://github.com/kubedb/zookeeper/commit/ce8f982) Prepare for release v0.0.10 (#22) +- [4f111a3](https://github.com/kubedb/zookeeper/commit/4f111a3) Set Default From Operator (#21) +- [1b3ea42](https://github.com/kubedb/zookeeper/commit/1b3ea42) Use deps (#20) +- [5094c26](https://github.com/kubedb/zookeeper/commit/5094c26) Use Go 1.22 (#19) + + + ## [kubedb/zookeeper-restic-plugin](https://github.com/kubedb/zookeeper-restic-plugin) ### [v0.1.0](https://github.com/kubedb/zookeeper-restic-plugin/releases/tag/v0.1.0) From b055e470d2df8a9dd04f72d6f56ced76b790921a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:01:58 +0000 Subject: [PATCH 50/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 8e73cf56e..effc6cbcc 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:53.969748495Z", + "release_date": "2024-04-27T13:01:58.377692496Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -172,6 +172,32 @@ } ] }, + { + "url": "github.com/kubedb/dashboard-restic-plugin", + "releases": [ + { + "tag": "v0.3.0", + "commits": [ + { + "SHA": "54be40d", + "Subject": "Add support for create space for dashboard restore (#7)" + }, + { + "SHA": "b74d46e", + "Subject": "Prepare for release v0.3.0 (#8)" + }, + { + "SHA": "81e3440", + "Subject": "Use restic 0.16.4 (#6)" + }, + { + "SHA": "11108d4", + "Subject": "Use Go 1.22 (#5)" + } + ] + } + ] + }, { "url": "github.com/kubedb/db-client-go", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 60f882aaa..79b6ad9ce 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -56,6 +56,17 @@ +## [kubedb/dashboard-restic-plugin](https://github.com/kubedb/dashboard-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/dashboard-restic-plugin/releases/tag/v0.3.0) + +- [54be40d](https://github.com/kubedb/dashboard-restic-plugin/commit/54be40d) Add support for create space for dashboard restore (#7) +- [b74d46e](https://github.com/kubedb/dashboard-restic-plugin/commit/b74d46e) Prepare for release v0.3.0 (#8) +- [81e3440](https://github.com/kubedb/dashboard-restic-plugin/commit/81e3440) Use restic 0.16.4 (#6) +- [11108d4](https://github.com/kubedb/dashboard-restic-plugin/commit/11108d4) Use Go 1.22 (#5) + + + ## [kubedb/db-client-go](https://github.com/kubedb/db-client-go) ### [v0.0.15](https://github.com/kubedb/db-client-go/releases/tag/v0.0.15) From 2257205608d1d9a93fac2dfcca91a96ada5ddbce Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 13:02:01 +0000 Subject: [PATCH 51/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index effc6cbcc..a5abf6bab 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:01:58.377692496Z", + "release_date": "2024-04-27T13:02:01.151647622Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2084,6 +2084,20 @@ } ] }, + { + "url": "github.com/kubedb/provider-azure", + "releases": [ + { + "tag": "v0.7.0", + "commits": [ + { + "SHA": "387e3f2", + "Subject": "Use Go 1.22 (#5)" + } + ] + } + ] + }, { "url": "github.com/kubedb/provider-gcp", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 79b6ad9ce..721c07f82 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -687,6 +687,14 @@ +## [kubedb/provider-azure](https://github.com/kubedb/provider-azure) + +### [v0.7.0](https://github.com/kubedb/provider-azure/releases/tag/v0.7.0) + +- [387e3f2](https://github.com/kubedb/provider-azure/commit/387e3f2) Use Go 1.22 (#5) + + + ## [kubedb/provider-gcp](https://github.com/kubedb/provider-gcp) ### [v0.7.0](https://github.com/kubedb/provider-gcp/releases/tag/v0.7.0) From fec1f9b508ed5fd13260352310ba748802f1d880 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 14:00:32 +0000 Subject: [PATCH 52/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index a5abf6bab..526e5be4c 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T13:02:01.151647622Z", + "release_date": "2024-04-27T14:00:32.487999624Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -172,6 +172,28 @@ } ] }, + { + "url": "github.com/kubedb/dashboard", + "releases": [ + { + "tag": "v0.21.0", + "commits": [ + { + "SHA": "b1dc72c1", + "Subject": "Prepare for release v0.21.0 (#113)" + }, + { + "SHA": "a0ce7e6c", + "Subject": "Use deps (#112)" + }, + { + "SHA": "fb3f18ba", + "Subject": "Use Go 1.22 (#111)" + } + ] + } + ] + }, { "url": "github.com/kubedb/dashboard-restic-plugin", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 721c07f82..7085a341a 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -56,6 +56,16 @@ +## [kubedb/dashboard](https://github.com/kubedb/dashboard) + +### [v0.21.0](https://github.com/kubedb/dashboard/releases/tag/v0.21.0) + +- [b1dc72c1](https://github.com/kubedb/dashboard/commit/b1dc72c1) Prepare for release v0.21.0 (#113) +- [a0ce7e6c](https://github.com/kubedb/dashboard/commit/a0ce7e6c) Use deps (#112) +- [fb3f18ba](https://github.com/kubedb/dashboard/commit/fb3f18ba) Use Go 1.22 (#111) + + + ## [kubedb/dashboard-restic-plugin](https://github.com/kubedb/dashboard-restic-plugin) ### [v0.3.0](https://github.com/kubedb/dashboard-restic-plugin/releases/tag/v0.3.0) From ee036c160cafb700af3b22fc31c5b32c25773f4c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 14:03:26 +0000 Subject: [PATCH 53/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 526e5be4c..19843c9c9 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T14:00:32.487999624Z", + "release_date": "2024-04-27T14:03:26.405917523Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -1934,6 +1934,28 @@ } ] }, + { + "url": "github.com/kubedb/pgbouncer", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "8ccd7b74", + "Subject": "Prepare for release v0.32.0 (#326)" + }, + { + "SHA": "2c84ca8c", + "Subject": "Use deps (#324)" + }, + { + "SHA": "4bc53222", + "Subject": "Use Go 1.22 (#323)" + } + ] + } + ] + }, { "url": "github.com/kubedb/pgpool", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 7085a341a..99a551c2c 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -627,6 +627,16 @@ +## [kubedb/pgbouncer](https://github.com/kubedb/pgbouncer) + +### [v0.32.0](https://github.com/kubedb/pgbouncer/releases/tag/v0.32.0) + +- [8ccd7b74](https://github.com/kubedb/pgbouncer/commit/8ccd7b74) Prepare for release v0.32.0 (#326) +- [2c84ca8c](https://github.com/kubedb/pgbouncer/commit/2c84ca8c) Use deps (#324) +- [4bc53222](https://github.com/kubedb/pgbouncer/commit/4bc53222) Use Go 1.22 (#323) + + + ## [kubedb/pgpool](https://github.com/kubedb/pgpool) ### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) From ebc44a2c075d9a6ba4c291fe55db67a14820947c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 14:07:15 +0000 Subject: [PATCH 54/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 19843c9c9..7aa35999d 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T14:03:26.405917523Z", + "release_date": "2024-04-27T14:07:15.44457692Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2156,6 +2156,28 @@ } ] }, + { + "url": "github.com/kubedb/proxysql", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "859048d6b", + "Subject": "Prepare for release v0.32.0 (#342)" + }, + { + "SHA": "c3348d307", + "Subject": "Use deps (#341)" + }, + { + "SHA": "c8409775c", + "Subject": "Use Go 1.22 (#340)" + } + ] + } + ] + }, { "url": "github.com/kubedb/rabbitmq", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 99a551c2c..a501baded 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -723,6 +723,16 @@ +## [kubedb/proxysql](https://github.com/kubedb/proxysql) + +### [v0.32.0](https://github.com/kubedb/proxysql/releases/tag/v0.32.0) + +- [859048d6](https://github.com/kubedb/proxysql/commit/859048d6b) Prepare for release v0.32.0 (#342) +- [c3348d30](https://github.com/kubedb/proxysql/commit/c3348d307) Use deps (#341) +- [c8409775](https://github.com/kubedb/proxysql/commit/c8409775c) Use Go 1.22 (#340) + + + ## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) ### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) From 81678f6e647ffe4ec4f8c46932f754421f625975 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 14:14:59 +0000 Subject: [PATCH 55/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 7aa35999d..f4dfec166 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T14:07:15.44457692Z", + "release_date": "2024-04-27T14:14:59.496707306Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2316,6 +2316,20 @@ } ] }, + { + "url": "github.com/kubedb/schema-manager", + "releases": [ + { + "tag": "v0.21.0", + "commits": [ + { + "SHA": "217af272", + "Subject": "Prepare for release v0.21.0 (#110)" + } + ] + } + ] + }, { "url": "github.com/kubedb/singlestore", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index a501baded..4674118a3 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -790,6 +790,14 @@ +## [kubedb/schema-manager](https://github.com/kubedb/schema-manager) + +### [v0.21.0](https://github.com/kubedb/schema-manager/releases/tag/v0.21.0) + +- [217af272](https://github.com/kubedb/schema-manager/commit/217af272) Prepare for release v0.21.0 (#110) + + + ## [kubedb/singlestore](https://github.com/kubedb/singlestore) ### [v0.0.9](https://github.com/kubedb/singlestore/releases/tag/v0.0.9) From 32fce21fd33f06b2dca1b318650861796edf35b5 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 14:16:10 +0000 Subject: [PATCH 56/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index f4dfec166..3ae57fe2c 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T14:14:59.496707306Z", + "release_date": "2024-04-27T14:16:10.643024606Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2496,6 +2496,28 @@ } ] }, + { + "url": "github.com/kubedb/ui-server", + "releases": [ + { + "tag": "v0.21.0", + "commits": [ + { + "SHA": "bd2a1ab4", + "Subject": "Prepare for release v0.21.0 (#117)" + }, + { + "SHA": "21449110", + "Subject": "Vendor automaxprocs" + }, + { + "SHA": "c5d30b0c", + "Subject": "Use Go 1.22 (#116)" + } + ] + } + ] + }, { "url": "github.com/kubedb/zookeeper", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 4674118a3..97a33b37c 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -862,6 +862,16 @@ +## [kubedb/ui-server](https://github.com/kubedb/ui-server) + +### [v0.21.0](https://github.com/kubedb/ui-server/releases/tag/v0.21.0) + +- [bd2a1ab4](https://github.com/kubedb/ui-server/commit/bd2a1ab4) Prepare for release v0.21.0 (#117) +- [21449110](https://github.com/kubedb/ui-server/commit/21449110) Vendor automaxprocs +- [c5d30b0c](https://github.com/kubedb/ui-server/commit/c5d30b0c) Use Go 1.22 (#116) + + + ## [kubedb/zookeeper](https://github.com/kubedb/zookeeper) ### [v0.0.10](https://github.com/kubedb/zookeeper/releases/tag/v0.0.10) From 99a3f77ea78f66587947d69d9e051c98ce114bfd Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 16:19:07 +0000 Subject: [PATCH 57/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 24 +++++++++++++++++++++++- releases/v2024.4.27/README.md | 10 ++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 3ae57fe2c..654848525 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T14:16:10.643024606Z", + "release_date": "2024-04-27T16:19:06.992719338Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2156,6 +2156,28 @@ } ] }, + { + "url": "github.com/kubedb/provisioner", + "releases": [ + { + "tag": "v0.45.0", + "commits": [ + { + "SHA": "c73f1e111", + "Subject": "Prepare for release v0.45.0 (#93)" + }, + { + "SHA": "564a8ca20", + "Subject": "Register MSSQLServer (#92)" + }, + { + "SHA": "ddc05af4e", + "Subject": "Initialize default client (#90)" + } + ] + } + ] + }, { "url": "github.com/kubedb/proxysql", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 97a33b37c..7068a2396 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -723,6 +723,16 @@ +## [kubedb/provisioner](https://github.com/kubedb/provisioner) + +### [v0.45.0](https://github.com/kubedb/provisioner/releases/tag/v0.45.0) + +- [c73f1e11](https://github.com/kubedb/provisioner/commit/c73f1e111) Prepare for release v0.45.0 (#93) +- [564a8ca2](https://github.com/kubedb/provisioner/commit/564a8ca20) Register MSSQLServer (#92) +- [ddc05af4](https://github.com/kubedb/provisioner/commit/ddc05af4e) Initialize default client (#90) + + + ## [kubedb/proxysql](https://github.com/kubedb/proxysql) ### [v0.32.0](https://github.com/kubedb/proxysql/releases/tag/v0.32.0) From 66e1ff78811330b5ad313fb8d279d736902534cc Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 17:24:04 +0000 Subject: [PATCH 58/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 36 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 13 +++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 654848525..e16f7db97 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T16:19:06.992719338Z", + "release_date": "2024-04-27T17:24:04.053497698Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -1864,6 +1864,40 @@ } ] }, + { + "url": "github.com/kubedb/ops-manager", + "releases": [ + { + "tag": "v0.32.0", + "commits": [ + { + "SHA": "dcea6a223", + "Subject": "Prepare for release v0.32.0 (#561)" + }, + { + "SHA": "6ebc03dc8", + "Subject": "Add vertical scaling and volume expansion opsrequest (#560)" + }, + { + "SHA": "722f44d44", + "Subject": "Resume DB even if opsReq failed (#559)" + }, + { + "SHA": "9db28273f", + "Subject": "Add SingleStore TLS (#555)" + }, + { + "SHA": "b5e759da6", + "Subject": "Add Pgpool TLS (#558)" + }, + { + "SHA": "318045819", + "Subject": "Remove inlineConfig; Use applyConfig only (#556)" + } + ] + } + ] + }, { "url": "github.com/kubedb/percona-xtradb", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 7068a2396..a01a6ee1d 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -596,6 +596,19 @@ +## [kubedb/ops-manager](https://github.com/kubedb/ops-manager) + +### [v0.32.0](https://github.com/kubedb/ops-manager/releases/tag/v0.32.0) + +- [dcea6a22](https://github.com/kubedb/ops-manager/commit/dcea6a223) Prepare for release v0.32.0 (#561) +- [6ebc03dc](https://github.com/kubedb/ops-manager/commit/6ebc03dc8) Add vertical scaling and volume expansion opsrequest (#560) +- [722f44d4](https://github.com/kubedb/ops-manager/commit/722f44d44) Resume DB even if opsReq failed (#559) +- [9db28273](https://github.com/kubedb/ops-manager/commit/9db28273f) Add SingleStore TLS (#555) +- [b5e759da](https://github.com/kubedb/ops-manager/commit/b5e759da6) Add Pgpool TLS (#558) +- [31804581](https://github.com/kubedb/ops-manager/commit/318045819) Remove inlineConfig; Use applyConfig only (#556) + + + ## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) ### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) From e6a22e422f7bd1431791430a0a6d4e2e20ce8fc6 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 17:30:47 +0000 Subject: [PATCH 59/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 32 +++++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 12 +++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index e16f7db97..2b57b12db 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T17:24:04.053497698Z", + "release_date": "2024-04-27T17:30:47.110952639Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -100,6 +100,36 @@ } ] }, + { + "url": "github.com/kubedb/autoscaler", + "releases": [ + { + "tag": "v0.30.0", + "commits": [ + { + "SHA": "b5d7a386", + "Subject": "Prepare for release v0.30.0 (#203)" + }, + { + "SHA": "e830ed82", + "Subject": "Trigger VolumeExpansion according to scalingRules (#202)" + }, + { + "SHA": "a5c6c179", + "Subject": "Add Autoscaler for RabbitMQ (#200)" + }, + { + "SHA": "ab11f0f4", + "Subject": "Fetch from petsets also (#201)" + }, + { + "SHA": "8f2727f2", + "Subject": "Use applyConfig (#199)" + } + ] + } + ] + }, { "url": "github.com/kubedb/cli", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index a01a6ee1d..a4ab5d5d1 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -29,6 +29,18 @@ +## [kubedb/autoscaler](https://github.com/kubedb/autoscaler) + +### [v0.30.0](https://github.com/kubedb/autoscaler/releases/tag/v0.30.0) + +- [b5d7a386](https://github.com/kubedb/autoscaler/commit/b5d7a386) Prepare for release v0.30.0 (#203) +- [e830ed82](https://github.com/kubedb/autoscaler/commit/e830ed82) Trigger VolumeExpansion according to scalingRules (#202) +- [a5c6c179](https://github.com/kubedb/autoscaler/commit/a5c6c179) Add Autoscaler for RabbitMQ (#200) +- [ab11f0f4](https://github.com/kubedb/autoscaler/commit/ab11f0f4) Fetch from petsets also (#201) +- [8f2727f2](https://github.com/kubedb/autoscaler/commit/8f2727f2) Use applyConfig (#199) + + + ## [kubedb/cli](https://github.com/kubedb/cli) ### [v0.45.0](https://github.com/kubedb/cli/releases/tag/v0.45.0) From de21d25e2a26989ee31d5246227bc0ce047c9f9d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 17:39:44 +0000 Subject: [PATCH 60/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 2b57b12db..819a6ad78 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T17:30:47.110952639Z", + "release_date": "2024-04-27T17:39:44.414963489Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -2604,6 +2604,32 @@ } ] }, + { + "url": "github.com/kubedb/webhook-server", + "releases": [ + { + "tag": "v0.21.0", + "commits": [ + { + "SHA": "bf41d483", + "Subject": "Prepare for release v0.21.0 (#105)" + }, + { + "SHA": "ebb428b7", + "Subject": "Register RabbitMQ autoscaler & MSSQLServer (#104)" + }, + { + "SHA": "77e54fc3", + "Subject": "Use deps (#103)" + }, + { + "SHA": "3c0d0c2e", + "Subject": "Use Go 1.22 (#102)" + } + ] + } + ] + }, { "url": "github.com/kubedb/zookeeper", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index a4ab5d5d1..50b83a801 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -907,6 +907,17 @@ +## [kubedb/webhook-server](https://github.com/kubedb/webhook-server) + +### [v0.21.0](https://github.com/kubedb/webhook-server/releases/tag/v0.21.0) + +- [bf41d483](https://github.com/kubedb/webhook-server/commit/bf41d483) Prepare for release v0.21.0 (#105) +- [ebb428b7](https://github.com/kubedb/webhook-server/commit/ebb428b7) Register RabbitMQ autoscaler & MSSQLServer (#104) +- [77e54fc3](https://github.com/kubedb/webhook-server/commit/77e54fc3) Use deps (#103) +- [3c0d0c2e](https://github.com/kubedb/webhook-server/commit/3c0d0c2e) Use Go 1.22 (#102) + + + ## [kubedb/zookeeper](https://github.com/kubedb/zookeeper) ### [v0.0.10](https://github.com/kubedb/zookeeper/releases/tag/v0.0.10) From 86f8d1ca0ec2d38007498c6a212ad62a7efe61cc Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 22:50:22 +0000 Subject: [PATCH 61/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 11 ++++++++++- releases/v2024.4.27/README.md | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 819a6ad78..975f4dc8d 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T17:39:44.414963489Z", + "release_date": "2024-04-27T22:50:22.29776684Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -436,6 +436,15 @@ } ] }, + { + "url": "github.com/kubedb/installer", + "releases": [ + { + "tag": "v2024.4.27", + "commits": null + } + ] + }, { "url": "github.com/kubedb/kafka", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index 50b83a801..abbfa4b2d 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -158,6 +158,13 @@ +## [kubedb/installer](https://github.com/kubedb/installer) + +### [v2024.4.27](https://github.com/kubedb/installer/releases/tag/v2024.4.27) + + + + ## [kubedb/kafka](https://github.com/kubedb/kafka) ### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) From 811f34f30d2b7987228c202828677628689c2411 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 22:54:57 +0000 Subject: [PATCH 62/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/docs_changelog.md | 965 ++++++++++++++++++++++++++ 1 file changed, 965 insertions(+) create mode 100644 releases/v2024.4.27/docs_changelog.md diff --git a/releases/v2024.4.27/docs_changelog.md b/releases/v2024.4.27/docs_changelog.md new file mode 100644 index 000000000..316a46d60 --- /dev/null +++ b/releases/v2024.4.27/docs_changelog.md @@ -0,0 +1,965 @@ +--- +title: Changelog | KubeDB +description: Changelog +menu: + docs_{{.version}}: + identifier: changelog-kubedb-v2024.4.27 + name: Changelog-v2024.4.27 + parent: welcome + weight: 20240427 +product_name: kubedb +menu_name: docs_{{.version}} +section_menu_id: welcome +url: /docs/{{.version}}/welcome/changelog-v2024.4.27/ +aliases: + - /docs/{{.version}}/CHANGELOG-v2024.4.27/ +--- + +# KubeDB v2024.4.27 (2024-04-27) + + +## [kubedb/apimachinery](https://github.com/kubedb/apimachinery) + +### [v0.45.0](https://github.com/kubedb/apimachinery/releases/tag/v0.45.0) + +- [104a8209](https://github.com/kubedb/apimachinery/commit/104a82097) MSSQL -> MSSQLServer (#1202) +- [f93640ff](https://github.com/kubedb/apimachinery/commit/f93640fff) Add RabbitMQ Autoscaler API (#1194) +- [06ac2b3b](https://github.com/kubedb/apimachinery/commit/06ac2b3b2) Add RabbitMQ OpsRequest API (#1183) +- [7e031847](https://github.com/kubedb/apimachinery/commit/7e031847c) Add Memcached Health Check api (#1200) +- [c3b34d02](https://github.com/kubedb/apimachinery/commit/c3b34d027) Update offshoot-api (#1201) +- [7fb3d561](https://github.com/kubedb/apimachinery/commit/7fb3d5619) Add SingleStore TLS (#1196) +- [84398fe4](https://github.com/kubedb/apimachinery/commit/84398fe4e) Add Pgpool TLS (#1199) +- [6efef42b](https://github.com/kubedb/apimachinery/commit/6efef42b8) Add MS SQL Server APIs (#1174) +- [1767aac0](https://github.com/kubedb/apimachinery/commit/1767aac04) Update druid exporter port (#1191) +- [837bbc4d](https://github.com/kubedb/apimachinery/commit/837bbc4d8) Use `applyConfig` in reconfigure opsReqs; Remove inlineConfig (#1144) +- [1955e7f0](https://github.com/kubedb/apimachinery/commit/1955e7f0a) Update deps +- [3bdcf426](https://github.com/kubedb/apimachinery/commit/3bdcf426d) Use Go 1.22 (#1192) +- [7386252c](https://github.com/kubedb/apimachinery/commit/7386252ce) Add RabbitMQ shovel and federation plugin constants (#1190) +- [39554487](https://github.com/kubedb/apimachinery/commit/39554487f) Update deps +- [0b85ea37](https://github.com/kubedb/apimachinery/commit/0b85ea377) Add Port Field to NamedURL (#1189) +- [adf39bff](https://github.com/kubedb/apimachinery/commit/adf39bff0) Use gateway port in db status (#1188) +- [3768ead9](https://github.com/kubedb/apimachinery/commit/3768ead95) Fix Stash Restore Target Issue (#1185) +- [4c457ff1](https://github.com/kubedb/apimachinery/commit/4c457ff1a) Mutate prometheus exporter. (#1187) +- [c9359d20](https://github.com/kubedb/apimachinery/commit/c9359d205) Fix Druid resource issue (#1186) +- [eca0297e](https://github.com/kubedb/apimachinery/commit/eca0297e1) Add metrics emitter path for Druid Monitoring (#1182) +- [cfd5a061](https://github.com/kubedb/apimachinery/commit/cfd5a0615) Use Go 1.22 (#1179) + + + +## [kubedb/autoscaler](https://github.com/kubedb/autoscaler) + +### [v0.30.0](https://github.com/kubedb/autoscaler/releases/tag/v0.30.0) + +- [b5d7a386](https://github.com/kubedb/autoscaler/commit/b5d7a386) Prepare for release v0.30.0 (#203) +- [e830ed82](https://github.com/kubedb/autoscaler/commit/e830ed82) Trigger VolumeExpansion according to scalingRules (#202) +- [a5c6c179](https://github.com/kubedb/autoscaler/commit/a5c6c179) Add Autoscaler for RabbitMQ (#200) +- [ab11f0f4](https://github.com/kubedb/autoscaler/commit/ab11f0f4) Fetch from petsets also (#201) +- [8f2727f2](https://github.com/kubedb/autoscaler/commit/8f2727f2) Use applyConfig (#199) + + + +## [kubedb/cli](https://github.com/kubedb/cli) + +### [v0.45.0](https://github.com/kubedb/cli/releases/tag/v0.45.0) + +- [f93894ac](https://github.com/kubedb/cli/commit/f93894ac) Prepare for release v0.45.0 (#765) +- [5fc61456](https://github.com/kubedb/cli/commit/5fc61456) Prepare for release v0.45.0 (#764) +- [5827f93f](https://github.com/kubedb/cli/commit/5827f93f) Use Go 1.22 (#763) + + + +## [kubedb/crd-manager](https://github.com/kubedb/crd-manager) + +### [v0.0.9](https://github.com/kubedb/crd-manager/releases/tag/v0.0.9) + +- [ebd4310](https://github.com/kubedb/crd-manager/commit/ebd4310) Prepare for release v0.0.9 (#26) +- [6b411dc](https://github.com/kubedb/crd-manager/commit/6b411dc) Prepare for release v0.0.9 (#25) +- [a5dc013](https://github.com/kubedb/crd-manager/commit/a5dc013) Ensure RabbitMQ Opsreq and autoscaler CRDs (#24) +- [3ebea21](https://github.com/kubedb/crd-manager/commit/3ebea21) Update MSSQLServer api (#23) +- [6f87254](https://github.com/kubedb/crd-manager/commit/6f87254) Add Support for MsSQL (#20) +- [065bad4](https://github.com/kubedb/crd-manager/commit/065bad4) MicrosoftSQLServer -> MSSQLServer +- [8cf13f0](https://github.com/kubedb/crd-manager/commit/8cf13f0) Use deps (#22) +- [9f08ee7](https://github.com/kubedb/crd-manager/commit/9f08ee7) Use Go 1.22 (#21) +- [c138cd8](https://github.com/kubedb/crd-manager/commit/c138cd8) Update license header +- [ef190af](https://github.com/kubedb/crd-manager/commit/ef190af) Update db list + + + +## [kubedb/dashboard](https://github.com/kubedb/dashboard) + +### [v0.21.0](https://github.com/kubedb/dashboard/releases/tag/v0.21.0) + +- [b1dc72c1](https://github.com/kubedb/dashboard/commit/b1dc72c1) Prepare for release v0.21.0 (#113) +- [a0ce7e6c](https://github.com/kubedb/dashboard/commit/a0ce7e6c) Use deps (#112) +- [fb3f18ba](https://github.com/kubedb/dashboard/commit/fb3f18ba) Use Go 1.22 (#111) + + + +## [kubedb/dashboard-restic-plugin](https://github.com/kubedb/dashboard-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/dashboard-restic-plugin/releases/tag/v0.3.0) + +- [54be40d](https://github.com/kubedb/dashboard-restic-plugin/commit/54be40d) Add support for create space for dashboard restore (#7) +- [b74d46e](https://github.com/kubedb/dashboard-restic-plugin/commit/b74d46e) Prepare for release v0.3.0 (#8) +- [81e3440](https://github.com/kubedb/dashboard-restic-plugin/commit/81e3440) Use restic 0.16.4 (#6) +- [11108d4](https://github.com/kubedb/dashboard-restic-plugin/commit/11108d4) Use Go 1.22 (#5) + + + +## [kubedb/db-client-go](https://github.com/kubedb/db-client-go) + +### [v0.0.15](https://github.com/kubedb/db-client-go/releases/tag/v0.0.15) + +- [d3a1eb1c](https://github.com/kubedb/db-client-go/commit/d3a1eb1c) Prepare for release v0.0.15 (#104) +- [f377b7fd](https://github.com/kubedb/db-client-go/commit/f377b7fd) Fix driver name (#103) +- [31518cdb](https://github.com/kubedb/db-client-go/commit/31518cdb) MSSQL -> MSSQLServer (#102) +- [8638376f](https://github.com/kubedb/db-client-go/commit/8638376f) Add tls for Pgpool client (#99) +- [4edbe630](https://github.com/kubedb/db-client-go/commit/4edbe630) Add SingleStore TLS (#97) +- [8c73c085](https://github.com/kubedb/db-client-go/commit/8c73c085) Add MS SQL Server DB Client (#88) +- [4b4e47e1](https://github.com/kubedb/db-client-go/commit/4b4e47e1) Add WithCred() & WithAuthDatabase() builder utility (#98) +- [deb90f66](https://github.com/kubedb/db-client-go/commit/deb90f66) Add AMQP client Getter for RabbitMQ (#96) +- [f4fab3d2](https://github.com/kubedb/db-client-go/commit/f4fab3d2) Add create space method for dashboard (#95) +- [e01cb9ea](https://github.com/kubedb/db-client-go/commit/e01cb9ea) Update deps + + + +## [kubedb/druid](https://github.com/kubedb/druid) + +### [v0.0.9](https://github.com/kubedb/druid/releases/tag/v0.0.9) + +- [5901334](https://github.com/kubedb/druid/commit/5901334) Prepare for release v0.0.9 (#22) +- [c77e449](https://github.com/kubedb/druid/commit/c77e449) Prepare for release v0.0.9 (#21) +- [831f543](https://github.com/kubedb/druid/commit/831f543) Set Defaults to db on reconcile (#20) +- [b1ca09c](https://github.com/kubedb/druid/commit/b1ca09c) Use deps (#19) +- [05dd9ca](https://github.com/kubedb/druid/commit/05dd9ca) Use Go 1.22 (#18) +- [6c77255](https://github.com/kubedb/druid/commit/6c77255) Add support for monitoring (#13) +- [a834fc5](https://github.com/kubedb/druid/commit/a834fc5) Remove license check for webhook-server (#17) + + + +## [kubedb/elasticsearch](https://github.com/kubedb/elasticsearch) + +### [v0.45.0](https://github.com/kubedb/elasticsearch/releases/tag/v0.45.0) + +- [744a4329](https://github.com/kubedb/elasticsearch/commit/744a4329f) Prepare for release v0.45.0 (#718) +- [6198c23e](https://github.com/kubedb/elasticsearch/commit/6198c23ee) Prepare for release v0.45.0 (#717) +- [ea61d011](https://github.com/kubedb/elasticsearch/commit/ea61d011d) Remove redundant log for monitoring agent not found (#716) +- [04ad15dc](https://github.com/kubedb/elasticsearch/commit/04ad15dcf) Use restic 0.16.4 (#715) +- [4bdd974f](https://github.com/kubedb/elasticsearch/commit/4bdd974f4) Use Go 1.22 (#714) +- [98dab6a7](https://github.com/kubedb/elasticsearch/commit/98dab6a76) Remove License Check from Webhook Server (#713) + + + +## [kubedb/elasticsearch-restic-plugin](https://github.com/kubedb/elasticsearch-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/elasticsearch-restic-plugin/releases/tag/v0.8.0) + +- [aee2a2a](https://github.com/kubedb/elasticsearch-restic-plugin/commit/aee2a2a) Prepare for release v0.8.0 (#30) +- [4a06148](https://github.com/kubedb/elasticsearch-restic-plugin/commit/4a06148) Prepare for release v0.8.0 (#29) +- [10f442c](https://github.com/kubedb/elasticsearch-restic-plugin/commit/10f442c) Use restic 0.16.4 (#28) +- [8f2be78](https://github.com/kubedb/elasticsearch-restic-plugin/commit/8f2be78) Use Go 1.22 (#27) + + + +## [kubedb/ferretdb](https://github.com/kubedb/ferretdb) + +### [v0.0.9](https://github.com/kubedb/ferretdb/releases/tag/v0.0.9) + +- [b8b2db43](https://github.com/kubedb/ferretdb/commit/b8b2db43) Prepare for release v0.0.9 (#22) +- [321300f9](https://github.com/kubedb/ferretdb/commit/321300f9) Prepare for release v0.0.9 (#21) +- [a3552e21](https://github.com/kubedb/ferretdb/commit/a3552e21) Update api (#20) +- [b15a0032](https://github.com/kubedb/ferretdb/commit/b15a0032) Set Defaults to db on reconcile (#19) +- [9276d3c6](https://github.com/kubedb/ferretdb/commit/9276d3c6) Use deps (#18) +- [c38d6ea1](https://github.com/kubedb/ferretdb/commit/c38d6ea1) Use Go 1.22 (#17) +- [35188b72](https://github.com/kubedb/ferretdb/commit/35188b72) Remove: license check for webhook server (#16) + + + +## [kubedb/installer](https://github.com/kubedb/installer) + +### [v2024.4.27](https://github.com/kubedb/installer/releases/tag/v2024.4.27) + + + + +## [kubedb/kafka](https://github.com/kubedb/kafka) + +### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) + +- [088b36f0](https://github.com/kubedb/kafka/commit/088b36f0) Prepare for release v0.16.0 (#89) +- [9151e670](https://github.com/kubedb/kafka/commit/9151e670) Prepare for release v0.16.0 (#88) +- [dec0a20c](https://github.com/kubedb/kafka/commit/dec0a20c) Set Defaults to db on reconcile (#87) +- [2b88de4e](https://github.com/kubedb/kafka/commit/2b88de4e) Add Kafka and Connect Cluster PDB (#84) +- [847c8fe2](https://github.com/kubedb/kafka/commit/847c8fe2) Use deps (#86) +- [6880da47](https://github.com/kubedb/kafka/commit/6880da47) Use Go 1.22 (#85) +- [9242c91d](https://github.com/kubedb/kafka/commit/9242c91d) Remove license check for webhook-server (#83) + + + +## [kubedb/kubedb-manifest-plugin](https://github.com/kubedb/kubedb-manifest-plugin) + +### [v0.8.0](https://github.com/kubedb/kubedb-manifest-plugin/releases/tag/v0.8.0) + +- [feeb3e9](https://github.com/kubedb/kubedb-manifest-plugin/commit/feeb3e9) Prepare for release v0.8.0 (#51) +- [8ec129f](https://github.com/kubedb/kubedb-manifest-plugin/commit/8ec129f) Prepare for release v0.8.0 (#50) +- [b3c08dd](https://github.com/kubedb/kubedb-manifest-plugin/commit/b3c08dd) Use restic 0.16.4 (#49) +- [4edccaa](https://github.com/kubedb/kubedb-manifest-plugin/commit/4edccaa) Use Go 1.22 (#48) + + + +## [kubedb/mariadb](https://github.com/kubedb/mariadb) + +### [v0.29.0](https://github.com/kubedb/mariadb/releases/tag/v0.29.0) + +- [cb49215e](https://github.com/kubedb/mariadb/commit/cb49215ee) Prepare for release v0.29.0 (#267) +- [f709a65e](https://github.com/kubedb/mariadb/commit/f709a65e4) Prepare for release v0.29.0 (#266) +- [08936bee](https://github.com/kubedb/mariadb/commit/08936bee1) Use deps (#265) +- [bfdbc178](https://github.com/kubedb/mariadb/commit/bfdbc178d) Use Go 1.22 (#264) + + + +## [kubedb/mariadb-archiver](https://github.com/kubedb/mariadb-archiver) + +### [v0.5.0](https://github.com/kubedb/mariadb-archiver/releases/tag/v0.5.0) + +- [2255429](https://github.com/kubedb/mariadb-archiver/commit/2255429) Prepare for release v0.5.0 (#16) +- [e638a7b](https://github.com/kubedb/mariadb-archiver/commit/e638a7b) Prepare for release v0.5.0 (#15) +- [ac5b6d6](https://github.com/kubedb/mariadb-archiver/commit/ac5b6d6) Use Go 1.22 (#14) + + + +## [kubedb/mariadb-coordinator](https://github.com/kubedb/mariadb-coordinator) + +### [v0.25.0](https://github.com/kubedb/mariadb-coordinator/releases/tag/v0.25.0) + +- [ebc40587](https://github.com/kubedb/mariadb-coordinator/commit/ebc40587) Prepare for release v0.25.0 (#115) +- [653202e2](https://github.com/kubedb/mariadb-coordinator/commit/653202e2) Prepare for release v0.25.0 (#114) +- [15fd803a](https://github.com/kubedb/mariadb-coordinator/commit/15fd803a) Use Go 1.22 (#113) + + + +## [kubedb/mariadb-csi-snapshotter-plugin](https://github.com/kubedb/mariadb-csi-snapshotter-plugin) + +### [v0.5.0](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/releases/tag/v0.5.0) + +- [f9cae9d](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/f9cae9d) Prepare for release v0.5.0 (#19) +- [3741c24](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/3741c24) Prepare for release v0.5.0 (#18) +- [edbee83](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/edbee83) Use Go 1.22 (#17) + + + +## [kubedb/mariadb-restic-plugin](https://github.com/kubedb/mariadb-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/mariadb-restic-plugin/releases/tag/v0.3.0) + +- [38a2bea](https://github.com/kubedb/mariadb-restic-plugin/commit/38a2bea) Prepare for release v0.3.0 (#9) +- [0e030ae](https://github.com/kubedb/mariadb-restic-plugin/commit/0e030ae) Prepare for release v0.3.0 (#8) +- [eedd422](https://github.com/kubedb/mariadb-restic-plugin/commit/eedd422) Use restic 0.16.4 (#7) +- [59287df](https://github.com/kubedb/mariadb-restic-plugin/commit/59287df) Use Go 1.22 (#6) + + + +## [kubedb/memcached](https://github.com/kubedb/memcached) + +### [v0.38.0](https://github.com/kubedb/memcached/releases/tag/v0.38.0) + +- [c60a1ada](https://github.com/kubedb/memcached/commit/c60a1ada) Prepare for release v0.38.0 (#440) +- [2abd9694](https://github.com/kubedb/memcached/commit/2abd9694) Prepare for release v0.38.0 (#439) +- [b019d4a5](https://github.com/kubedb/memcached/commit/b019d4a5) Added Memcached Health (#437) +- [032d1be9](https://github.com/kubedb/memcached/commit/032d1be9) Remove redundant log for monitoring agent not found (#431) +- [2018e90d](https://github.com/kubedb/memcached/commit/2018e90d) Use deps (#430) +- [6aadd80d](https://github.com/kubedb/memcached/commit/6aadd80d) Use Go 1.22 (#429) +- [1521e538](https://github.com/kubedb/memcached/commit/1521e538) Fix webhook server (#428) + + + +## [kubedb/mongodb](https://github.com/kubedb/mongodb) + +### [v0.38.0](https://github.com/kubedb/mongodb/releases/tag/v0.38.0) + +- [53dee180](https://github.com/kubedb/mongodb/commit/53dee1806) Prepare for release v0.38.0 (#628) +- [d4e6f1f2](https://github.com/kubedb/mongodb/commit/d4e6f1f2b) Prepare for release v0.38.0 (#627) +- [4aa876c0](https://github.com/kubedb/mongodb/commit/4aa876c07) Remove redundant log for monitoring agent not found (#625) +- [94111489](https://github.com/kubedb/mongodb/commit/94111489c) Use deps (#624) +- [5ae7a268](https://github.com/kubedb/mongodb/commit/5ae7a2686) Use Go 1.22 (#623) +- [e35a5838](https://github.com/kubedb/mongodb/commit/e35a58388) Skip license check for webhook-server (#622) + + + +## [kubedb/mongodb-csi-snapshotter-plugin](https://github.com/kubedb/mongodb-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [8119429](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/8119429) Prepare for release v0.6.0 (#24) +- [27e13d9](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/27e13d9) Prepare for release v0.6.0 (#23) +- [519cec3](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/519cec3) Use Go 1.22 (#22) + + + +## [kubedb/mongodb-restic-plugin](https://github.com/kubedb/mongodb-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/mongodb-restic-plugin/releases/tag/v0.8.0) + +- [9b2f456](https://github.com/kubedb/mongodb-restic-plugin/commit/9b2f456) Prepare for release v0.8.0 (#42) +- [9c629ed](https://github.com/kubedb/mongodb-restic-plugin/commit/9c629ed) Prepare for release v0.8.0 (#41) +- [7ed30f3](https://github.com/kubedb/mongodb-restic-plugin/commit/7ed30f3) fix: restoresession running phase (#38) +- [390b27a](https://github.com/kubedb/mongodb-restic-plugin/commit/390b27a) Use restic 0.16.4 (#40) +- [e702a1c](https://github.com/kubedb/mongodb-restic-plugin/commit/e702a1c) Use Go 1.22 (#39) + + + +## [kubedb/mssql](https://github.com/kubedb/mssql) + +### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) + +- [5ec0f33](https://github.com/kubedb/mssql/commit/5ec0f33) Prepare for release v0.0.1 (#6) +- [7b3e1a9](https://github.com/kubedb/mssql/commit/7b3e1a9) Add MS SQL Server Provisioner Operator (#5) + + + +## [kubedb/mssql-coordinator](https://github.com/kubedb/mssql-coordinator) + +### [v0.0.1](https://github.com/kubedb/mssql-coordinator/releases/tag/v0.0.1) + +- [d85fb389](https://github.com/kubedb/mssql-coordinator/commit/d85fb389) Prepare for release v0.0.1 (#3) +- [ca78acac](https://github.com/kubedb/mssql-coordinator/commit/ca78acac) Prepare for release v0.0.1 (#2) +- [09ac9814](https://github.com/kubedb/mssql-coordinator/commit/09ac9814) Provision MS SQL Server with Raft (#1) +- [39120f71](https://github.com/kubedb/mssql-coordinator/commit/39120f71) pg-coordinator -> mssql-coordinator +- [aba0d83f](https://github.com/kubedb/mssql-coordinator/commit/aba0d83f) Prepare for release v0.26.0 (#155) +- [e9c0a986](https://github.com/kubedb/mssql-coordinator/commit/e9c0a986) Prepare for release v0.25.0 (#154) +- [cbdb8698](https://github.com/kubedb/mssql-coordinator/commit/cbdb8698) Prepare for release v0.25.0-rc.1 (#153) +- [e4042bfd](https://github.com/kubedb/mssql-coordinator/commit/e4042bfd) Update deps (#152) +- [b9b84db3](https://github.com/kubedb/mssql-coordinator/commit/b9b84db3) Update deps (#151) +- [e35b556c](https://github.com/kubedb/mssql-coordinator/commit/e35b556c) Prepare for release v0.25.0-rc.0 (#150) +- [fa77ab4e](https://github.com/kubedb/mssql-coordinator/commit/fa77ab4e) Fixed (#149) +- [aef2df3c](https://github.com/kubedb/mssql-coordinator/commit/aef2df3c) Prepare for release v0.25.0-beta.1 (#148) +- [f00e1837](https://github.com/kubedb/mssql-coordinator/commit/f00e1837) Prepare for release v0.25.0-beta.0 (#147) +- [00ef3cb7](https://github.com/kubedb/mssql-coordinator/commit/00ef3cb7) Update deps (#146) +- [30783ca6](https://github.com/kubedb/mssql-coordinator/commit/30783ca6) Update deps (#145) +- [656f9a82](https://github.com/kubedb/mssql-coordinator/commit/656f9a82) Use k8s 1.29 client libs (#144) +- [8e4c36ec](https://github.com/kubedb/mssql-coordinator/commit/8e4c36ec) Prepare for release v0.24.0 (#143) +- [0b8239a1](https://github.com/kubedb/mssql-coordinator/commit/0b8239a1) Prepare for release v0.23.0 (#142) +- [c14f61d1](https://github.com/kubedb/mssql-coordinator/commit/c14f61d1) Prepare for release v0.22.0 (#141) +- [56e5b1de](https://github.com/kubedb/mssql-coordinator/commit/56e5b1de) Prepare for release v0.22.0-rc.1 (#140) +- [3379cb47](https://github.com/kubedb/mssql-coordinator/commit/3379cb47) Prepare for release v0.22.0-rc.0 (#139) +- [1b9d3b30](https://github.com/kubedb/mssql-coordinator/commit/1b9d3b30) Add support for arbiter (#136) +- [63690f56](https://github.com/kubedb/mssql-coordinator/commit/63690f56) added postgres 16.0 support (#137) +- [63637c30](https://github.com/kubedb/mssql-coordinator/commit/63637c30) Added & modified logs (#134) +- [c90d2edc](https://github.com/kubedb/mssql-coordinator/commit/c90d2edc) Prepare for release v0.21.0 (#135) +- [060d7da9](https://github.com/kubedb/mssql-coordinator/commit/060d7da9) Prepare for release v0.20.0 (#133) +- [867a5a36](https://github.com/kubedb/mssql-coordinator/commit/867a5a36) Fix standby labeling (#132) +- [676e2957](https://github.com/kubedb/mssql-coordinator/commit/676e2957) Only cache sibling pods using selector (#131) +- [9732ad99](https://github.com/kubedb/mssql-coordinator/commit/9732ad99) fix linter issue (#130) +- [8bf809a2](https://github.com/kubedb/mssql-coordinator/commit/8bf809a2) Prepare for release v0.19.0 (#129) +- [dd87bd6a](https://github.com/kubedb/mssql-coordinator/commit/dd87bd6a) Update dependencies (#128) +- [ccd18e6d](https://github.com/kubedb/mssql-coordinator/commit/ccd18e6d) Use cached client (#127) +- [368c11d9](https://github.com/kubedb/mssql-coordinator/commit/368c11d9) Update dependencies (#126) +- [36094ae6](https://github.com/kubedb/mssql-coordinator/commit/36094ae6) fix failover and standby sync issue (#125) +- [8ff1d1a2](https://github.com/kubedb/mssql-coordinator/commit/8ff1d1a2) Prepare for release v0.18.0 (#124) +- [70423ac2](https://github.com/kubedb/mssql-coordinator/commit/70423ac2) Prepare for release v0.18.0-rc.0 (#123) +- [6e3f71a9](https://github.com/kubedb/mssql-coordinator/commit/6e3f71a9) Update license verifier (#122) +- [5a20e0a8](https://github.com/kubedb/mssql-coordinator/commit/5a20e0a8) Update license verifier (#121) +- [bb781f89](https://github.com/kubedb/mssql-coordinator/commit/bb781f89) Add enableServiceLinks to PodSpec (#120) +- [9e313041](https://github.com/kubedb/mssql-coordinator/commit/9e313041) Test against K8s 1.27.0 (#119) +- [abf0822f](https://github.com/kubedb/mssql-coordinator/commit/abf0822f) Prepare for release v0.17.0 (#118) +- [f6b27009](https://github.com/kubedb/mssql-coordinator/commit/f6b27009) Cleanup CI +- [c359680e](https://github.com/kubedb/mssql-coordinator/commit/c359680e) Use ghcr.io for appscode/golang-dev (#117) +- [53afc3f5](https://github.com/kubedb/mssql-coordinator/commit/53afc3f5) Dynamically select runner type +- [ce64e41a](https://github.com/kubedb/mssql-coordinator/commit/ce64e41a) Update workflows (Go 1.20, k8s 1.26) (#116) +- [754d2dad](https://github.com/kubedb/mssql-coordinator/commit/754d2dad) Test against Kubernetes 1.26.0 (#114) +- [773c1e37](https://github.com/kubedb/mssql-coordinator/commit/773c1e37) Prepare for release v0.16.0 (#113) +- [e160b1c6](https://github.com/kubedb/mssql-coordinator/commit/e160b1c6) Update sidekick dependency (#112) +- [2835261c](https://github.com/kubedb/mssql-coordinator/commit/2835261c) Read imge pull secret from operator flags (#111) +- [916f0c37](https://github.com/kubedb/mssql-coordinator/commit/916f0c37) Fix `waiting for the target to be leader` issue (#110) +- [e28d7b5c](https://github.com/kubedb/mssql-coordinator/commit/e28d7b5c) Prepare for release v0.14.1 (#109) +- [32cf0205](https://github.com/kubedb/mssql-coordinator/commit/32cf0205) Prepare for release v0.14.0 (#108) +- [706969bd](https://github.com/kubedb/mssql-coordinator/commit/706969bd) Update dependencies (#107) +- [02340b1c](https://github.com/kubedb/mssql-coordinator/commit/02340b1c) Prepare for release v0.14.0-rc.1 (#106) +- [51942bbd](https://github.com/kubedb/mssql-coordinator/commit/51942bbd) Prepare for release v0.14.0-rc.0 (#105) +- [c14a0d4c](https://github.com/kubedb/mssql-coordinator/commit/c14a0d4c) Update deps (#104) +- [5e6730a5](https://github.com/kubedb/mssql-coordinator/commit/5e6730a5) Merge pull request #102 from kubedb/leader-switch +- [e25599f0](https://github.com/kubedb/mssql-coordinator/commit/e25599f0) Merge branch 'master' into leader-switch +- [2708d012](https://github.com/kubedb/mssql-coordinator/commit/2708d012) Add PG Reset Wal for Single user mode failed #101 +- [4d8bd4c3](https://github.com/kubedb/mssql-coordinator/commit/4d8bd4c3) retry eviction of pod and delete pod if fails +- [0e09b7ec](https://github.com/kubedb/mssql-coordinator/commit/0e09b7ec) Update deps +- [404ebc14](https://github.com/kubedb/mssql-coordinator/commit/404ebc14) Refined +- [c0eaf986](https://github.com/kubedb/mssql-coordinator/commit/c0eaf986) Fix: Transfer Leadership issue fix with pod delete +- [3ed11903](https://github.com/kubedb/mssql-coordinator/commit/3ed11903) Add PG Reset Wal for Single user mode failed +- [194c1bcb](https://github.com/kubedb/mssql-coordinator/commit/194c1bcb) Run GH actions on ubuntu-20.04 (#103) +- [8df98fa1](https://github.com/kubedb/mssql-coordinator/commit/8df98fa1) Prepare for release v0.13.0 (#100) +- [34c72fda](https://github.com/kubedb/mssql-coordinator/commit/34c72fda) Prepare for release v0.13.0-rc.0 (#99) +- [0295aeca](https://github.com/kubedb/mssql-coordinator/commit/0295aeca) Update dependencies (#98) +- [9b371d85](https://github.com/kubedb/mssql-coordinator/commit/9b371d85) Test against Kubernetes 1.25.0 (#97) +- [1a27ef77](https://github.com/kubedb/mssql-coordinator/commit/1a27ef77) Check for PDB version only once (#95) +- [04c780bd](https://github.com/kubedb/mssql-coordinator/commit/04c780bd) Handle status conversion for CronJob/VolumeSnapshot (#94) +- [b71a1118](https://github.com/kubedb/mssql-coordinator/commit/b71a1118) Use Go 1.19 (#93) +- [6270e67d](https://github.com/kubedb/mssql-coordinator/commit/6270e67d) Use k8s 1.25.1 libs (#92) +- [84787e88](https://github.com/kubedb/mssql-coordinator/commit/84787e88) Stop using removed apis in Kubernetes 1.25 (#91) +- [7550a387](https://github.com/kubedb/mssql-coordinator/commit/7550a387) Use health checker types from kmodules (#90) +- [c53a50ad](https://github.com/kubedb/mssql-coordinator/commit/c53a50ad) Prepare for release v0.12.0 (#89) +- [ee679735](https://github.com/kubedb/mssql-coordinator/commit/ee679735) Prepare for release v0.12.0-rc.1 (#88) +- [ca070943](https://github.com/kubedb/mssql-coordinator/commit/ca070943) Update health checker (#86) +- [c38bf66b](https://github.com/kubedb/mssql-coordinator/commit/c38bf66b) Prepare for release v0.12.0-rc.0 (#85) +- [ee946044](https://github.com/kubedb/mssql-coordinator/commit/ee946044) Acquire license from license-proxyserver if available (#83) +- [321e6a8f](https://github.com/kubedb/mssql-coordinator/commit/321e6a8f) Remove role scripts from the coordinator. (#82) +- [6d679b22](https://github.com/kubedb/mssql-coordinator/commit/6d679b22) Update to k8s 1.24 toolchain (#81) +- [cde3602d](https://github.com/kubedb/mssql-coordinator/commit/cde3602d) Prepare for release v0.11.0 (#80) +- [d20975b6](https://github.com/kubedb/mssql-coordinator/commit/d20975b6) Update dependencies (#79) +- [cb516fbc](https://github.com/kubedb/mssql-coordinator/commit/cb516fbc) Add Raft Metrics And graceful shutdown of Postgres (#74) +- [e78a2c5b](https://github.com/kubedb/mssql-coordinator/commit/e78a2c5b) Update dependencies(nats client, mongo-driver) (#78) +- [c4af9ba0](https://github.com/kubedb/mssql-coordinator/commit/c4af9ba0) Fix: Fast Shut-down Postgres server to avoid single-user mode shutdown failure (#73) +- [a9661653](https://github.com/kubedb/mssql-coordinator/commit/a9661653) Prepare for release v0.10.0 (#72) +- [3774d5c8](https://github.com/kubedb/mssql-coordinator/commit/3774d5c8) Update dependencies (#71) +- [f72f0a31](https://github.com/kubedb/mssql-coordinator/commit/f72f0a31) Avoid ExacIntoPod to fix memory leak (#70) +- [b1d68e3e](https://github.com/kubedb/mssql-coordinator/commit/b1d68e3e) Use Go 1.18 (#68) +- [dfecf3c7](https://github.com/kubedb/mssql-coordinator/commit/dfecf3c7) make fmt (#67) +- [389e47ea](https://github.com/kubedb/mssql-coordinator/commit/389e47ea) Prepare for release v0.9.0 (#66) +- [d6c1b92b](https://github.com/kubedb/mssql-coordinator/commit/d6c1b92b) Cancel concurrent CI runs for same pr/commit (#65) +- [122e1291](https://github.com/kubedb/mssql-coordinator/commit/122e1291) Update dependencies (#64) +- [8fab8e7a](https://github.com/kubedb/mssql-coordinator/commit/8fab8e7a) Cancel concurrent CI runs for same pr/commit (#63) +- [749e8501](https://github.com/kubedb/mssql-coordinator/commit/749e8501) Update SiteInfo (#62) +- [1b11bc19](https://github.com/kubedb/mssql-coordinator/commit/1b11bc19) Publish GenericResource (#61) +- [9a256f15](https://github.com/kubedb/mssql-coordinator/commit/9a256f15) Fix custom Auth secret issues (#60) +- [2b3434ac](https://github.com/kubedb/mssql-coordinator/commit/2b3434ac) Use Postgres CR to get replica count (#59) +- [8ded7410](https://github.com/kubedb/mssql-coordinator/commit/8ded7410) Recover from panic in reconcilers (#58) +- [917270b8](https://github.com/kubedb/mssql-coordinator/commit/917270b8) Prepare for release v0.8.0 (#57) +- [f84a1dc0](https://github.com/kubedb/mssql-coordinator/commit/f84a1dc0) Update dependencies (#56) +- [076b8ede](https://github.com/kubedb/mssql-coordinator/commit/076b8ede) Check if pods are controlled by kubedb statefulset (#55) +- [4c55eed6](https://github.com/kubedb/mssql-coordinator/commit/4c55eed6) Prepare for release v0.7.0 (#54) +- [f98e8947](https://github.com/kubedb/mssql-coordinator/commit/f98e8947) Update kmodules.xyz/monitoring-agent-api (#53) +- [6f59d29f](https://github.com/kubedb/mssql-coordinator/commit/6f59d29f) Update repository config (#52) +- [5ff5f4b8](https://github.com/kubedb/mssql-coordinator/commit/5ff5f4b8) Fix: Raft log corrupted issue (#51) +- [314fd357](https://github.com/kubedb/mssql-coordinator/commit/314fd357) Use DisableAnalytics flag from license (#50) +- [88b19fcc](https://github.com/kubedb/mssql-coordinator/commit/88b19fcc) Update license-verifier (#49) +- [06248438](https://github.com/kubedb/mssql-coordinator/commit/06248438) Support custom pod and controller labels (#48) +- [633bfcac](https://github.com/kubedb/mssql-coordinator/commit/633bfcac) Postgres Server Restart If Sig-Killed (#44) +- [5047efeb](https://github.com/kubedb/mssql-coordinator/commit/5047efeb) Print logs at Debug level +- [7d42c4bd](https://github.com/kubedb/mssql-coordinator/commit/7d42c4bd) Log timestamp from zap logger used in raft (#47) +- [137015d0](https://github.com/kubedb/mssql-coordinator/commit/137015d0) Update xorm dependency (#46) +- [81f78270](https://github.com/kubedb/mssql-coordinator/commit/81f78270) Fix satori/go.uuid security vulnerability (#45) +- [b3685227](https://github.com/kubedb/mssql-coordinator/commit/b3685227) Fix jwt-go security vulnerability (#43) +- [9bfed99c](https://github.com/kubedb/mssql-coordinator/commit/9bfed99c) Fix: Postgres server single user mode start for bullseye image (#42) +- [f55f8d6e](https://github.com/kubedb/mssql-coordinator/commit/f55f8d6e) Update dependencies to publish SiteInfo (#40) +- [b82a3d77](https://github.com/kubedb/mssql-coordinator/commit/b82a3d77) Add support for Postgres version v14.0 (#41) +- [158105b8](https://github.com/kubedb/mssql-coordinator/commit/158105b8) Prepare for release v0.6.0 (#39) +- [4b7e8593](https://github.com/kubedb/mssql-coordinator/commit/4b7e8593) Log warning if Community License is used with non-demo namespace (#38) +- [f87aee15](https://github.com/kubedb/mssql-coordinator/commit/f87aee15) Prepare for release v0.5.0 (#37) +- [4357d0b7](https://github.com/kubedb/mssql-coordinator/commit/4357d0b7) Update dependencies (#36) +- [a14448cb](https://github.com/kubedb/mssql-coordinator/commit/a14448cb) Fix Rewind And Memory leak Issues (#35) +- [245fcde9](https://github.com/kubedb/mssql-coordinator/commit/245fcde9) Update repository config (#34) +- [066da089](https://github.com/kubedb/mssql-coordinator/commit/066da089) Update dependencies (#33) +- [d2c2ef68](https://github.com/kubedb/mssql-coordinator/commit/d2c2ef68) Prepare for release v0.4.0 (#32) +- [0f61b36f](https://github.com/kubedb/mssql-coordinator/commit/0f61b36f) Update dependencies (#31) +- [e98ad26a](https://github.com/kubedb/mssql-coordinator/commit/e98ad26a) Update dependencies (#30) +- [4421b2ab](https://github.com/kubedb/mssql-coordinator/commit/4421b2ab) Update repository config (#29) +- [9d4483f5](https://github.com/kubedb/mssql-coordinator/commit/9d4483f5) Update repository config (#28) +- [adb9f368](https://github.com/kubedb/mssql-coordinator/commit/adb9f368) Update dependencies (#27) +- [1728412c](https://github.com/kubedb/mssql-coordinator/commit/1728412c) Prepare for release v0.3.0 (#26) +- [b6d007ff](https://github.com/kubedb/mssql-coordinator/commit/b6d007ff) Prepare for release v0.3.0-rc.0 (#25) +- [58216f8a](https://github.com/kubedb/mssql-coordinator/commit/58216f8a) Update Client TLS Path for Postgres (#24) +- [a07d255e](https://github.com/kubedb/mssql-coordinator/commit/a07d255e) Raft Version Update And Ops Request Fix (#23) +- [1855cecf](https://github.com/kubedb/mssql-coordinator/commit/1855cecf) Use klog/v2 (#19) +- [727dcc87](https://github.com/kubedb/mssql-coordinator/commit/727dcc87) Use klog/v2 +- [eff1c8f0](https://github.com/kubedb/mssql-coordinator/commit/eff1c8f0) Prepare for release v0.2.0 (#16) +- [ffb6ee5e](https://github.com/kubedb/mssql-coordinator/commit/ffb6ee5e) Add Support for Custom UID (#15) +- [72d46511](https://github.com/kubedb/mssql-coordinator/commit/72d46511) Fix spelling +- [6067a826](https://github.com/kubedb/mssql-coordinator/commit/6067a826) Prepare for release v0.1.1 (#14) +- [2fd91dc0](https://github.com/kubedb/mssql-coordinator/commit/2fd91dc0) Prepare for release v0.1.0 (#13) +- [d0eb5419](https://github.com/kubedb/mssql-coordinator/commit/d0eb5419) fix: added basic auth client for raft client http +- [acb1a2e3](https://github.com/kubedb/mssql-coordinator/commit/acb1a2e3) Update KubeDB api (#12) +- [cc923be0](https://github.com/kubedb/mssql-coordinator/commit/cc923be0) fix: added basic auth for http client +- [48204a3d](https://github.com/kubedb/mssql-coordinator/commit/48204a3d) fix: cleanup logs +- [f0cd88d3](https://github.com/kubedb/mssql-coordinator/commit/f0cd88d3) Use alpine as base for prod docker image (#11) +- [98837f30](https://github.com/kubedb/mssql-coordinator/commit/98837f30) fix: revendor with api-mechinary +- [12779aa6](https://github.com/kubedb/mssql-coordinator/commit/12779aa6) fix: updated docker file +- [414905da](https://github.com/kubedb/mssql-coordinator/commit/414905da) fix: replace rsync with cp +- [2f1f7994](https://github.com/kubedb/mssql-coordinator/commit/2f1f7994) fix: pg_rewind failed +- [173bbf94](https://github.com/kubedb/mssql-coordinator/commit/173bbf94) fix: updated server's port 2379 (client),2380 (peer) +- [ab30d53e](https://github.com/kubedb/mssql-coordinator/commit/ab30d53e) fix: license added +- [d0bc0a50](https://github.com/kubedb/mssql-coordinator/commit/d0bc0a50) fix: make lint with constant updated +- [e6dc704b](https://github.com/kubedb/mssql-coordinator/commit/e6dc704b) fix: updated with api-mechinary constant name +- [80a13a5b](https://github.com/kubedb/mssql-coordinator/commit/80a13a5b) fix: primary & replica have different cluster id +- [4345dd34](https://github.com/kubedb/mssql-coordinator/commit/4345dd34) fix: initial access denied before final initialize complete +- [9a68d868](https://github.com/kubedb/mssql-coordinator/commit/9a68d868) fix: working on http basic auth (on progress) +- [22b37d3e](https://github.com/kubedb/mssql-coordinator/commit/22b37d3e) fix: last leader same as new one +- [b798ba4d](https://github.com/kubedb/mssql-coordinator/commit/b798ba4d) fix: single user mode read buffer +- [b7e1f678](https://github.com/kubedb/mssql-coordinator/commit/b7e1f678) fix: make lint +- [8c106f06](https://github.com/kubedb/mssql-coordinator/commit/8c106f06) fix: make gen fmt +- [71108b31](https://github.com/kubedb/mssql-coordinator/commit/71108b31) fix: go mod updated +- [5cdc4e2b](https://github.com/kubedb/mssql-coordinator/commit/5cdc4e2b) fix: error handling fix : log handled +- [3c57af41](https://github.com/kubedb/mssql-coordinator/commit/3c57af41) fix: working on log and error handling +- [1de624df](https://github.com/kubedb/mssql-coordinator/commit/1de624df) fix: updated api-machinery +- [8eb48dbf](https://github.com/kubedb/mssql-coordinator/commit/8eb48dbf) updated sslMode=$SSL_MODE +- [9c745042](https://github.com/kubedb/mssql-coordinator/commit/9c745042) fix: added scram-sha-256 +- [4a8817e2](https://github.com/kubedb/mssql-coordinator/commit/4a8817e2) fix: typo +- [f7f3625e](https://github.com/kubedb/mssql-coordinator/commit/f7f3625e) fix: sslMode check done +- [eae73f6d](https://github.com/kubedb/mssql-coordinator/commit/eae73f6d) fix: CLIENT_AUTH_MODE value updated +- [a4c8a7fe](https://github.com/kubedb/mssql-coordinator/commit/a4c8a7fe) fix: auth and sslmode +- [f7e96f1e](https://github.com/kubedb/mssql-coordinator/commit/f7e96f1e) fix ca.crt for client Signed-off-by: Emon46 +- [daab4f78](https://github.com/kubedb/mssql-coordinator/commit/daab4f78) fix: set connection string to verify-fulll fix: remove restore.sh from all version +- [b085140b](https://github.com/kubedb/mssql-coordinator/commit/b085140b) fix: clean up logs +- [cd1904a3](https://github.com/kubedb/mssql-coordinator/commit/cd1904a3) fix: handle DoReinitialization func returning error in failover +- [1d188de5](https://github.com/kubedb/mssql-coordinator/commit/1d188de5) fix: api mechinary updated for removing archiver spec +- [cc5f7482](https://github.com/kubedb/mssql-coordinator/commit/cc5f7482) fix: added demote immediate function +- [887eddca](https://github.com/kubedb/mssql-coordinator/commit/887eddca) fix: added pgREcovery check for leader test +- [beb56969](https://github.com/kubedb/mssql-coordinator/commit/beb56969) fix: removed unnecessary functions fix: scripts Signed-off-by: Emon46 +- [24e5e2aa](https://github.com/kubedb/mssql-coordinator/commit/24e5e2aa) fix: script modified +- [49637489](https://github.com/kubedb/mssql-coordinator/commit/49637489) fix: timeline issue +- [c418bc0c](https://github.com/kubedb/mssql-coordinator/commit/c418bc0c) Remove .idea folder +- [75662379](https://github.com/kubedb/mssql-coordinator/commit/75662379) Add license and Makefile (#8) +- [898f76f0](https://github.com/kubedb/mssql-coordinator/commit/898f76f0) fix: added pass auth for users in pg_hba.conf +- [50e0ddcd](https://github.com/kubedb/mssql-coordinator/commit/50e0ddcd) working with 9,10,11,12,13 +- [d1318c92](https://github.com/kubedb/mssql-coordinator/commit/d1318c92) added script for 9,10,11,12,13 fix : syntex error issue in 9 fix : updated pg_rewind error message check +- [f13ea0fd](https://github.com/kubedb/mssql-coordinator/commit/f13ea0fd) fix: working with version 12 +- [6d87091c](https://github.com/kubedb/mssql-coordinator/commit/6d87091c) fixing for updated version 12 and 13 +- [a95e5d97](https://github.com/kubedb/mssql-coordinator/commit/a95e5d97) fix: config recovery after basebackup in normal flow +- [de14b8b3](https://github.com/kubedb/mssql-coordinator/commit/de14b8b3) update: variable check SSL_MODE +- [b19426c1](https://github.com/kubedb/mssql-coordinator/commit/b19426c1) added field for hearttick and leadertick +- [ca1c44af](https://github.com/kubedb/mssql-coordinator/commit/ca1c44af) fix: revondoring done. label updated +- [e5d59292](https://github.com/kubedb/mssql-coordinator/commit/e5d59292) fix: final working version. fixed: raft vendoring . added vendor from appscode fix: error handled for pg_rewind, pg_dump, start, stop, single user mode +- [f027542a](https://github.com/kubedb/mssql-coordinator/commit/f027542a) Signed-off-by: Emon331046 +- [db071c27](https://github.com/kubedb/mssql-coordinator/commit/db071c27) fix : working version with pg rewind check and other stuffs. note: this is the final one +- [2f03442a](https://github.com/kubedb/mssql-coordinator/commit/2f03442a) added process check +- [4cca7bf4](https://github.com/kubedb/mssql-coordinator/commit/4cca7bf4) fix all crush prev-link isssue +- [dd92164f](https://github.com/kubedb/mssql-coordinator/commit/dd92164f) fixed single user mode start +- [5980f861](https://github.com/kubedb/mssql-coordinator/commit/5980f861) working with doing always pg_rewind note: needPgRewind is always true here +- [ca6dabd7](https://github.com/kubedb/mssql-coordinator/commit/ca6dabd7) fixing primary after recover prev-link invalid wal Signed-off-by: Emon46 +- [8e678581](https://github.com/kubedb/mssql-coordinator/commit/8e678581) fixing prev-link record error +- [c5518602](https://github.com/kubedb/mssql-coordinator/commit/c5518602) fix ... Signed-off-by: Emon331046 +- [6c5c31ae](https://github.com/kubedb/mssql-coordinator/commit/6c5c31ae) fix some pg_rewind issue +- [ef9cdb17](https://github.com/kubedb/mssql-coordinator/commit/ef9cdb17) fix recover demote follower +- [8345e968](https://github.com/kubedb/mssql-coordinator/commit/8345e968) pg_rewind and status and stop start func fix Signed-off-by: Emon331046 +- [8851de41](https://github.com/kubedb/mssql-coordinator/commit/8851de41) debuging codebase Signed-off-by: Emon46 +- [657b5c03](https://github.com/kubedb/mssql-coordinator/commit/657b5c03) fix : always delete pod problem +- [a2e0c15e](https://github.com/kubedb/mssql-coordinator/commit/a2e0c15e) working on pg rewind Signed-off-by: Emon331046 +- [692a6f8f](https://github.com/kubedb/mssql-coordinator/commit/692a6f8f) working on do pg rewind Signed-off-by: Emon331046 +- [50f34767](https://github.com/kubedb/mssql-coordinator/commit/50f34767) added pg_rewind check +- [fcaf8261](https://github.com/kubedb/mssql-coordinator/commit/fcaf8261) unifnished : pg_dump and Pg_rewind Signed-off-by: Emon46 +- [2c7005ce](https://github.com/kubedb/mssql-coordinator/commit/2c7005ce) adding og_rewind +- [62372a23](https://github.com/kubedb/mssql-coordinator/commit/62372a23) need a fix +- [c0459bf4](https://github.com/kubedb/mssql-coordinator/commit/c0459bf4) fix: leader transfer api added Signed-off-by: Emon331046 +- [21f016d0](https://github.com/kubedb/mssql-coordinator/commit/21f016d0) need to fix Signed-off-by: Emon331046 +- [afea498c](https://github.com/kubedb/mssql-coordinator/commit/afea498c) clean up codebase +- [3166aa2d](https://github.com/kubedb/mssql-coordinator/commit/3166aa2d) change pg_hba.conf for localhost +- [af5719eb](https://github.com/kubedb/mssql-coordinator/commit/af5719eb) need to fix change pg_hba.conf +- [e91b1214](https://github.com/kubedb/mssql-coordinator/commit/e91b1214) change pghb from root to postgres for certs +- [97547ff1](https://github.com/kubedb/mssql-coordinator/commit/97547ff1) change owner from root to postgres for certs +- [72101b53](https://github.com/kubedb/mssql-coordinator/commit/72101b53) need to fix +- [46119298](https://github.com/kubedb/mssql-coordinator/commit/46119298) fix: vendor updated +- [5456ed6f](https://github.com/kubedb/mssql-coordinator/commit/5456ed6f) fix: svc for standby +- [b700c1fe](https://github.com/kubedb/mssql-coordinator/commit/b700c1fe) fix: svc for standby +- [9299ea6c](https://github.com/kubedb/mssql-coordinator/commit/9299ea6c) fix: vendoring apimachinery for constants +- [2bee5907](https://github.com/kubedb/mssql-coordinator/commit/2bee5907) fix: added support for v9 +- [5049d829](https://github.com/kubedb/mssql-coordinator/commit/5049d829) fix: added support for v9 +- [273d3ca9](https://github.com/kubedb/mssql-coordinator/commit/273d3ca9) fix: added client for converting a node learner or candidate +- [cbe5c267](https://github.com/kubedb/mssql-coordinator/commit/cbe5c267) added makeLearner func +- [b78e4245](https://github.com/kubedb/mssql-coordinator/commit/b78e4245) fix: the trigger-file issue +- [1b32281c](https://github.com/kubedb/mssql-coordinator/commit/1b32281c) fix: old leader restart fixed +- [6e79582b](https://github.com/kubedb/mssql-coordinator/commit/6e79582b) fix: crashing after running script fixed +- [2049963c](https://github.com/kubedb/mssql-coordinator/commit/2049963c) need to fix the script part +- [6d7985c7](https://github.com/kubedb/mssql-coordinator/commit/6d7985c7) added scripts in leader-election container +- [df37d25c](https://github.com/kubedb/mssql-coordinator/commit/df37d25c) added leader port +- [72de772f](https://github.com/kubedb/mssql-coordinator/commit/72de772f) added leader port +- [746914ff](https://github.com/kubedb/mssql-coordinator/commit/746914ff) leader test +- [12a635d1](https://github.com/kubedb/mssql-coordinator/commit/12a635d1) leader test +- [ce3787db](https://github.com/kubedb/mssql-coordinator/commit/ce3787db) leader test +- [02677281](https://github.com/kubedb/mssql-coordinator/commit/02677281) leader test +- [b64c6e31](https://github.com/kubedb/mssql-coordinator/commit/b64c6e31) leader test +- [dd970354](https://github.com/kubedb/mssql-coordinator/commit/dd970354) leader test +- [84686fc5](https://github.com/kubedb/mssql-coordinator/commit/84686fc5) leader test +- [57fb4982](https://github.com/kubedb/mssql-coordinator/commit/57fb4982) leader test +- [eeebe8ff](https://github.com/kubedb/mssql-coordinator/commit/eeebe8ff) leader test + + + +## [kubedb/mysql](https://github.com/kubedb/mysql) + +### [v0.38.0](https://github.com/kubedb/mysql/releases/tag/v0.38.0) + +- [cf8f4d83](https://github.com/kubedb/mysql/commit/cf8f4d83a) Prepare for release v0.38.0 (#622) +- [26f4d72b](https://github.com/kubedb/mysql/commit/26f4d72b7) Prepare for release v0.38.0 (#621) +- [6bcb3ac4](https://github.com/kubedb/mysql/commit/6bcb3ac48) Remove redundant log for monitoring agent not found (#620) +- [c1593bf8](https://github.com/kubedb/mysql/commit/c1593bf83) Use deps (#619) +- [7278772d](https://github.com/kubedb/mysql/commit/7278772d6) Use Go 1.22 (#618) + + + +## [kubedb/mysql-archiver](https://github.com/kubedb/mysql-archiver) + +### [v0.6.0](https://github.com/kubedb/mysql-archiver/releases/tag/v0.6.0) + +- [971d27c](https://github.com/kubedb/mysql-archiver/commit/971d27c) Prepare for release v0.6.0 (#29) +- [9a6f2d1](https://github.com/kubedb/mysql-archiver/commit/9a6f2d1) Prepare for release v0.6.0 (#28) +- [3309740](https://github.com/kubedb/mysql-archiver/commit/3309740) Use Go 1.22 (#27) + + + +## [kubedb/mysql-coordinator](https://github.com/kubedb/mysql-coordinator) + +### [v0.23.0](https://github.com/kubedb/mysql-coordinator/releases/tag/v0.23.0) + +- [91dbda5e](https://github.com/kubedb/mysql-coordinator/commit/91dbda5e) Prepare for release v0.23.0 (#110) +- [8f19e568](https://github.com/kubedb/mysql-coordinator/commit/8f19e568) Use Go 1.22 (#108) + + + +## [kubedb/mysql-csi-snapshotter-plugin](https://github.com/kubedb/mysql-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/mysql-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [145c9e6](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/145c9e6) Prepare for release v0.6.0 (#17) +- [804abd7](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/804abd7) Prepare for release v0.6.0 (#16) +- [5dbc6c8](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/5dbc6c8) Use Go 1.22 (#15) + + + +## [kubedb/mysql-restic-plugin](https://github.com/kubedb/mysql-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/mysql-restic-plugin/releases/tag/v0.8.0) + +- [3b2d338](https://github.com/kubedb/mysql-restic-plugin/commit/3b2d338) Prepare for release v0.8.0 (#36) +- [c684322](https://github.com/kubedb/mysql-restic-plugin/commit/c684322) Prepare for release v0.8.0 (#35) +- [3cb8489](https://github.com/kubedb/mysql-restic-plugin/commit/3cb8489) Use restic 0.16.4 (#33) +- [cec2dc5](https://github.com/kubedb/mysql-restic-plugin/commit/cec2dc5) Use Go 1.22 (#32) + + + +## [kubedb/mysql-router-init](https://github.com/kubedb/mysql-router-init) + +### [v0.23.0](https://github.com/kubedb/mysql-router-init/releases/tag/v0.23.0) + +- [2e1631a](https://github.com/kubedb/mysql-router-init/commit/2e1631a) Use Go 1.22 (#42) + + + +## [kubedb/ops-manager](https://github.com/kubedb/ops-manager) + +### [v0.32.0](https://github.com/kubedb/ops-manager/releases/tag/v0.32.0) + +- [dcea6a22](https://github.com/kubedb/ops-manager/commit/dcea6a223) Prepare for release v0.32.0 (#561) +- [6ebc03dc](https://github.com/kubedb/ops-manager/commit/6ebc03dc8) Add vertical scaling and volume expansion opsrequest (#560) +- [722f44d4](https://github.com/kubedb/ops-manager/commit/722f44d44) Resume DB even if opsReq failed (#559) +- [9db28273](https://github.com/kubedb/ops-manager/commit/9db28273f) Add SingleStore TLS (#555) +- [b5e759da](https://github.com/kubedb/ops-manager/commit/b5e759da6) Add Pgpool TLS (#558) +- [31804581](https://github.com/kubedb/ops-manager/commit/318045819) Remove inlineConfig; Use applyConfig only (#556) + + + +## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) + +### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) + +- [45ed6cba](https://github.com/kubedb/percona-xtradb/commit/45ed6cba2) Prepare for release v0.32.0 (#365) +- [12ffd594](https://github.com/kubedb/percona-xtradb/commit/12ffd594d) Prepare for release v0.32.0 (#364) +- [495e6172](https://github.com/kubedb/percona-xtradb/commit/495e61720) Use deps (#363) +- [0b9f1955](https://github.com/kubedb/percona-xtradb/commit/0b9f1955a) Use Go 1.22 (#362) + + + +## [kubedb/percona-xtradb-coordinator](https://github.com/kubedb/percona-xtradb-coordinator) + +### [v0.18.0](https://github.com/kubedb/percona-xtradb-coordinator/releases/tag/v0.18.0) + +- [f20706df](https://github.com/kubedb/percona-xtradb-coordinator/commit/f20706df) Prepare for release v0.18.0 (#70) +- [2bb57896](https://github.com/kubedb/percona-xtradb-coordinator/commit/2bb57896) Prepare for release v0.18.0 (#69) +- [d5739deb](https://github.com/kubedb/percona-xtradb-coordinator/commit/d5739deb) Use Go 1.22 (#68) + + + +## [kubedb/pg-coordinator](https://github.com/kubedb/pg-coordinator) + +### [v0.29.0](https://github.com/kubedb/pg-coordinator/releases/tag/v0.29.0) + +- [33a82733](https://github.com/kubedb/pg-coordinator/commit/33a82733) Prepare for release v0.29.0 (#163) +- [2deeaed4](https://github.com/kubedb/pg-coordinator/commit/2deeaed4) Prepare for release v0.29.0 (#162) +- [15139ecf](https://github.com/kubedb/pg-coordinator/commit/15139ecf) Use Go 1.22 (#161) + + + +## [kubedb/pgbouncer](https://github.com/kubedb/pgbouncer) + +### [v0.32.0](https://github.com/kubedb/pgbouncer/releases/tag/v0.32.0) + +- [8ccd7b74](https://github.com/kubedb/pgbouncer/commit/8ccd7b74) Prepare for release v0.32.0 (#326) +- [2c84ca8c](https://github.com/kubedb/pgbouncer/commit/2c84ca8c) Use deps (#324) +- [4bc53222](https://github.com/kubedb/pgbouncer/commit/4bc53222) Use Go 1.22 (#323) + + + +## [kubedb/pgpool](https://github.com/kubedb/pgpool) + +### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) + +- [71982d7](https://github.com/kubedb/pgpool/commit/71982d7) Prepare for release v0.0.9 (#27) +- [544327d](https://github.com/kubedb/pgpool/commit/544327d) Prepare for release v0.0.9 (#26) +- [dd8144f](https://github.com/kubedb/pgpool/commit/dd8144f) Add TLS support (#25) +- [cabc3db](https://github.com/kubedb/pgpool/commit/cabc3db) Set Defaults to db on reconcile (#24) +- [8fb6dfe](https://github.com/kubedb/pgpool/commit/8fb6dfe) Add PetSet in daily workflow and makefile (#11) +- [a510bbf](https://github.com/kubedb/pgpool/commit/a510bbf) Use deps (#23) +- [89285b1](https://github.com/kubedb/pgpool/commit/89285b1) Use Go 1.22 (#22) +- [279978f](https://github.com/kubedb/pgpool/commit/279978f) Remove license check for webhook-server (#21) + + + +## [kubedb/postgres](https://github.com/kubedb/postgres) + +### [v0.45.0](https://github.com/kubedb/postgres/releases/tag/v0.45.0) + +- [78cec238](https://github.com/kubedb/postgres/commit/78cec238a) Prepare for release v0.45.0 (#731) +- [b939cb7f](https://github.com/kubedb/postgres/commit/b939cb7f8) Prepare for release v0.45.0 (#730) +- [22617a14](https://github.com/kubedb/postgres/commit/22617a148) Remove unnecessary log (#729) +- [6627c462](https://github.com/kubedb/postgres/commit/6627c4628) Use deps (#728) +- [3fcdc899](https://github.com/kubedb/postgres/commit/3fcdc899e) Use Go 1.22 (#727) +- [e0627ad8](https://github.com/kubedb/postgres/commit/e0627ad89) Fix WebHook (#726) + + + +## [kubedb/postgres-archiver](https://github.com/kubedb/postgres-archiver) + +### [v0.6.0](https://github.com/kubedb/postgres-archiver/releases/tag/v0.6.0) + +- [db6968c](https://github.com/kubedb/postgres-archiver/commit/db6968c) Prepare for release v0.6.0 (#28) +- [a05987c](https://github.com/kubedb/postgres-archiver/commit/a05987c) Prepare for release v0.6.0 (#27) +- [b8cb6d3](https://github.com/kubedb/postgres-archiver/commit/b8cb6d3) Use Go 1.22 (#26) + + + +## [kubedb/postgres-csi-snapshotter-plugin](https://github.com/kubedb/postgres-csi-snapshotter-plugin) + +### [v0.6.0](https://github.com/kubedb/postgres-csi-snapshotter-plugin/releases/tag/v0.6.0) + +- [a4916b1](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/a4916b1) Prepare for release v0.6.0 (#26) +- [1bf318a](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/1bf318a) Prepare for release v0.6.0 (#25) +- [b3921a5](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/b3921a5) Use Go 1.22 (#24) + + + +## [kubedb/postgres-restic-plugin](https://github.com/kubedb/postgres-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/postgres-restic-plugin/releases/tag/v0.8.0) + +- [8addbb2](https://github.com/kubedb/postgres-restic-plugin/commit/8addbb2) Prepare for release v0.8.0 (#32) +- [965f18c](https://github.com/kubedb/postgres-restic-plugin/commit/965f18c) Prepare for release v0.8.0 (#31) +- [48f21b1](https://github.com/kubedb/postgres-restic-plugin/commit/48f21b1) Add ClientAuthMode MD5 support for TLS (#29) +- [ef14301](https://github.com/kubedb/postgres-restic-plugin/commit/ef14301) Refactor (#30) +- [764c43b](https://github.com/kubedb/postgres-restic-plugin/commit/764c43b) Tls Fix (#28) +- [c717c8c](https://github.com/kubedb/postgres-restic-plugin/commit/c717c8c) Use restic 0.16.4 (#27) +- [42b6af6](https://github.com/kubedb/postgres-restic-plugin/commit/42b6af6) Use Go 1.22 (#26) + + + +## [kubedb/provider-aws](https://github.com/kubedb/provider-aws) + +### [v0.7.0](https://github.com/kubedb/provider-aws/releases/tag/v0.7.0) + +- [f102958](https://github.com/kubedb/provider-aws/commit/f102958) Use Go 1.22 (#14) + + + +## [kubedb/provider-azure](https://github.com/kubedb/provider-azure) + +### [v0.7.0](https://github.com/kubedb/provider-azure/releases/tag/v0.7.0) + +- [387e3f2](https://github.com/kubedb/provider-azure/commit/387e3f2) Use Go 1.22 (#5) + + + +## [kubedb/provider-gcp](https://github.com/kubedb/provider-gcp) + +### [v0.7.0](https://github.com/kubedb/provider-gcp/releases/tag/v0.7.0) + +- [40683f8](https://github.com/kubedb/provider-gcp/commit/40683f8) Use Go 1.22 (#5) + + + +## [kubedb/provisioner](https://github.com/kubedb/provisioner) + +### [v0.45.0](https://github.com/kubedb/provisioner/releases/tag/v0.45.0) + +- [c73f1e11](https://github.com/kubedb/provisioner/commit/c73f1e111) Prepare for release v0.45.0 (#93) +- [564a8ca2](https://github.com/kubedb/provisioner/commit/564a8ca20) Register MSSQLServer (#92) +- [ddc05af4](https://github.com/kubedb/provisioner/commit/ddc05af4e) Initialize default client (#90) + + + +## [kubedb/proxysql](https://github.com/kubedb/proxysql) + +### [v0.32.0](https://github.com/kubedb/proxysql/releases/tag/v0.32.0) + +- [859048d6](https://github.com/kubedb/proxysql/commit/859048d6b) Prepare for release v0.32.0 (#342) +- [c3348d30](https://github.com/kubedb/proxysql/commit/c3348d307) Use deps (#341) +- [c8409775](https://github.com/kubedb/proxysql/commit/c8409775c) Use Go 1.22 (#340) + + + +## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) + +### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) + +- [b529602](https://github.com/kubedb/rabbitmq/commit/b529602) Prepare for release v0.0.11 (#28) +- [26b5e6f](https://github.com/kubedb/rabbitmq/commit/26b5e6f) Prepare for release v0.0.11 (#27) +- [630c0ef](https://github.com/kubedb/rabbitmq/commit/630c0ef) Patch AuthsecretRef to DB yaml (#26) +- [9248270](https://github.com/kubedb/rabbitmq/commit/9248270) Set Defaults to db on reconcile (#24) +- [ef00643](https://github.com/kubedb/rabbitmq/commit/ef00643) Add support for PDB and extend default plugin supports (#21) +- [bf35fcd](https://github.com/kubedb/rabbitmq/commit/bf35fcd) Use deps (#23) +- [048dbbe](https://github.com/kubedb/rabbitmq/commit/048dbbe) Use Go 1.22 (#22) + + + +## [kubedb/redis](https://github.com/kubedb/redis) + +### [v0.38.0](https://github.com/kubedb/redis/releases/tag/v0.38.0) + +- [6b29c6ab](https://github.com/kubedb/redis/commit/6b29c6ab2) Prepare for release v0.38.0 (#538) +- [5403c046](https://github.com/kubedb/redis/commit/5403c0460) Prepare for release v0.38.0 (#537) +- [b9a7cbc7](https://github.com/kubedb/redis/commit/b9a7cbc70) Remove redundant log for monitoring agent not found (#536) +- [56a9e21f](https://github.com/kubedb/redis/commit/56a9e21f3) Use deps (#535) +- [37c0f40d](https://github.com/kubedb/redis/commit/37c0f40d7) Use Go 1.22 (#534) +- [5645fb9b](https://github.com/kubedb/redis/commit/5645fb9bd) Remove License Check from Webhook Server (#533) + + + +## [kubedb/redis-coordinator](https://github.com/kubedb/redis-coordinator) + +### [v0.24.0](https://github.com/kubedb/redis-coordinator/releases/tag/v0.24.0) + +- [7542fe79](https://github.com/kubedb/redis-coordinator/commit/7542fe79) Prepare for release v0.24.0 (#101) +- [7901b594](https://github.com/kubedb/redis-coordinator/commit/7901b594) Prepare for release v0.24.0 (#100) +- [c7809cc0](https://github.com/kubedb/redis-coordinator/commit/c7809cc0) Use Go 1.22 (#99) + + + +## [kubedb/redis-restic-plugin](https://github.com/kubedb/redis-restic-plugin) + +### [v0.8.0](https://github.com/kubedb/redis-restic-plugin/releases/tag/v0.8.0) + +- [76a22e9](https://github.com/kubedb/redis-restic-plugin/commit/76a22e9) Prepare for release v0.8.0 (#31) +- [de1eb07](https://github.com/kubedb/redis-restic-plugin/commit/de1eb07) Prepare for release v0.8.0 (#30) +- [117aae0](https://github.com/kubedb/redis-restic-plugin/commit/117aae0) Use restic 0.16.4 (#29) +- [e855f79](https://github.com/kubedb/redis-restic-plugin/commit/e855f79) Use Go 1.22 (#28) + + + +## [kubedb/replication-mode-detector](https://github.com/kubedb/replication-mode-detector) + +### [v0.32.0](https://github.com/kubedb/replication-mode-detector/releases/tag/v0.32.0) + +- [ead0dae3](https://github.com/kubedb/replication-mode-detector/commit/ead0dae3) Prepare for release v0.32.0 (#267) +- [803fe52b](https://github.com/kubedb/replication-mode-detector/commit/803fe52b) Use Go 1.22 (#265) + + + +## [kubedb/schema-manager](https://github.com/kubedb/schema-manager) + +### [v0.21.0](https://github.com/kubedb/schema-manager/releases/tag/v0.21.0) + +- [217af272](https://github.com/kubedb/schema-manager/commit/217af272) Prepare for release v0.21.0 (#110) + + + +## [kubedb/singlestore](https://github.com/kubedb/singlestore) + +### [v0.0.9](https://github.com/kubedb/singlestore/releases/tag/v0.0.9) + +- [499dfa6](https://github.com/kubedb/singlestore/commit/499dfa6) Prepare for release v0.0.9 (#27) +- [4082540](https://github.com/kubedb/singlestore/commit/4082540) Prepare for release v0.0.9 (#26) +- [99b143b](https://github.com/kubedb/singlestore/commit/99b143b) Add SingleStore TLS (#25) +- [ae86b87](https://github.com/kubedb/singlestore/commit/ae86b87) Set Defaults to db on reconcile (#23) +- [3c28add](https://github.com/kubedb/singlestore/commit/3c28add) Use deps (#22) +- [d9cce0e](https://github.com/kubedb/singlestore/commit/d9cce0e) Use Go 1.22 (#21) +- [d113503](https://github.com/kubedb/singlestore/commit/d113503) Remove License check from Webhook-Server (#20) + + + +## [kubedb/singlestore-coordinator](https://github.com/kubedb/singlestore-coordinator) + +### [v0.0.8](https://github.com/kubedb/singlestore-coordinator/releases/tag/v0.0.8) + +- [f85b392](https://github.com/kubedb/singlestore-coordinator/commit/f85b392) Prepare for release v0.0.8 (#15) +- [4aa8378](https://github.com/kubedb/singlestore-coordinator/commit/4aa8378) Prepare for release v0.0.8 (#14) +- [265105a](https://github.com/kubedb/singlestore-coordinator/commit/265105a) Add SingleStore TLS (#13) +- [123d55b](https://github.com/kubedb/singlestore-coordinator/commit/123d55b) Use Go 1.22 (#12) + + + +## [kubedb/singlestore-restic-plugin](https://github.com/kubedb/singlestore-restic-plugin) + +### [v0.3.0](https://github.com/kubedb/singlestore-restic-plugin/releases/tag/v0.3.0) + +- [032d33e](https://github.com/kubedb/singlestore-restic-plugin/commit/032d33e) Prepare for release v0.3.0 (#11) +- [e7cbc0a](https://github.com/kubedb/singlestore-restic-plugin/commit/e7cbc0a) Prepare for release v0.3.0 (#10) +- [cf1f07e](https://github.com/kubedb/singlestore-restic-plugin/commit/cf1f07e) Add SingleStore TLS (#9) +- [df11e7f](https://github.com/kubedb/singlestore-restic-plugin/commit/df11e7f) Use deps (#7) +- [846c188](https://github.com/kubedb/singlestore-restic-plugin/commit/846c188) Use Go 1.22 (#6) + + + +## [kubedb/solr](https://github.com/kubedb/solr) + +### [v0.0.11](https://github.com/kubedb/solr/releases/tag/v0.0.11) + +- [3030c02](https://github.com/kubedb/solr/commit/3030c02) Prepare for release v0.0.11 (#25) +- [e2d4c78](https://github.com/kubedb/solr/commit/e2d4c78) Set Defaults to db on reconcile (#23) +- [4566b2c](https://github.com/kubedb/solr/commit/4566b2c) Use deps (#22) +- [22e3924](https://github.com/kubedb/solr/commit/22e3924) Use Go 1.22 (#21) + + + +## [kubedb/tests](https://github.com/kubedb/tests) + +### [v0.30.0](https://github.com/kubedb/tests/releases/tag/v0.30.0) + +- [34a5843d](https://github.com/kubedb/tests/commit/34a5843d) Prepare for release v0.30.0 (#320) +- [975c6ab2](https://github.com/kubedb/tests/commit/975c6ab2) Prepare for release v0.30.0 (#319) +- [6a301a03](https://github.com/kubedb/tests/commit/6a301a03) Remove inlineConfig (#318) +- [6101e637](https://github.com/kubedb/tests/commit/6101e637) Fix certstore invoker. (#317) +- [1a0556ce](https://github.com/kubedb/tests/commit/1a0556ce) Use Go 1.22 (#316) +- [886fcdf7](https://github.com/kubedb/tests/commit/886fcdf7) add storage-class in pg-logical-replication (#315) +- [a6250835](https://github.com/kubedb/tests/commit/a6250835) Add Version Upgrade Test Case for PG (#295) +- [34822e19](https://github.com/kubedb/tests/commit/34822e19) Add Pgpool tests (#302) +- [ed294bf0](https://github.com/kubedb/tests/commit/ed294bf0) Fix build (#314) + + + +## [kubedb/ui-server](https://github.com/kubedb/ui-server) + +### [v0.21.0](https://github.com/kubedb/ui-server/releases/tag/v0.21.0) + +- [bd2a1ab4](https://github.com/kubedb/ui-server/commit/bd2a1ab4) Prepare for release v0.21.0 (#117) +- [21449110](https://github.com/kubedb/ui-server/commit/21449110) Vendor automaxprocs +- [c5d30b0c](https://github.com/kubedb/ui-server/commit/c5d30b0c) Use Go 1.22 (#116) + + + +## [kubedb/webhook-server](https://github.com/kubedb/webhook-server) + +### [v0.21.0](https://github.com/kubedb/webhook-server/releases/tag/v0.21.0) + +- [bf41d483](https://github.com/kubedb/webhook-server/commit/bf41d483) Prepare for release v0.21.0 (#105) +- [ebb428b7](https://github.com/kubedb/webhook-server/commit/ebb428b7) Register RabbitMQ autoscaler & MSSQLServer (#104) +- [77e54fc3](https://github.com/kubedb/webhook-server/commit/77e54fc3) Use deps (#103) +- [3c0d0c2e](https://github.com/kubedb/webhook-server/commit/3c0d0c2e) Use Go 1.22 (#102) + + + +## [kubedb/zookeeper](https://github.com/kubedb/zookeeper) + +### [v0.0.10](https://github.com/kubedb/zookeeper/releases/tag/v0.0.10) + +- [ce8f982](https://github.com/kubedb/zookeeper/commit/ce8f982) Prepare for release v0.0.10 (#22) +- [4f111a3](https://github.com/kubedb/zookeeper/commit/4f111a3) Set Default From Operator (#21) +- [1b3ea42](https://github.com/kubedb/zookeeper/commit/1b3ea42) Use deps (#20) +- [5094c26](https://github.com/kubedb/zookeeper/commit/5094c26) Use Go 1.22 (#19) + + + +## [kubedb/zookeeper-restic-plugin](https://github.com/kubedb/zookeeper-restic-plugin) + +### [v0.1.0](https://github.com/kubedb/zookeeper-restic-plugin/releases/tag/v0.1.0) + +- [0a3b8a6](https://github.com/kubedb/zookeeper-restic-plugin/commit/0a3b8a6) Prepare for release v0.1.0 (#7) +- [cc4e071](https://github.com/kubedb/zookeeper-restic-plugin/commit/cc4e071) Prepare for release v0.1.0 (#6) + + + + From 3bf8aebb464e99f336fbb9da8879b51fae50fcd7 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 22:58:04 +0000 Subject: [PATCH 63/65] Update release table Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/docs_changelog.md | 965 -------------------------- 1 file changed, 965 deletions(-) delete mode 100644 releases/v2024.4.27/docs_changelog.md diff --git a/releases/v2024.4.27/docs_changelog.md b/releases/v2024.4.27/docs_changelog.md deleted file mode 100644 index 316a46d60..000000000 --- a/releases/v2024.4.27/docs_changelog.md +++ /dev/null @@ -1,965 +0,0 @@ ---- -title: Changelog | KubeDB -description: Changelog -menu: - docs_{{.version}}: - identifier: changelog-kubedb-v2024.4.27 - name: Changelog-v2024.4.27 - parent: welcome - weight: 20240427 -product_name: kubedb -menu_name: docs_{{.version}} -section_menu_id: welcome -url: /docs/{{.version}}/welcome/changelog-v2024.4.27/ -aliases: - - /docs/{{.version}}/CHANGELOG-v2024.4.27/ ---- - -# KubeDB v2024.4.27 (2024-04-27) - - -## [kubedb/apimachinery](https://github.com/kubedb/apimachinery) - -### [v0.45.0](https://github.com/kubedb/apimachinery/releases/tag/v0.45.0) - -- [104a8209](https://github.com/kubedb/apimachinery/commit/104a82097) MSSQL -> MSSQLServer (#1202) -- [f93640ff](https://github.com/kubedb/apimachinery/commit/f93640fff) Add RabbitMQ Autoscaler API (#1194) -- [06ac2b3b](https://github.com/kubedb/apimachinery/commit/06ac2b3b2) Add RabbitMQ OpsRequest API (#1183) -- [7e031847](https://github.com/kubedb/apimachinery/commit/7e031847c) Add Memcached Health Check api (#1200) -- [c3b34d02](https://github.com/kubedb/apimachinery/commit/c3b34d027) Update offshoot-api (#1201) -- [7fb3d561](https://github.com/kubedb/apimachinery/commit/7fb3d5619) Add SingleStore TLS (#1196) -- [84398fe4](https://github.com/kubedb/apimachinery/commit/84398fe4e) Add Pgpool TLS (#1199) -- [6efef42b](https://github.com/kubedb/apimachinery/commit/6efef42b8) Add MS SQL Server APIs (#1174) -- [1767aac0](https://github.com/kubedb/apimachinery/commit/1767aac04) Update druid exporter port (#1191) -- [837bbc4d](https://github.com/kubedb/apimachinery/commit/837bbc4d8) Use `applyConfig` in reconfigure opsReqs; Remove inlineConfig (#1144) -- [1955e7f0](https://github.com/kubedb/apimachinery/commit/1955e7f0a) Update deps -- [3bdcf426](https://github.com/kubedb/apimachinery/commit/3bdcf426d) Use Go 1.22 (#1192) -- [7386252c](https://github.com/kubedb/apimachinery/commit/7386252ce) Add RabbitMQ shovel and federation plugin constants (#1190) -- [39554487](https://github.com/kubedb/apimachinery/commit/39554487f) Update deps -- [0b85ea37](https://github.com/kubedb/apimachinery/commit/0b85ea377) Add Port Field to NamedURL (#1189) -- [adf39bff](https://github.com/kubedb/apimachinery/commit/adf39bff0) Use gateway port in db status (#1188) -- [3768ead9](https://github.com/kubedb/apimachinery/commit/3768ead95) Fix Stash Restore Target Issue (#1185) -- [4c457ff1](https://github.com/kubedb/apimachinery/commit/4c457ff1a) Mutate prometheus exporter. (#1187) -- [c9359d20](https://github.com/kubedb/apimachinery/commit/c9359d205) Fix Druid resource issue (#1186) -- [eca0297e](https://github.com/kubedb/apimachinery/commit/eca0297e1) Add metrics emitter path for Druid Monitoring (#1182) -- [cfd5a061](https://github.com/kubedb/apimachinery/commit/cfd5a0615) Use Go 1.22 (#1179) - - - -## [kubedb/autoscaler](https://github.com/kubedb/autoscaler) - -### [v0.30.0](https://github.com/kubedb/autoscaler/releases/tag/v0.30.0) - -- [b5d7a386](https://github.com/kubedb/autoscaler/commit/b5d7a386) Prepare for release v0.30.0 (#203) -- [e830ed82](https://github.com/kubedb/autoscaler/commit/e830ed82) Trigger VolumeExpansion according to scalingRules (#202) -- [a5c6c179](https://github.com/kubedb/autoscaler/commit/a5c6c179) Add Autoscaler for RabbitMQ (#200) -- [ab11f0f4](https://github.com/kubedb/autoscaler/commit/ab11f0f4) Fetch from petsets also (#201) -- [8f2727f2](https://github.com/kubedb/autoscaler/commit/8f2727f2) Use applyConfig (#199) - - - -## [kubedb/cli](https://github.com/kubedb/cli) - -### [v0.45.0](https://github.com/kubedb/cli/releases/tag/v0.45.0) - -- [f93894ac](https://github.com/kubedb/cli/commit/f93894ac) Prepare for release v0.45.0 (#765) -- [5fc61456](https://github.com/kubedb/cli/commit/5fc61456) Prepare for release v0.45.0 (#764) -- [5827f93f](https://github.com/kubedb/cli/commit/5827f93f) Use Go 1.22 (#763) - - - -## [kubedb/crd-manager](https://github.com/kubedb/crd-manager) - -### [v0.0.9](https://github.com/kubedb/crd-manager/releases/tag/v0.0.9) - -- [ebd4310](https://github.com/kubedb/crd-manager/commit/ebd4310) Prepare for release v0.0.9 (#26) -- [6b411dc](https://github.com/kubedb/crd-manager/commit/6b411dc) Prepare for release v0.0.9 (#25) -- [a5dc013](https://github.com/kubedb/crd-manager/commit/a5dc013) Ensure RabbitMQ Opsreq and autoscaler CRDs (#24) -- [3ebea21](https://github.com/kubedb/crd-manager/commit/3ebea21) Update MSSQLServer api (#23) -- [6f87254](https://github.com/kubedb/crd-manager/commit/6f87254) Add Support for MsSQL (#20) -- [065bad4](https://github.com/kubedb/crd-manager/commit/065bad4) MicrosoftSQLServer -> MSSQLServer -- [8cf13f0](https://github.com/kubedb/crd-manager/commit/8cf13f0) Use deps (#22) -- [9f08ee7](https://github.com/kubedb/crd-manager/commit/9f08ee7) Use Go 1.22 (#21) -- [c138cd8](https://github.com/kubedb/crd-manager/commit/c138cd8) Update license header -- [ef190af](https://github.com/kubedb/crd-manager/commit/ef190af) Update db list - - - -## [kubedb/dashboard](https://github.com/kubedb/dashboard) - -### [v0.21.0](https://github.com/kubedb/dashboard/releases/tag/v0.21.0) - -- [b1dc72c1](https://github.com/kubedb/dashboard/commit/b1dc72c1) Prepare for release v0.21.0 (#113) -- [a0ce7e6c](https://github.com/kubedb/dashboard/commit/a0ce7e6c) Use deps (#112) -- [fb3f18ba](https://github.com/kubedb/dashboard/commit/fb3f18ba) Use Go 1.22 (#111) - - - -## [kubedb/dashboard-restic-plugin](https://github.com/kubedb/dashboard-restic-plugin) - -### [v0.3.0](https://github.com/kubedb/dashboard-restic-plugin/releases/tag/v0.3.0) - -- [54be40d](https://github.com/kubedb/dashboard-restic-plugin/commit/54be40d) Add support for create space for dashboard restore (#7) -- [b74d46e](https://github.com/kubedb/dashboard-restic-plugin/commit/b74d46e) Prepare for release v0.3.0 (#8) -- [81e3440](https://github.com/kubedb/dashboard-restic-plugin/commit/81e3440) Use restic 0.16.4 (#6) -- [11108d4](https://github.com/kubedb/dashboard-restic-plugin/commit/11108d4) Use Go 1.22 (#5) - - - -## [kubedb/db-client-go](https://github.com/kubedb/db-client-go) - -### [v0.0.15](https://github.com/kubedb/db-client-go/releases/tag/v0.0.15) - -- [d3a1eb1c](https://github.com/kubedb/db-client-go/commit/d3a1eb1c) Prepare for release v0.0.15 (#104) -- [f377b7fd](https://github.com/kubedb/db-client-go/commit/f377b7fd) Fix driver name (#103) -- [31518cdb](https://github.com/kubedb/db-client-go/commit/31518cdb) MSSQL -> MSSQLServer (#102) -- [8638376f](https://github.com/kubedb/db-client-go/commit/8638376f) Add tls for Pgpool client (#99) -- [4edbe630](https://github.com/kubedb/db-client-go/commit/4edbe630) Add SingleStore TLS (#97) -- [8c73c085](https://github.com/kubedb/db-client-go/commit/8c73c085) Add MS SQL Server DB Client (#88) -- [4b4e47e1](https://github.com/kubedb/db-client-go/commit/4b4e47e1) Add WithCred() & WithAuthDatabase() builder utility (#98) -- [deb90f66](https://github.com/kubedb/db-client-go/commit/deb90f66) Add AMQP client Getter for RabbitMQ (#96) -- [f4fab3d2](https://github.com/kubedb/db-client-go/commit/f4fab3d2) Add create space method for dashboard (#95) -- [e01cb9ea](https://github.com/kubedb/db-client-go/commit/e01cb9ea) Update deps - - - -## [kubedb/druid](https://github.com/kubedb/druid) - -### [v0.0.9](https://github.com/kubedb/druid/releases/tag/v0.0.9) - -- [5901334](https://github.com/kubedb/druid/commit/5901334) Prepare for release v0.0.9 (#22) -- [c77e449](https://github.com/kubedb/druid/commit/c77e449) Prepare for release v0.0.9 (#21) -- [831f543](https://github.com/kubedb/druid/commit/831f543) Set Defaults to db on reconcile (#20) -- [b1ca09c](https://github.com/kubedb/druid/commit/b1ca09c) Use deps (#19) -- [05dd9ca](https://github.com/kubedb/druid/commit/05dd9ca) Use Go 1.22 (#18) -- [6c77255](https://github.com/kubedb/druid/commit/6c77255) Add support for monitoring (#13) -- [a834fc5](https://github.com/kubedb/druid/commit/a834fc5) Remove license check for webhook-server (#17) - - - -## [kubedb/elasticsearch](https://github.com/kubedb/elasticsearch) - -### [v0.45.0](https://github.com/kubedb/elasticsearch/releases/tag/v0.45.0) - -- [744a4329](https://github.com/kubedb/elasticsearch/commit/744a4329f) Prepare for release v0.45.0 (#718) -- [6198c23e](https://github.com/kubedb/elasticsearch/commit/6198c23ee) Prepare for release v0.45.0 (#717) -- [ea61d011](https://github.com/kubedb/elasticsearch/commit/ea61d011d) Remove redundant log for monitoring agent not found (#716) -- [04ad15dc](https://github.com/kubedb/elasticsearch/commit/04ad15dcf) Use restic 0.16.4 (#715) -- [4bdd974f](https://github.com/kubedb/elasticsearch/commit/4bdd974f4) Use Go 1.22 (#714) -- [98dab6a7](https://github.com/kubedb/elasticsearch/commit/98dab6a76) Remove License Check from Webhook Server (#713) - - - -## [kubedb/elasticsearch-restic-plugin](https://github.com/kubedb/elasticsearch-restic-plugin) - -### [v0.8.0](https://github.com/kubedb/elasticsearch-restic-plugin/releases/tag/v0.8.0) - -- [aee2a2a](https://github.com/kubedb/elasticsearch-restic-plugin/commit/aee2a2a) Prepare for release v0.8.0 (#30) -- [4a06148](https://github.com/kubedb/elasticsearch-restic-plugin/commit/4a06148) Prepare for release v0.8.0 (#29) -- [10f442c](https://github.com/kubedb/elasticsearch-restic-plugin/commit/10f442c) Use restic 0.16.4 (#28) -- [8f2be78](https://github.com/kubedb/elasticsearch-restic-plugin/commit/8f2be78) Use Go 1.22 (#27) - - - -## [kubedb/ferretdb](https://github.com/kubedb/ferretdb) - -### [v0.0.9](https://github.com/kubedb/ferretdb/releases/tag/v0.0.9) - -- [b8b2db43](https://github.com/kubedb/ferretdb/commit/b8b2db43) Prepare for release v0.0.9 (#22) -- [321300f9](https://github.com/kubedb/ferretdb/commit/321300f9) Prepare for release v0.0.9 (#21) -- [a3552e21](https://github.com/kubedb/ferretdb/commit/a3552e21) Update api (#20) -- [b15a0032](https://github.com/kubedb/ferretdb/commit/b15a0032) Set Defaults to db on reconcile (#19) -- [9276d3c6](https://github.com/kubedb/ferretdb/commit/9276d3c6) Use deps (#18) -- [c38d6ea1](https://github.com/kubedb/ferretdb/commit/c38d6ea1) Use Go 1.22 (#17) -- [35188b72](https://github.com/kubedb/ferretdb/commit/35188b72) Remove: license check for webhook server (#16) - - - -## [kubedb/installer](https://github.com/kubedb/installer) - -### [v2024.4.27](https://github.com/kubedb/installer/releases/tag/v2024.4.27) - - - - -## [kubedb/kafka](https://github.com/kubedb/kafka) - -### [v0.16.0](https://github.com/kubedb/kafka/releases/tag/v0.16.0) - -- [088b36f0](https://github.com/kubedb/kafka/commit/088b36f0) Prepare for release v0.16.0 (#89) -- [9151e670](https://github.com/kubedb/kafka/commit/9151e670) Prepare for release v0.16.0 (#88) -- [dec0a20c](https://github.com/kubedb/kafka/commit/dec0a20c) Set Defaults to db on reconcile (#87) -- [2b88de4e](https://github.com/kubedb/kafka/commit/2b88de4e) Add Kafka and Connect Cluster PDB (#84) -- [847c8fe2](https://github.com/kubedb/kafka/commit/847c8fe2) Use deps (#86) -- [6880da47](https://github.com/kubedb/kafka/commit/6880da47) Use Go 1.22 (#85) -- [9242c91d](https://github.com/kubedb/kafka/commit/9242c91d) Remove license check for webhook-server (#83) - - - -## [kubedb/kubedb-manifest-plugin](https://github.com/kubedb/kubedb-manifest-plugin) - -### [v0.8.0](https://github.com/kubedb/kubedb-manifest-plugin/releases/tag/v0.8.0) - -- [feeb3e9](https://github.com/kubedb/kubedb-manifest-plugin/commit/feeb3e9) Prepare for release v0.8.0 (#51) -- [8ec129f](https://github.com/kubedb/kubedb-manifest-plugin/commit/8ec129f) Prepare for release v0.8.0 (#50) -- [b3c08dd](https://github.com/kubedb/kubedb-manifest-plugin/commit/b3c08dd) Use restic 0.16.4 (#49) -- [4edccaa](https://github.com/kubedb/kubedb-manifest-plugin/commit/4edccaa) Use Go 1.22 (#48) - - - -## [kubedb/mariadb](https://github.com/kubedb/mariadb) - -### [v0.29.0](https://github.com/kubedb/mariadb/releases/tag/v0.29.0) - -- [cb49215e](https://github.com/kubedb/mariadb/commit/cb49215ee) Prepare for release v0.29.0 (#267) -- [f709a65e](https://github.com/kubedb/mariadb/commit/f709a65e4) Prepare for release v0.29.0 (#266) -- [08936bee](https://github.com/kubedb/mariadb/commit/08936bee1) Use deps (#265) -- [bfdbc178](https://github.com/kubedb/mariadb/commit/bfdbc178d) Use Go 1.22 (#264) - - - -## [kubedb/mariadb-archiver](https://github.com/kubedb/mariadb-archiver) - -### [v0.5.0](https://github.com/kubedb/mariadb-archiver/releases/tag/v0.5.0) - -- [2255429](https://github.com/kubedb/mariadb-archiver/commit/2255429) Prepare for release v0.5.0 (#16) -- [e638a7b](https://github.com/kubedb/mariadb-archiver/commit/e638a7b) Prepare for release v0.5.0 (#15) -- [ac5b6d6](https://github.com/kubedb/mariadb-archiver/commit/ac5b6d6) Use Go 1.22 (#14) - - - -## [kubedb/mariadb-coordinator](https://github.com/kubedb/mariadb-coordinator) - -### [v0.25.0](https://github.com/kubedb/mariadb-coordinator/releases/tag/v0.25.0) - -- [ebc40587](https://github.com/kubedb/mariadb-coordinator/commit/ebc40587) Prepare for release v0.25.0 (#115) -- [653202e2](https://github.com/kubedb/mariadb-coordinator/commit/653202e2) Prepare for release v0.25.0 (#114) -- [15fd803a](https://github.com/kubedb/mariadb-coordinator/commit/15fd803a) Use Go 1.22 (#113) - - - -## [kubedb/mariadb-csi-snapshotter-plugin](https://github.com/kubedb/mariadb-csi-snapshotter-plugin) - -### [v0.5.0](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/releases/tag/v0.5.0) - -- [f9cae9d](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/f9cae9d) Prepare for release v0.5.0 (#19) -- [3741c24](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/3741c24) Prepare for release v0.5.0 (#18) -- [edbee83](https://github.com/kubedb/mariadb-csi-snapshotter-plugin/commit/edbee83) Use Go 1.22 (#17) - - - -## [kubedb/mariadb-restic-plugin](https://github.com/kubedb/mariadb-restic-plugin) - -### [v0.3.0](https://github.com/kubedb/mariadb-restic-plugin/releases/tag/v0.3.0) - -- [38a2bea](https://github.com/kubedb/mariadb-restic-plugin/commit/38a2bea) Prepare for release v0.3.0 (#9) -- [0e030ae](https://github.com/kubedb/mariadb-restic-plugin/commit/0e030ae) Prepare for release v0.3.0 (#8) -- [eedd422](https://github.com/kubedb/mariadb-restic-plugin/commit/eedd422) Use restic 0.16.4 (#7) -- [59287df](https://github.com/kubedb/mariadb-restic-plugin/commit/59287df) Use Go 1.22 (#6) - - - -## [kubedb/memcached](https://github.com/kubedb/memcached) - -### [v0.38.0](https://github.com/kubedb/memcached/releases/tag/v0.38.0) - -- [c60a1ada](https://github.com/kubedb/memcached/commit/c60a1ada) Prepare for release v0.38.0 (#440) -- [2abd9694](https://github.com/kubedb/memcached/commit/2abd9694) Prepare for release v0.38.0 (#439) -- [b019d4a5](https://github.com/kubedb/memcached/commit/b019d4a5) Added Memcached Health (#437) -- [032d1be9](https://github.com/kubedb/memcached/commit/032d1be9) Remove redundant log for monitoring agent not found (#431) -- [2018e90d](https://github.com/kubedb/memcached/commit/2018e90d) Use deps (#430) -- [6aadd80d](https://github.com/kubedb/memcached/commit/6aadd80d) Use Go 1.22 (#429) -- [1521e538](https://github.com/kubedb/memcached/commit/1521e538) Fix webhook server (#428) - - - -## [kubedb/mongodb](https://github.com/kubedb/mongodb) - -### [v0.38.0](https://github.com/kubedb/mongodb/releases/tag/v0.38.0) - -- [53dee180](https://github.com/kubedb/mongodb/commit/53dee1806) Prepare for release v0.38.0 (#628) -- [d4e6f1f2](https://github.com/kubedb/mongodb/commit/d4e6f1f2b) Prepare for release v0.38.0 (#627) -- [4aa876c0](https://github.com/kubedb/mongodb/commit/4aa876c07) Remove redundant log for monitoring agent not found (#625) -- [94111489](https://github.com/kubedb/mongodb/commit/94111489c) Use deps (#624) -- [5ae7a268](https://github.com/kubedb/mongodb/commit/5ae7a2686) Use Go 1.22 (#623) -- [e35a5838](https://github.com/kubedb/mongodb/commit/e35a58388) Skip license check for webhook-server (#622) - - - -## [kubedb/mongodb-csi-snapshotter-plugin](https://github.com/kubedb/mongodb-csi-snapshotter-plugin) - -### [v0.6.0](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/releases/tag/v0.6.0) - -- [8119429](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/8119429) Prepare for release v0.6.0 (#24) -- [27e13d9](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/27e13d9) Prepare for release v0.6.0 (#23) -- [519cec3](https://github.com/kubedb/mongodb-csi-snapshotter-plugin/commit/519cec3) Use Go 1.22 (#22) - - - -## [kubedb/mongodb-restic-plugin](https://github.com/kubedb/mongodb-restic-plugin) - -### [v0.8.0](https://github.com/kubedb/mongodb-restic-plugin/releases/tag/v0.8.0) - -- [9b2f456](https://github.com/kubedb/mongodb-restic-plugin/commit/9b2f456) Prepare for release v0.8.0 (#42) -- [9c629ed](https://github.com/kubedb/mongodb-restic-plugin/commit/9c629ed) Prepare for release v0.8.0 (#41) -- [7ed30f3](https://github.com/kubedb/mongodb-restic-plugin/commit/7ed30f3) fix: restoresession running phase (#38) -- [390b27a](https://github.com/kubedb/mongodb-restic-plugin/commit/390b27a) Use restic 0.16.4 (#40) -- [e702a1c](https://github.com/kubedb/mongodb-restic-plugin/commit/e702a1c) Use Go 1.22 (#39) - - - -## [kubedb/mssql](https://github.com/kubedb/mssql) - -### [v0.0.1](https://github.com/kubedb/mssql/releases/tag/v0.0.1) - -- [5ec0f33](https://github.com/kubedb/mssql/commit/5ec0f33) Prepare for release v0.0.1 (#6) -- [7b3e1a9](https://github.com/kubedb/mssql/commit/7b3e1a9) Add MS SQL Server Provisioner Operator (#5) - - - -## [kubedb/mssql-coordinator](https://github.com/kubedb/mssql-coordinator) - -### [v0.0.1](https://github.com/kubedb/mssql-coordinator/releases/tag/v0.0.1) - -- [d85fb389](https://github.com/kubedb/mssql-coordinator/commit/d85fb389) Prepare for release v0.0.1 (#3) -- [ca78acac](https://github.com/kubedb/mssql-coordinator/commit/ca78acac) Prepare for release v0.0.1 (#2) -- [09ac9814](https://github.com/kubedb/mssql-coordinator/commit/09ac9814) Provision MS SQL Server with Raft (#1) -- [39120f71](https://github.com/kubedb/mssql-coordinator/commit/39120f71) pg-coordinator -> mssql-coordinator -- [aba0d83f](https://github.com/kubedb/mssql-coordinator/commit/aba0d83f) Prepare for release v0.26.0 (#155) -- [e9c0a986](https://github.com/kubedb/mssql-coordinator/commit/e9c0a986) Prepare for release v0.25.0 (#154) -- [cbdb8698](https://github.com/kubedb/mssql-coordinator/commit/cbdb8698) Prepare for release v0.25.0-rc.1 (#153) -- [e4042bfd](https://github.com/kubedb/mssql-coordinator/commit/e4042bfd) Update deps (#152) -- [b9b84db3](https://github.com/kubedb/mssql-coordinator/commit/b9b84db3) Update deps (#151) -- [e35b556c](https://github.com/kubedb/mssql-coordinator/commit/e35b556c) Prepare for release v0.25.0-rc.0 (#150) -- [fa77ab4e](https://github.com/kubedb/mssql-coordinator/commit/fa77ab4e) Fixed (#149) -- [aef2df3c](https://github.com/kubedb/mssql-coordinator/commit/aef2df3c) Prepare for release v0.25.0-beta.1 (#148) -- [f00e1837](https://github.com/kubedb/mssql-coordinator/commit/f00e1837) Prepare for release v0.25.0-beta.0 (#147) -- [00ef3cb7](https://github.com/kubedb/mssql-coordinator/commit/00ef3cb7) Update deps (#146) -- [30783ca6](https://github.com/kubedb/mssql-coordinator/commit/30783ca6) Update deps (#145) -- [656f9a82](https://github.com/kubedb/mssql-coordinator/commit/656f9a82) Use k8s 1.29 client libs (#144) -- [8e4c36ec](https://github.com/kubedb/mssql-coordinator/commit/8e4c36ec) Prepare for release v0.24.0 (#143) -- [0b8239a1](https://github.com/kubedb/mssql-coordinator/commit/0b8239a1) Prepare for release v0.23.0 (#142) -- [c14f61d1](https://github.com/kubedb/mssql-coordinator/commit/c14f61d1) Prepare for release v0.22.0 (#141) -- [56e5b1de](https://github.com/kubedb/mssql-coordinator/commit/56e5b1de) Prepare for release v0.22.0-rc.1 (#140) -- [3379cb47](https://github.com/kubedb/mssql-coordinator/commit/3379cb47) Prepare for release v0.22.0-rc.0 (#139) -- [1b9d3b30](https://github.com/kubedb/mssql-coordinator/commit/1b9d3b30) Add support for arbiter (#136) -- [63690f56](https://github.com/kubedb/mssql-coordinator/commit/63690f56) added postgres 16.0 support (#137) -- [63637c30](https://github.com/kubedb/mssql-coordinator/commit/63637c30) Added & modified logs (#134) -- [c90d2edc](https://github.com/kubedb/mssql-coordinator/commit/c90d2edc) Prepare for release v0.21.0 (#135) -- [060d7da9](https://github.com/kubedb/mssql-coordinator/commit/060d7da9) Prepare for release v0.20.0 (#133) -- [867a5a36](https://github.com/kubedb/mssql-coordinator/commit/867a5a36) Fix standby labeling (#132) -- [676e2957](https://github.com/kubedb/mssql-coordinator/commit/676e2957) Only cache sibling pods using selector (#131) -- [9732ad99](https://github.com/kubedb/mssql-coordinator/commit/9732ad99) fix linter issue (#130) -- [8bf809a2](https://github.com/kubedb/mssql-coordinator/commit/8bf809a2) Prepare for release v0.19.0 (#129) -- [dd87bd6a](https://github.com/kubedb/mssql-coordinator/commit/dd87bd6a) Update dependencies (#128) -- [ccd18e6d](https://github.com/kubedb/mssql-coordinator/commit/ccd18e6d) Use cached client (#127) -- [368c11d9](https://github.com/kubedb/mssql-coordinator/commit/368c11d9) Update dependencies (#126) -- [36094ae6](https://github.com/kubedb/mssql-coordinator/commit/36094ae6) fix failover and standby sync issue (#125) -- [8ff1d1a2](https://github.com/kubedb/mssql-coordinator/commit/8ff1d1a2) Prepare for release v0.18.0 (#124) -- [70423ac2](https://github.com/kubedb/mssql-coordinator/commit/70423ac2) Prepare for release v0.18.0-rc.0 (#123) -- [6e3f71a9](https://github.com/kubedb/mssql-coordinator/commit/6e3f71a9) Update license verifier (#122) -- [5a20e0a8](https://github.com/kubedb/mssql-coordinator/commit/5a20e0a8) Update license verifier (#121) -- [bb781f89](https://github.com/kubedb/mssql-coordinator/commit/bb781f89) Add enableServiceLinks to PodSpec (#120) -- [9e313041](https://github.com/kubedb/mssql-coordinator/commit/9e313041) Test against K8s 1.27.0 (#119) -- [abf0822f](https://github.com/kubedb/mssql-coordinator/commit/abf0822f) Prepare for release v0.17.0 (#118) -- [f6b27009](https://github.com/kubedb/mssql-coordinator/commit/f6b27009) Cleanup CI -- [c359680e](https://github.com/kubedb/mssql-coordinator/commit/c359680e) Use ghcr.io for appscode/golang-dev (#117) -- [53afc3f5](https://github.com/kubedb/mssql-coordinator/commit/53afc3f5) Dynamically select runner type -- [ce64e41a](https://github.com/kubedb/mssql-coordinator/commit/ce64e41a) Update workflows (Go 1.20, k8s 1.26) (#116) -- [754d2dad](https://github.com/kubedb/mssql-coordinator/commit/754d2dad) Test against Kubernetes 1.26.0 (#114) -- [773c1e37](https://github.com/kubedb/mssql-coordinator/commit/773c1e37) Prepare for release v0.16.0 (#113) -- [e160b1c6](https://github.com/kubedb/mssql-coordinator/commit/e160b1c6) Update sidekick dependency (#112) -- [2835261c](https://github.com/kubedb/mssql-coordinator/commit/2835261c) Read imge pull secret from operator flags (#111) -- [916f0c37](https://github.com/kubedb/mssql-coordinator/commit/916f0c37) Fix `waiting for the target to be leader` issue (#110) -- [e28d7b5c](https://github.com/kubedb/mssql-coordinator/commit/e28d7b5c) Prepare for release v0.14.1 (#109) -- [32cf0205](https://github.com/kubedb/mssql-coordinator/commit/32cf0205) Prepare for release v0.14.0 (#108) -- [706969bd](https://github.com/kubedb/mssql-coordinator/commit/706969bd) Update dependencies (#107) -- [02340b1c](https://github.com/kubedb/mssql-coordinator/commit/02340b1c) Prepare for release v0.14.0-rc.1 (#106) -- [51942bbd](https://github.com/kubedb/mssql-coordinator/commit/51942bbd) Prepare for release v0.14.0-rc.0 (#105) -- [c14a0d4c](https://github.com/kubedb/mssql-coordinator/commit/c14a0d4c) Update deps (#104) -- [5e6730a5](https://github.com/kubedb/mssql-coordinator/commit/5e6730a5) Merge pull request #102 from kubedb/leader-switch -- [e25599f0](https://github.com/kubedb/mssql-coordinator/commit/e25599f0) Merge branch 'master' into leader-switch -- [2708d012](https://github.com/kubedb/mssql-coordinator/commit/2708d012) Add PG Reset Wal for Single user mode failed #101 -- [4d8bd4c3](https://github.com/kubedb/mssql-coordinator/commit/4d8bd4c3) retry eviction of pod and delete pod if fails -- [0e09b7ec](https://github.com/kubedb/mssql-coordinator/commit/0e09b7ec) Update deps -- [404ebc14](https://github.com/kubedb/mssql-coordinator/commit/404ebc14) Refined -- [c0eaf986](https://github.com/kubedb/mssql-coordinator/commit/c0eaf986) Fix: Transfer Leadership issue fix with pod delete -- [3ed11903](https://github.com/kubedb/mssql-coordinator/commit/3ed11903) Add PG Reset Wal for Single user mode failed -- [194c1bcb](https://github.com/kubedb/mssql-coordinator/commit/194c1bcb) Run GH actions on ubuntu-20.04 (#103) -- [8df98fa1](https://github.com/kubedb/mssql-coordinator/commit/8df98fa1) Prepare for release v0.13.0 (#100) -- [34c72fda](https://github.com/kubedb/mssql-coordinator/commit/34c72fda) Prepare for release v0.13.0-rc.0 (#99) -- [0295aeca](https://github.com/kubedb/mssql-coordinator/commit/0295aeca) Update dependencies (#98) -- [9b371d85](https://github.com/kubedb/mssql-coordinator/commit/9b371d85) Test against Kubernetes 1.25.0 (#97) -- [1a27ef77](https://github.com/kubedb/mssql-coordinator/commit/1a27ef77) Check for PDB version only once (#95) -- [04c780bd](https://github.com/kubedb/mssql-coordinator/commit/04c780bd) Handle status conversion for CronJob/VolumeSnapshot (#94) -- [b71a1118](https://github.com/kubedb/mssql-coordinator/commit/b71a1118) Use Go 1.19 (#93) -- [6270e67d](https://github.com/kubedb/mssql-coordinator/commit/6270e67d) Use k8s 1.25.1 libs (#92) -- [84787e88](https://github.com/kubedb/mssql-coordinator/commit/84787e88) Stop using removed apis in Kubernetes 1.25 (#91) -- [7550a387](https://github.com/kubedb/mssql-coordinator/commit/7550a387) Use health checker types from kmodules (#90) -- [c53a50ad](https://github.com/kubedb/mssql-coordinator/commit/c53a50ad) Prepare for release v0.12.0 (#89) -- [ee679735](https://github.com/kubedb/mssql-coordinator/commit/ee679735) Prepare for release v0.12.0-rc.1 (#88) -- [ca070943](https://github.com/kubedb/mssql-coordinator/commit/ca070943) Update health checker (#86) -- [c38bf66b](https://github.com/kubedb/mssql-coordinator/commit/c38bf66b) Prepare for release v0.12.0-rc.0 (#85) -- [ee946044](https://github.com/kubedb/mssql-coordinator/commit/ee946044) Acquire license from license-proxyserver if available (#83) -- [321e6a8f](https://github.com/kubedb/mssql-coordinator/commit/321e6a8f) Remove role scripts from the coordinator. (#82) -- [6d679b22](https://github.com/kubedb/mssql-coordinator/commit/6d679b22) Update to k8s 1.24 toolchain (#81) -- [cde3602d](https://github.com/kubedb/mssql-coordinator/commit/cde3602d) Prepare for release v0.11.0 (#80) -- [d20975b6](https://github.com/kubedb/mssql-coordinator/commit/d20975b6) Update dependencies (#79) -- [cb516fbc](https://github.com/kubedb/mssql-coordinator/commit/cb516fbc) Add Raft Metrics And graceful shutdown of Postgres (#74) -- [e78a2c5b](https://github.com/kubedb/mssql-coordinator/commit/e78a2c5b) Update dependencies(nats client, mongo-driver) (#78) -- [c4af9ba0](https://github.com/kubedb/mssql-coordinator/commit/c4af9ba0) Fix: Fast Shut-down Postgres server to avoid single-user mode shutdown failure (#73) -- [a9661653](https://github.com/kubedb/mssql-coordinator/commit/a9661653) Prepare for release v0.10.0 (#72) -- [3774d5c8](https://github.com/kubedb/mssql-coordinator/commit/3774d5c8) Update dependencies (#71) -- [f72f0a31](https://github.com/kubedb/mssql-coordinator/commit/f72f0a31) Avoid ExacIntoPod to fix memory leak (#70) -- [b1d68e3e](https://github.com/kubedb/mssql-coordinator/commit/b1d68e3e) Use Go 1.18 (#68) -- [dfecf3c7](https://github.com/kubedb/mssql-coordinator/commit/dfecf3c7) make fmt (#67) -- [389e47ea](https://github.com/kubedb/mssql-coordinator/commit/389e47ea) Prepare for release v0.9.0 (#66) -- [d6c1b92b](https://github.com/kubedb/mssql-coordinator/commit/d6c1b92b) Cancel concurrent CI runs for same pr/commit (#65) -- [122e1291](https://github.com/kubedb/mssql-coordinator/commit/122e1291) Update dependencies (#64) -- [8fab8e7a](https://github.com/kubedb/mssql-coordinator/commit/8fab8e7a) Cancel concurrent CI runs for same pr/commit (#63) -- [749e8501](https://github.com/kubedb/mssql-coordinator/commit/749e8501) Update SiteInfo (#62) -- [1b11bc19](https://github.com/kubedb/mssql-coordinator/commit/1b11bc19) Publish GenericResource (#61) -- [9a256f15](https://github.com/kubedb/mssql-coordinator/commit/9a256f15) Fix custom Auth secret issues (#60) -- [2b3434ac](https://github.com/kubedb/mssql-coordinator/commit/2b3434ac) Use Postgres CR to get replica count (#59) -- [8ded7410](https://github.com/kubedb/mssql-coordinator/commit/8ded7410) Recover from panic in reconcilers (#58) -- [917270b8](https://github.com/kubedb/mssql-coordinator/commit/917270b8) Prepare for release v0.8.0 (#57) -- [f84a1dc0](https://github.com/kubedb/mssql-coordinator/commit/f84a1dc0) Update dependencies (#56) -- [076b8ede](https://github.com/kubedb/mssql-coordinator/commit/076b8ede) Check if pods are controlled by kubedb statefulset (#55) -- [4c55eed6](https://github.com/kubedb/mssql-coordinator/commit/4c55eed6) Prepare for release v0.7.0 (#54) -- [f98e8947](https://github.com/kubedb/mssql-coordinator/commit/f98e8947) Update kmodules.xyz/monitoring-agent-api (#53) -- [6f59d29f](https://github.com/kubedb/mssql-coordinator/commit/6f59d29f) Update repository config (#52) -- [5ff5f4b8](https://github.com/kubedb/mssql-coordinator/commit/5ff5f4b8) Fix: Raft log corrupted issue (#51) -- [314fd357](https://github.com/kubedb/mssql-coordinator/commit/314fd357) Use DisableAnalytics flag from license (#50) -- [88b19fcc](https://github.com/kubedb/mssql-coordinator/commit/88b19fcc) Update license-verifier (#49) -- [06248438](https://github.com/kubedb/mssql-coordinator/commit/06248438) Support custom pod and controller labels (#48) -- [633bfcac](https://github.com/kubedb/mssql-coordinator/commit/633bfcac) Postgres Server Restart If Sig-Killed (#44) -- [5047efeb](https://github.com/kubedb/mssql-coordinator/commit/5047efeb) Print logs at Debug level -- [7d42c4bd](https://github.com/kubedb/mssql-coordinator/commit/7d42c4bd) Log timestamp from zap logger used in raft (#47) -- [137015d0](https://github.com/kubedb/mssql-coordinator/commit/137015d0) Update xorm dependency (#46) -- [81f78270](https://github.com/kubedb/mssql-coordinator/commit/81f78270) Fix satori/go.uuid security vulnerability (#45) -- [b3685227](https://github.com/kubedb/mssql-coordinator/commit/b3685227) Fix jwt-go security vulnerability (#43) -- [9bfed99c](https://github.com/kubedb/mssql-coordinator/commit/9bfed99c) Fix: Postgres server single user mode start for bullseye image (#42) -- [f55f8d6e](https://github.com/kubedb/mssql-coordinator/commit/f55f8d6e) Update dependencies to publish SiteInfo (#40) -- [b82a3d77](https://github.com/kubedb/mssql-coordinator/commit/b82a3d77) Add support for Postgres version v14.0 (#41) -- [158105b8](https://github.com/kubedb/mssql-coordinator/commit/158105b8) Prepare for release v0.6.0 (#39) -- [4b7e8593](https://github.com/kubedb/mssql-coordinator/commit/4b7e8593) Log warning if Community License is used with non-demo namespace (#38) -- [f87aee15](https://github.com/kubedb/mssql-coordinator/commit/f87aee15) Prepare for release v0.5.0 (#37) -- [4357d0b7](https://github.com/kubedb/mssql-coordinator/commit/4357d0b7) Update dependencies (#36) -- [a14448cb](https://github.com/kubedb/mssql-coordinator/commit/a14448cb) Fix Rewind And Memory leak Issues (#35) -- [245fcde9](https://github.com/kubedb/mssql-coordinator/commit/245fcde9) Update repository config (#34) -- [066da089](https://github.com/kubedb/mssql-coordinator/commit/066da089) Update dependencies (#33) -- [d2c2ef68](https://github.com/kubedb/mssql-coordinator/commit/d2c2ef68) Prepare for release v0.4.0 (#32) -- [0f61b36f](https://github.com/kubedb/mssql-coordinator/commit/0f61b36f) Update dependencies (#31) -- [e98ad26a](https://github.com/kubedb/mssql-coordinator/commit/e98ad26a) Update dependencies (#30) -- [4421b2ab](https://github.com/kubedb/mssql-coordinator/commit/4421b2ab) Update repository config (#29) -- [9d4483f5](https://github.com/kubedb/mssql-coordinator/commit/9d4483f5) Update repository config (#28) -- [adb9f368](https://github.com/kubedb/mssql-coordinator/commit/adb9f368) Update dependencies (#27) -- [1728412c](https://github.com/kubedb/mssql-coordinator/commit/1728412c) Prepare for release v0.3.0 (#26) -- [b6d007ff](https://github.com/kubedb/mssql-coordinator/commit/b6d007ff) Prepare for release v0.3.0-rc.0 (#25) -- [58216f8a](https://github.com/kubedb/mssql-coordinator/commit/58216f8a) Update Client TLS Path for Postgres (#24) -- [a07d255e](https://github.com/kubedb/mssql-coordinator/commit/a07d255e) Raft Version Update And Ops Request Fix (#23) -- [1855cecf](https://github.com/kubedb/mssql-coordinator/commit/1855cecf) Use klog/v2 (#19) -- [727dcc87](https://github.com/kubedb/mssql-coordinator/commit/727dcc87) Use klog/v2 -- [eff1c8f0](https://github.com/kubedb/mssql-coordinator/commit/eff1c8f0) Prepare for release v0.2.0 (#16) -- [ffb6ee5e](https://github.com/kubedb/mssql-coordinator/commit/ffb6ee5e) Add Support for Custom UID (#15) -- [72d46511](https://github.com/kubedb/mssql-coordinator/commit/72d46511) Fix spelling -- [6067a826](https://github.com/kubedb/mssql-coordinator/commit/6067a826) Prepare for release v0.1.1 (#14) -- [2fd91dc0](https://github.com/kubedb/mssql-coordinator/commit/2fd91dc0) Prepare for release v0.1.0 (#13) -- [d0eb5419](https://github.com/kubedb/mssql-coordinator/commit/d0eb5419) fix: added basic auth client for raft client http -- [acb1a2e3](https://github.com/kubedb/mssql-coordinator/commit/acb1a2e3) Update KubeDB api (#12) -- [cc923be0](https://github.com/kubedb/mssql-coordinator/commit/cc923be0) fix: added basic auth for http client -- [48204a3d](https://github.com/kubedb/mssql-coordinator/commit/48204a3d) fix: cleanup logs -- [f0cd88d3](https://github.com/kubedb/mssql-coordinator/commit/f0cd88d3) Use alpine as base for prod docker image (#11) -- [98837f30](https://github.com/kubedb/mssql-coordinator/commit/98837f30) fix: revendor with api-mechinary -- [12779aa6](https://github.com/kubedb/mssql-coordinator/commit/12779aa6) fix: updated docker file -- [414905da](https://github.com/kubedb/mssql-coordinator/commit/414905da) fix: replace rsync with cp -- [2f1f7994](https://github.com/kubedb/mssql-coordinator/commit/2f1f7994) fix: pg_rewind failed -- [173bbf94](https://github.com/kubedb/mssql-coordinator/commit/173bbf94) fix: updated server's port 2379 (client),2380 (peer) -- [ab30d53e](https://github.com/kubedb/mssql-coordinator/commit/ab30d53e) fix: license added -- [d0bc0a50](https://github.com/kubedb/mssql-coordinator/commit/d0bc0a50) fix: make lint with constant updated -- [e6dc704b](https://github.com/kubedb/mssql-coordinator/commit/e6dc704b) fix: updated with api-mechinary constant name -- [80a13a5b](https://github.com/kubedb/mssql-coordinator/commit/80a13a5b) fix: primary & replica have different cluster id -- [4345dd34](https://github.com/kubedb/mssql-coordinator/commit/4345dd34) fix: initial access denied before final initialize complete -- [9a68d868](https://github.com/kubedb/mssql-coordinator/commit/9a68d868) fix: working on http basic auth (on progress) -- [22b37d3e](https://github.com/kubedb/mssql-coordinator/commit/22b37d3e) fix: last leader same as new one -- [b798ba4d](https://github.com/kubedb/mssql-coordinator/commit/b798ba4d) fix: single user mode read buffer -- [b7e1f678](https://github.com/kubedb/mssql-coordinator/commit/b7e1f678) fix: make lint -- [8c106f06](https://github.com/kubedb/mssql-coordinator/commit/8c106f06) fix: make gen fmt -- [71108b31](https://github.com/kubedb/mssql-coordinator/commit/71108b31) fix: go mod updated -- [5cdc4e2b](https://github.com/kubedb/mssql-coordinator/commit/5cdc4e2b) fix: error handling fix : log handled -- [3c57af41](https://github.com/kubedb/mssql-coordinator/commit/3c57af41) fix: working on log and error handling -- [1de624df](https://github.com/kubedb/mssql-coordinator/commit/1de624df) fix: updated api-machinery -- [8eb48dbf](https://github.com/kubedb/mssql-coordinator/commit/8eb48dbf) updated sslMode=$SSL_MODE -- [9c745042](https://github.com/kubedb/mssql-coordinator/commit/9c745042) fix: added scram-sha-256 -- [4a8817e2](https://github.com/kubedb/mssql-coordinator/commit/4a8817e2) fix: typo -- [f7f3625e](https://github.com/kubedb/mssql-coordinator/commit/f7f3625e) fix: sslMode check done -- [eae73f6d](https://github.com/kubedb/mssql-coordinator/commit/eae73f6d) fix: CLIENT_AUTH_MODE value updated -- [a4c8a7fe](https://github.com/kubedb/mssql-coordinator/commit/a4c8a7fe) fix: auth and sslmode -- [f7e96f1e](https://github.com/kubedb/mssql-coordinator/commit/f7e96f1e) fix ca.crt for client Signed-off-by: Emon46 -- [daab4f78](https://github.com/kubedb/mssql-coordinator/commit/daab4f78) fix: set connection string to verify-fulll fix: remove restore.sh from all version -- [b085140b](https://github.com/kubedb/mssql-coordinator/commit/b085140b) fix: clean up logs -- [cd1904a3](https://github.com/kubedb/mssql-coordinator/commit/cd1904a3) fix: handle DoReinitialization func returning error in failover -- [1d188de5](https://github.com/kubedb/mssql-coordinator/commit/1d188de5) fix: api mechinary updated for removing archiver spec -- [cc5f7482](https://github.com/kubedb/mssql-coordinator/commit/cc5f7482) fix: added demote immediate function -- [887eddca](https://github.com/kubedb/mssql-coordinator/commit/887eddca) fix: added pgREcovery check for leader test -- [beb56969](https://github.com/kubedb/mssql-coordinator/commit/beb56969) fix: removed unnecessary functions fix: scripts Signed-off-by: Emon46 -- [24e5e2aa](https://github.com/kubedb/mssql-coordinator/commit/24e5e2aa) fix: script modified -- [49637489](https://github.com/kubedb/mssql-coordinator/commit/49637489) fix: timeline issue -- [c418bc0c](https://github.com/kubedb/mssql-coordinator/commit/c418bc0c) Remove .idea folder -- [75662379](https://github.com/kubedb/mssql-coordinator/commit/75662379) Add license and Makefile (#8) -- [898f76f0](https://github.com/kubedb/mssql-coordinator/commit/898f76f0) fix: added pass auth for users in pg_hba.conf -- [50e0ddcd](https://github.com/kubedb/mssql-coordinator/commit/50e0ddcd) working with 9,10,11,12,13 -- [d1318c92](https://github.com/kubedb/mssql-coordinator/commit/d1318c92) added script for 9,10,11,12,13 fix : syntex error issue in 9 fix : updated pg_rewind error message check -- [f13ea0fd](https://github.com/kubedb/mssql-coordinator/commit/f13ea0fd) fix: working with version 12 -- [6d87091c](https://github.com/kubedb/mssql-coordinator/commit/6d87091c) fixing for updated version 12 and 13 -- [a95e5d97](https://github.com/kubedb/mssql-coordinator/commit/a95e5d97) fix: config recovery after basebackup in normal flow -- [de14b8b3](https://github.com/kubedb/mssql-coordinator/commit/de14b8b3) update: variable check SSL_MODE -- [b19426c1](https://github.com/kubedb/mssql-coordinator/commit/b19426c1) added field for hearttick and leadertick -- [ca1c44af](https://github.com/kubedb/mssql-coordinator/commit/ca1c44af) fix: revondoring done. label updated -- [e5d59292](https://github.com/kubedb/mssql-coordinator/commit/e5d59292) fix: final working version. fixed: raft vendoring . added vendor from appscode fix: error handled for pg_rewind, pg_dump, start, stop, single user mode -- [f027542a](https://github.com/kubedb/mssql-coordinator/commit/f027542a) Signed-off-by: Emon331046 -- [db071c27](https://github.com/kubedb/mssql-coordinator/commit/db071c27) fix : working version with pg rewind check and other stuffs. note: this is the final one -- [2f03442a](https://github.com/kubedb/mssql-coordinator/commit/2f03442a) added process check -- [4cca7bf4](https://github.com/kubedb/mssql-coordinator/commit/4cca7bf4) fix all crush prev-link isssue -- [dd92164f](https://github.com/kubedb/mssql-coordinator/commit/dd92164f) fixed single user mode start -- [5980f861](https://github.com/kubedb/mssql-coordinator/commit/5980f861) working with doing always pg_rewind note: needPgRewind is always true here -- [ca6dabd7](https://github.com/kubedb/mssql-coordinator/commit/ca6dabd7) fixing primary after recover prev-link invalid wal Signed-off-by: Emon46 -- [8e678581](https://github.com/kubedb/mssql-coordinator/commit/8e678581) fixing prev-link record error -- [c5518602](https://github.com/kubedb/mssql-coordinator/commit/c5518602) fix ... Signed-off-by: Emon331046 -- [6c5c31ae](https://github.com/kubedb/mssql-coordinator/commit/6c5c31ae) fix some pg_rewind issue -- [ef9cdb17](https://github.com/kubedb/mssql-coordinator/commit/ef9cdb17) fix recover demote follower -- [8345e968](https://github.com/kubedb/mssql-coordinator/commit/8345e968) pg_rewind and status and stop start func fix Signed-off-by: Emon331046 -- [8851de41](https://github.com/kubedb/mssql-coordinator/commit/8851de41) debuging codebase Signed-off-by: Emon46 -- [657b5c03](https://github.com/kubedb/mssql-coordinator/commit/657b5c03) fix : always delete pod problem -- [a2e0c15e](https://github.com/kubedb/mssql-coordinator/commit/a2e0c15e) working on pg rewind Signed-off-by: Emon331046 -- [692a6f8f](https://github.com/kubedb/mssql-coordinator/commit/692a6f8f) working on do pg rewind Signed-off-by: Emon331046 -- [50f34767](https://github.com/kubedb/mssql-coordinator/commit/50f34767) added pg_rewind check -- [fcaf8261](https://github.com/kubedb/mssql-coordinator/commit/fcaf8261) unifnished : pg_dump and Pg_rewind Signed-off-by: Emon46 -- [2c7005ce](https://github.com/kubedb/mssql-coordinator/commit/2c7005ce) adding og_rewind -- [62372a23](https://github.com/kubedb/mssql-coordinator/commit/62372a23) need a fix -- [c0459bf4](https://github.com/kubedb/mssql-coordinator/commit/c0459bf4) fix: leader transfer api added Signed-off-by: Emon331046 -- [21f016d0](https://github.com/kubedb/mssql-coordinator/commit/21f016d0) need to fix Signed-off-by: Emon331046 -- [afea498c](https://github.com/kubedb/mssql-coordinator/commit/afea498c) clean up codebase -- [3166aa2d](https://github.com/kubedb/mssql-coordinator/commit/3166aa2d) change pg_hba.conf for localhost -- [af5719eb](https://github.com/kubedb/mssql-coordinator/commit/af5719eb) need to fix change pg_hba.conf -- [e91b1214](https://github.com/kubedb/mssql-coordinator/commit/e91b1214) change pghb from root to postgres for certs -- [97547ff1](https://github.com/kubedb/mssql-coordinator/commit/97547ff1) change owner from root to postgres for certs -- [72101b53](https://github.com/kubedb/mssql-coordinator/commit/72101b53) need to fix -- [46119298](https://github.com/kubedb/mssql-coordinator/commit/46119298) fix: vendor updated -- [5456ed6f](https://github.com/kubedb/mssql-coordinator/commit/5456ed6f) fix: svc for standby -- [b700c1fe](https://github.com/kubedb/mssql-coordinator/commit/b700c1fe) fix: svc for standby -- [9299ea6c](https://github.com/kubedb/mssql-coordinator/commit/9299ea6c) fix: vendoring apimachinery for constants -- [2bee5907](https://github.com/kubedb/mssql-coordinator/commit/2bee5907) fix: added support for v9 -- [5049d829](https://github.com/kubedb/mssql-coordinator/commit/5049d829) fix: added support for v9 -- [273d3ca9](https://github.com/kubedb/mssql-coordinator/commit/273d3ca9) fix: added client for converting a node learner or candidate -- [cbe5c267](https://github.com/kubedb/mssql-coordinator/commit/cbe5c267) added makeLearner func -- [b78e4245](https://github.com/kubedb/mssql-coordinator/commit/b78e4245) fix: the trigger-file issue -- [1b32281c](https://github.com/kubedb/mssql-coordinator/commit/1b32281c) fix: old leader restart fixed -- [6e79582b](https://github.com/kubedb/mssql-coordinator/commit/6e79582b) fix: crashing after running script fixed -- [2049963c](https://github.com/kubedb/mssql-coordinator/commit/2049963c) need to fix the script part -- [6d7985c7](https://github.com/kubedb/mssql-coordinator/commit/6d7985c7) added scripts in leader-election container -- [df37d25c](https://github.com/kubedb/mssql-coordinator/commit/df37d25c) added leader port -- [72de772f](https://github.com/kubedb/mssql-coordinator/commit/72de772f) added leader port -- [746914ff](https://github.com/kubedb/mssql-coordinator/commit/746914ff) leader test -- [12a635d1](https://github.com/kubedb/mssql-coordinator/commit/12a635d1) leader test -- [ce3787db](https://github.com/kubedb/mssql-coordinator/commit/ce3787db) leader test -- [02677281](https://github.com/kubedb/mssql-coordinator/commit/02677281) leader test -- [b64c6e31](https://github.com/kubedb/mssql-coordinator/commit/b64c6e31) leader test -- [dd970354](https://github.com/kubedb/mssql-coordinator/commit/dd970354) leader test -- [84686fc5](https://github.com/kubedb/mssql-coordinator/commit/84686fc5) leader test -- [57fb4982](https://github.com/kubedb/mssql-coordinator/commit/57fb4982) leader test -- [eeebe8ff](https://github.com/kubedb/mssql-coordinator/commit/eeebe8ff) leader test - - - -## [kubedb/mysql](https://github.com/kubedb/mysql) - -### [v0.38.0](https://github.com/kubedb/mysql/releases/tag/v0.38.0) - -- [cf8f4d83](https://github.com/kubedb/mysql/commit/cf8f4d83a) Prepare for release v0.38.0 (#622) -- [26f4d72b](https://github.com/kubedb/mysql/commit/26f4d72b7) Prepare for release v0.38.0 (#621) -- [6bcb3ac4](https://github.com/kubedb/mysql/commit/6bcb3ac48) Remove redundant log for monitoring agent not found (#620) -- [c1593bf8](https://github.com/kubedb/mysql/commit/c1593bf83) Use deps (#619) -- [7278772d](https://github.com/kubedb/mysql/commit/7278772d6) Use Go 1.22 (#618) - - - -## [kubedb/mysql-archiver](https://github.com/kubedb/mysql-archiver) - -### [v0.6.0](https://github.com/kubedb/mysql-archiver/releases/tag/v0.6.0) - -- [971d27c](https://github.com/kubedb/mysql-archiver/commit/971d27c) Prepare for release v0.6.0 (#29) -- [9a6f2d1](https://github.com/kubedb/mysql-archiver/commit/9a6f2d1) Prepare for release v0.6.0 (#28) -- [3309740](https://github.com/kubedb/mysql-archiver/commit/3309740) Use Go 1.22 (#27) - - - -## [kubedb/mysql-coordinator](https://github.com/kubedb/mysql-coordinator) - -### [v0.23.0](https://github.com/kubedb/mysql-coordinator/releases/tag/v0.23.0) - -- [91dbda5e](https://github.com/kubedb/mysql-coordinator/commit/91dbda5e) Prepare for release v0.23.0 (#110) -- [8f19e568](https://github.com/kubedb/mysql-coordinator/commit/8f19e568) Use Go 1.22 (#108) - - - -## [kubedb/mysql-csi-snapshotter-plugin](https://github.com/kubedb/mysql-csi-snapshotter-plugin) - -### [v0.6.0](https://github.com/kubedb/mysql-csi-snapshotter-plugin/releases/tag/v0.6.0) - -- [145c9e6](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/145c9e6) Prepare for release v0.6.0 (#17) -- [804abd7](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/804abd7) Prepare for release v0.6.0 (#16) -- [5dbc6c8](https://github.com/kubedb/mysql-csi-snapshotter-plugin/commit/5dbc6c8) Use Go 1.22 (#15) - - - -## [kubedb/mysql-restic-plugin](https://github.com/kubedb/mysql-restic-plugin) - -### [v0.8.0](https://github.com/kubedb/mysql-restic-plugin/releases/tag/v0.8.0) - -- [3b2d338](https://github.com/kubedb/mysql-restic-plugin/commit/3b2d338) Prepare for release v0.8.0 (#36) -- [c684322](https://github.com/kubedb/mysql-restic-plugin/commit/c684322) Prepare for release v0.8.0 (#35) -- [3cb8489](https://github.com/kubedb/mysql-restic-plugin/commit/3cb8489) Use restic 0.16.4 (#33) -- [cec2dc5](https://github.com/kubedb/mysql-restic-plugin/commit/cec2dc5) Use Go 1.22 (#32) - - - -## [kubedb/mysql-router-init](https://github.com/kubedb/mysql-router-init) - -### [v0.23.0](https://github.com/kubedb/mysql-router-init/releases/tag/v0.23.0) - -- [2e1631a](https://github.com/kubedb/mysql-router-init/commit/2e1631a) Use Go 1.22 (#42) - - - -## [kubedb/ops-manager](https://github.com/kubedb/ops-manager) - -### [v0.32.0](https://github.com/kubedb/ops-manager/releases/tag/v0.32.0) - -- [dcea6a22](https://github.com/kubedb/ops-manager/commit/dcea6a223) Prepare for release v0.32.0 (#561) -- [6ebc03dc](https://github.com/kubedb/ops-manager/commit/6ebc03dc8) Add vertical scaling and volume expansion opsrequest (#560) -- [722f44d4](https://github.com/kubedb/ops-manager/commit/722f44d44) Resume DB even if opsReq failed (#559) -- [9db28273](https://github.com/kubedb/ops-manager/commit/9db28273f) Add SingleStore TLS (#555) -- [b5e759da](https://github.com/kubedb/ops-manager/commit/b5e759da6) Add Pgpool TLS (#558) -- [31804581](https://github.com/kubedb/ops-manager/commit/318045819) Remove inlineConfig; Use applyConfig only (#556) - - - -## [kubedb/percona-xtradb](https://github.com/kubedb/percona-xtradb) - -### [v0.32.0](https://github.com/kubedb/percona-xtradb/releases/tag/v0.32.0) - -- [45ed6cba](https://github.com/kubedb/percona-xtradb/commit/45ed6cba2) Prepare for release v0.32.0 (#365) -- [12ffd594](https://github.com/kubedb/percona-xtradb/commit/12ffd594d) Prepare for release v0.32.0 (#364) -- [495e6172](https://github.com/kubedb/percona-xtradb/commit/495e61720) Use deps (#363) -- [0b9f1955](https://github.com/kubedb/percona-xtradb/commit/0b9f1955a) Use Go 1.22 (#362) - - - -## [kubedb/percona-xtradb-coordinator](https://github.com/kubedb/percona-xtradb-coordinator) - -### [v0.18.0](https://github.com/kubedb/percona-xtradb-coordinator/releases/tag/v0.18.0) - -- [f20706df](https://github.com/kubedb/percona-xtradb-coordinator/commit/f20706df) Prepare for release v0.18.0 (#70) -- [2bb57896](https://github.com/kubedb/percona-xtradb-coordinator/commit/2bb57896) Prepare for release v0.18.0 (#69) -- [d5739deb](https://github.com/kubedb/percona-xtradb-coordinator/commit/d5739deb) Use Go 1.22 (#68) - - - -## [kubedb/pg-coordinator](https://github.com/kubedb/pg-coordinator) - -### [v0.29.0](https://github.com/kubedb/pg-coordinator/releases/tag/v0.29.0) - -- [33a82733](https://github.com/kubedb/pg-coordinator/commit/33a82733) Prepare for release v0.29.0 (#163) -- [2deeaed4](https://github.com/kubedb/pg-coordinator/commit/2deeaed4) Prepare for release v0.29.0 (#162) -- [15139ecf](https://github.com/kubedb/pg-coordinator/commit/15139ecf) Use Go 1.22 (#161) - - - -## [kubedb/pgbouncer](https://github.com/kubedb/pgbouncer) - -### [v0.32.0](https://github.com/kubedb/pgbouncer/releases/tag/v0.32.0) - -- [8ccd7b74](https://github.com/kubedb/pgbouncer/commit/8ccd7b74) Prepare for release v0.32.0 (#326) -- [2c84ca8c](https://github.com/kubedb/pgbouncer/commit/2c84ca8c) Use deps (#324) -- [4bc53222](https://github.com/kubedb/pgbouncer/commit/4bc53222) Use Go 1.22 (#323) - - - -## [kubedb/pgpool](https://github.com/kubedb/pgpool) - -### [v0.0.9](https://github.com/kubedb/pgpool/releases/tag/v0.0.9) - -- [71982d7](https://github.com/kubedb/pgpool/commit/71982d7) Prepare for release v0.0.9 (#27) -- [544327d](https://github.com/kubedb/pgpool/commit/544327d) Prepare for release v0.0.9 (#26) -- [dd8144f](https://github.com/kubedb/pgpool/commit/dd8144f) Add TLS support (#25) -- [cabc3db](https://github.com/kubedb/pgpool/commit/cabc3db) Set Defaults to db on reconcile (#24) -- [8fb6dfe](https://github.com/kubedb/pgpool/commit/8fb6dfe) Add PetSet in daily workflow and makefile (#11) -- [a510bbf](https://github.com/kubedb/pgpool/commit/a510bbf) Use deps (#23) -- [89285b1](https://github.com/kubedb/pgpool/commit/89285b1) Use Go 1.22 (#22) -- [279978f](https://github.com/kubedb/pgpool/commit/279978f) Remove license check for webhook-server (#21) - - - -## [kubedb/postgres](https://github.com/kubedb/postgres) - -### [v0.45.0](https://github.com/kubedb/postgres/releases/tag/v0.45.0) - -- [78cec238](https://github.com/kubedb/postgres/commit/78cec238a) Prepare for release v0.45.0 (#731) -- [b939cb7f](https://github.com/kubedb/postgres/commit/b939cb7f8) Prepare for release v0.45.0 (#730) -- [22617a14](https://github.com/kubedb/postgres/commit/22617a148) Remove unnecessary log (#729) -- [6627c462](https://github.com/kubedb/postgres/commit/6627c4628) Use deps (#728) -- [3fcdc899](https://github.com/kubedb/postgres/commit/3fcdc899e) Use Go 1.22 (#727) -- [e0627ad8](https://github.com/kubedb/postgres/commit/e0627ad89) Fix WebHook (#726) - - - -## [kubedb/postgres-archiver](https://github.com/kubedb/postgres-archiver) - -### [v0.6.0](https://github.com/kubedb/postgres-archiver/releases/tag/v0.6.0) - -- [db6968c](https://github.com/kubedb/postgres-archiver/commit/db6968c) Prepare for release v0.6.0 (#28) -- [a05987c](https://github.com/kubedb/postgres-archiver/commit/a05987c) Prepare for release v0.6.0 (#27) -- [b8cb6d3](https://github.com/kubedb/postgres-archiver/commit/b8cb6d3) Use Go 1.22 (#26) - - - -## [kubedb/postgres-csi-snapshotter-plugin](https://github.com/kubedb/postgres-csi-snapshotter-plugin) - -### [v0.6.0](https://github.com/kubedb/postgres-csi-snapshotter-plugin/releases/tag/v0.6.0) - -- [a4916b1](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/a4916b1) Prepare for release v0.6.0 (#26) -- [1bf318a](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/1bf318a) Prepare for release v0.6.0 (#25) -- [b3921a5](https://github.com/kubedb/postgres-csi-snapshotter-plugin/commit/b3921a5) Use Go 1.22 (#24) - - - -## [kubedb/postgres-restic-plugin](https://github.com/kubedb/postgres-restic-plugin) - -### [v0.8.0](https://github.com/kubedb/postgres-restic-plugin/releases/tag/v0.8.0) - -- [8addbb2](https://github.com/kubedb/postgres-restic-plugin/commit/8addbb2) Prepare for release v0.8.0 (#32) -- [965f18c](https://github.com/kubedb/postgres-restic-plugin/commit/965f18c) Prepare for release v0.8.0 (#31) -- [48f21b1](https://github.com/kubedb/postgres-restic-plugin/commit/48f21b1) Add ClientAuthMode MD5 support for TLS (#29) -- [ef14301](https://github.com/kubedb/postgres-restic-plugin/commit/ef14301) Refactor (#30) -- [764c43b](https://github.com/kubedb/postgres-restic-plugin/commit/764c43b) Tls Fix (#28) -- [c717c8c](https://github.com/kubedb/postgres-restic-plugin/commit/c717c8c) Use restic 0.16.4 (#27) -- [42b6af6](https://github.com/kubedb/postgres-restic-plugin/commit/42b6af6) Use Go 1.22 (#26) - - - -## [kubedb/provider-aws](https://github.com/kubedb/provider-aws) - -### [v0.7.0](https://github.com/kubedb/provider-aws/releases/tag/v0.7.0) - -- [f102958](https://github.com/kubedb/provider-aws/commit/f102958) Use Go 1.22 (#14) - - - -## [kubedb/provider-azure](https://github.com/kubedb/provider-azure) - -### [v0.7.0](https://github.com/kubedb/provider-azure/releases/tag/v0.7.0) - -- [387e3f2](https://github.com/kubedb/provider-azure/commit/387e3f2) Use Go 1.22 (#5) - - - -## [kubedb/provider-gcp](https://github.com/kubedb/provider-gcp) - -### [v0.7.0](https://github.com/kubedb/provider-gcp/releases/tag/v0.7.0) - -- [40683f8](https://github.com/kubedb/provider-gcp/commit/40683f8) Use Go 1.22 (#5) - - - -## [kubedb/provisioner](https://github.com/kubedb/provisioner) - -### [v0.45.0](https://github.com/kubedb/provisioner/releases/tag/v0.45.0) - -- [c73f1e11](https://github.com/kubedb/provisioner/commit/c73f1e111) Prepare for release v0.45.0 (#93) -- [564a8ca2](https://github.com/kubedb/provisioner/commit/564a8ca20) Register MSSQLServer (#92) -- [ddc05af4](https://github.com/kubedb/provisioner/commit/ddc05af4e) Initialize default client (#90) - - - -## [kubedb/proxysql](https://github.com/kubedb/proxysql) - -### [v0.32.0](https://github.com/kubedb/proxysql/releases/tag/v0.32.0) - -- [859048d6](https://github.com/kubedb/proxysql/commit/859048d6b) Prepare for release v0.32.0 (#342) -- [c3348d30](https://github.com/kubedb/proxysql/commit/c3348d307) Use deps (#341) -- [c8409775](https://github.com/kubedb/proxysql/commit/c8409775c) Use Go 1.22 (#340) - - - -## [kubedb/rabbitmq](https://github.com/kubedb/rabbitmq) - -### [v0.0.11](https://github.com/kubedb/rabbitmq/releases/tag/v0.0.11) - -- [b529602](https://github.com/kubedb/rabbitmq/commit/b529602) Prepare for release v0.0.11 (#28) -- [26b5e6f](https://github.com/kubedb/rabbitmq/commit/26b5e6f) Prepare for release v0.0.11 (#27) -- [630c0ef](https://github.com/kubedb/rabbitmq/commit/630c0ef) Patch AuthsecretRef to DB yaml (#26) -- [9248270](https://github.com/kubedb/rabbitmq/commit/9248270) Set Defaults to db on reconcile (#24) -- [ef00643](https://github.com/kubedb/rabbitmq/commit/ef00643) Add support for PDB and extend default plugin supports (#21) -- [bf35fcd](https://github.com/kubedb/rabbitmq/commit/bf35fcd) Use deps (#23) -- [048dbbe](https://github.com/kubedb/rabbitmq/commit/048dbbe) Use Go 1.22 (#22) - - - -## [kubedb/redis](https://github.com/kubedb/redis) - -### [v0.38.0](https://github.com/kubedb/redis/releases/tag/v0.38.0) - -- [6b29c6ab](https://github.com/kubedb/redis/commit/6b29c6ab2) Prepare for release v0.38.0 (#538) -- [5403c046](https://github.com/kubedb/redis/commit/5403c0460) Prepare for release v0.38.0 (#537) -- [b9a7cbc7](https://github.com/kubedb/redis/commit/b9a7cbc70) Remove redundant log for monitoring agent not found (#536) -- [56a9e21f](https://github.com/kubedb/redis/commit/56a9e21f3) Use deps (#535) -- [37c0f40d](https://github.com/kubedb/redis/commit/37c0f40d7) Use Go 1.22 (#534) -- [5645fb9b](https://github.com/kubedb/redis/commit/5645fb9bd) Remove License Check from Webhook Server (#533) - - - -## [kubedb/redis-coordinator](https://github.com/kubedb/redis-coordinator) - -### [v0.24.0](https://github.com/kubedb/redis-coordinator/releases/tag/v0.24.0) - -- [7542fe79](https://github.com/kubedb/redis-coordinator/commit/7542fe79) Prepare for release v0.24.0 (#101) -- [7901b594](https://github.com/kubedb/redis-coordinator/commit/7901b594) Prepare for release v0.24.0 (#100) -- [c7809cc0](https://github.com/kubedb/redis-coordinator/commit/c7809cc0) Use Go 1.22 (#99) - - - -## [kubedb/redis-restic-plugin](https://github.com/kubedb/redis-restic-plugin) - -### [v0.8.0](https://github.com/kubedb/redis-restic-plugin/releases/tag/v0.8.0) - -- [76a22e9](https://github.com/kubedb/redis-restic-plugin/commit/76a22e9) Prepare for release v0.8.0 (#31) -- [de1eb07](https://github.com/kubedb/redis-restic-plugin/commit/de1eb07) Prepare for release v0.8.0 (#30) -- [117aae0](https://github.com/kubedb/redis-restic-plugin/commit/117aae0) Use restic 0.16.4 (#29) -- [e855f79](https://github.com/kubedb/redis-restic-plugin/commit/e855f79) Use Go 1.22 (#28) - - - -## [kubedb/replication-mode-detector](https://github.com/kubedb/replication-mode-detector) - -### [v0.32.0](https://github.com/kubedb/replication-mode-detector/releases/tag/v0.32.0) - -- [ead0dae3](https://github.com/kubedb/replication-mode-detector/commit/ead0dae3) Prepare for release v0.32.0 (#267) -- [803fe52b](https://github.com/kubedb/replication-mode-detector/commit/803fe52b) Use Go 1.22 (#265) - - - -## [kubedb/schema-manager](https://github.com/kubedb/schema-manager) - -### [v0.21.0](https://github.com/kubedb/schema-manager/releases/tag/v0.21.0) - -- [217af272](https://github.com/kubedb/schema-manager/commit/217af272) Prepare for release v0.21.0 (#110) - - - -## [kubedb/singlestore](https://github.com/kubedb/singlestore) - -### [v0.0.9](https://github.com/kubedb/singlestore/releases/tag/v0.0.9) - -- [499dfa6](https://github.com/kubedb/singlestore/commit/499dfa6) Prepare for release v0.0.9 (#27) -- [4082540](https://github.com/kubedb/singlestore/commit/4082540) Prepare for release v0.0.9 (#26) -- [99b143b](https://github.com/kubedb/singlestore/commit/99b143b) Add SingleStore TLS (#25) -- [ae86b87](https://github.com/kubedb/singlestore/commit/ae86b87) Set Defaults to db on reconcile (#23) -- [3c28add](https://github.com/kubedb/singlestore/commit/3c28add) Use deps (#22) -- [d9cce0e](https://github.com/kubedb/singlestore/commit/d9cce0e) Use Go 1.22 (#21) -- [d113503](https://github.com/kubedb/singlestore/commit/d113503) Remove License check from Webhook-Server (#20) - - - -## [kubedb/singlestore-coordinator](https://github.com/kubedb/singlestore-coordinator) - -### [v0.0.8](https://github.com/kubedb/singlestore-coordinator/releases/tag/v0.0.8) - -- [f85b392](https://github.com/kubedb/singlestore-coordinator/commit/f85b392) Prepare for release v0.0.8 (#15) -- [4aa8378](https://github.com/kubedb/singlestore-coordinator/commit/4aa8378) Prepare for release v0.0.8 (#14) -- [265105a](https://github.com/kubedb/singlestore-coordinator/commit/265105a) Add SingleStore TLS (#13) -- [123d55b](https://github.com/kubedb/singlestore-coordinator/commit/123d55b) Use Go 1.22 (#12) - - - -## [kubedb/singlestore-restic-plugin](https://github.com/kubedb/singlestore-restic-plugin) - -### [v0.3.0](https://github.com/kubedb/singlestore-restic-plugin/releases/tag/v0.3.0) - -- [032d33e](https://github.com/kubedb/singlestore-restic-plugin/commit/032d33e) Prepare for release v0.3.0 (#11) -- [e7cbc0a](https://github.com/kubedb/singlestore-restic-plugin/commit/e7cbc0a) Prepare for release v0.3.0 (#10) -- [cf1f07e](https://github.com/kubedb/singlestore-restic-plugin/commit/cf1f07e) Add SingleStore TLS (#9) -- [df11e7f](https://github.com/kubedb/singlestore-restic-plugin/commit/df11e7f) Use deps (#7) -- [846c188](https://github.com/kubedb/singlestore-restic-plugin/commit/846c188) Use Go 1.22 (#6) - - - -## [kubedb/solr](https://github.com/kubedb/solr) - -### [v0.0.11](https://github.com/kubedb/solr/releases/tag/v0.0.11) - -- [3030c02](https://github.com/kubedb/solr/commit/3030c02) Prepare for release v0.0.11 (#25) -- [e2d4c78](https://github.com/kubedb/solr/commit/e2d4c78) Set Defaults to db on reconcile (#23) -- [4566b2c](https://github.com/kubedb/solr/commit/4566b2c) Use deps (#22) -- [22e3924](https://github.com/kubedb/solr/commit/22e3924) Use Go 1.22 (#21) - - - -## [kubedb/tests](https://github.com/kubedb/tests) - -### [v0.30.0](https://github.com/kubedb/tests/releases/tag/v0.30.0) - -- [34a5843d](https://github.com/kubedb/tests/commit/34a5843d) Prepare for release v0.30.0 (#320) -- [975c6ab2](https://github.com/kubedb/tests/commit/975c6ab2) Prepare for release v0.30.0 (#319) -- [6a301a03](https://github.com/kubedb/tests/commit/6a301a03) Remove inlineConfig (#318) -- [6101e637](https://github.com/kubedb/tests/commit/6101e637) Fix certstore invoker. (#317) -- [1a0556ce](https://github.com/kubedb/tests/commit/1a0556ce) Use Go 1.22 (#316) -- [886fcdf7](https://github.com/kubedb/tests/commit/886fcdf7) add storage-class in pg-logical-replication (#315) -- [a6250835](https://github.com/kubedb/tests/commit/a6250835) Add Version Upgrade Test Case for PG (#295) -- [34822e19](https://github.com/kubedb/tests/commit/34822e19) Add Pgpool tests (#302) -- [ed294bf0](https://github.com/kubedb/tests/commit/ed294bf0) Fix build (#314) - - - -## [kubedb/ui-server](https://github.com/kubedb/ui-server) - -### [v0.21.0](https://github.com/kubedb/ui-server/releases/tag/v0.21.0) - -- [bd2a1ab4](https://github.com/kubedb/ui-server/commit/bd2a1ab4) Prepare for release v0.21.0 (#117) -- [21449110](https://github.com/kubedb/ui-server/commit/21449110) Vendor automaxprocs -- [c5d30b0c](https://github.com/kubedb/ui-server/commit/c5d30b0c) Use Go 1.22 (#116) - - - -## [kubedb/webhook-server](https://github.com/kubedb/webhook-server) - -### [v0.21.0](https://github.com/kubedb/webhook-server/releases/tag/v0.21.0) - -- [bf41d483](https://github.com/kubedb/webhook-server/commit/bf41d483) Prepare for release v0.21.0 (#105) -- [ebb428b7](https://github.com/kubedb/webhook-server/commit/ebb428b7) Register RabbitMQ autoscaler & MSSQLServer (#104) -- [77e54fc3](https://github.com/kubedb/webhook-server/commit/77e54fc3) Use deps (#103) -- [3c0d0c2e](https://github.com/kubedb/webhook-server/commit/3c0d0c2e) Use Go 1.22 (#102) - - - -## [kubedb/zookeeper](https://github.com/kubedb/zookeeper) - -### [v0.0.10](https://github.com/kubedb/zookeeper/releases/tag/v0.0.10) - -- [ce8f982](https://github.com/kubedb/zookeeper/commit/ce8f982) Prepare for release v0.0.10 (#22) -- [4f111a3](https://github.com/kubedb/zookeeper/commit/4f111a3) Set Default From Operator (#21) -- [1b3ea42](https://github.com/kubedb/zookeeper/commit/1b3ea42) Use deps (#20) -- [5094c26](https://github.com/kubedb/zookeeper/commit/5094c26) Use Go 1.22 (#19) - - - -## [kubedb/zookeeper-restic-plugin](https://github.com/kubedb/zookeeper-restic-plugin) - -### [v0.1.0](https://github.com/kubedb/zookeeper-restic-plugin/releases/tag/v0.1.0) - -- [0a3b8a6](https://github.com/kubedb/zookeeper-restic-plugin/commit/0a3b8a6) Prepare for release v0.1.0 (#7) -- [cc4e071](https://github.com/kubedb/zookeeper-restic-plugin/commit/cc4e071) Prepare for release v0.1.0 (#6) - - - - From 280bce255e21f4ee8efb9500f944a13c6701a04f Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 23:03:49 +0000 Subject: [PATCH 64/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 28 +++++++++++++++++++++++++++- releases/v2024.4.27/README.md | 11 +++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 975f4dc8d..53bd0eb50 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T22:50:22.29776684Z", + "release_date": "2024-04-27T23:03:49.266118102Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -300,6 +300,32 @@ } ] }, + { + "url": "github.com/kubedb/docs", + "releases": [ + { + "tag": "v2024.4.27", + "commits": [ + { + "SHA": "c7f117f1", + "Subject": "Prepare for release v2024.4.27 (#632)" + }, + { + "SHA": "d95d0de1", + "Subject": "Update docs for kubedb/provisioner@564a8ca2 (#630)" + }, + { + "SHA": "1643ade3", + "Subject": "Update docs for kubedb/webhook-server@ebb428b7 (#631)" + }, + { + "SHA": "7da00657", + "Subject": "Fix all broken schemas, resource-yamls & links (#629)" + } + ] + } + ] + }, { "url": "github.com/kubedb/druid", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index abbfa4b2d..ae53b1267 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -106,6 +106,17 @@ +## [kubedb/docs](https://github.com/kubedb/docs) + +### [v2024.4.27](https://github.com/kubedb/docs/releases/tag/v2024.4.27) + +- [c7f117f1](https://github.com/kubedb/docs/commit/c7f117f1) Prepare for release v2024.4.27 (#632) +- [d95d0de1](https://github.com/kubedb/docs/commit/d95d0de1) Update docs for kubedb/provisioner@564a8ca2 (#630) +- [1643ade3](https://github.com/kubedb/docs/commit/1643ade3) Update docs for kubedb/webhook-server@ebb428b7 (#631) +- [7da00657](https://github.com/kubedb/docs/commit/7da00657) Fix all broken schemas, resource-yamls & links (#629) + + + ## [kubedb/druid](https://github.com/kubedb/druid) ### [v0.0.9](https://github.com/kubedb/druid/releases/tag/v0.0.9) From ae9f45496ff1d33b4a3b33dbee05850b90dfb79a Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 27 Apr 2024 23:08:35 +0000 Subject: [PATCH 65/65] Update changelog Signed-off-by: 1gtm <1gtm@appscode.com> --- releases/v2024.4.27/CHANGELOG.json | 16 +++++++++++++++- releases/v2024.4.27/README.md | 8 ++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/releases/v2024.4.27/CHANGELOG.json b/releases/v2024.4.27/CHANGELOG.json index 53bd0eb50..3e659071c 100644 --- a/releases/v2024.4.27/CHANGELOG.json +++ b/releases/v2024.4.27/CHANGELOG.json @@ -1,7 +1,7 @@ { "product_line": "KubeDB", "release": "v2024.4.27", - "release_date": "2024-04-27T23:03:49.266118102Z", + "release_date": "2024-04-27T23:08:35.571480629Z", "release_project_url": "https://github.com/kubedb/CHANGELOG", "docs_url": "https://kubedb.com/docs/v2024.4.27", "kubernetes_version": "1.20+", @@ -130,6 +130,20 @@ } ] }, + { + "url": "github.com/kubedb/bundles", + "releases": [ + { + "tag": "v2024.4.27", + "commits": [ + { + "SHA": "6330c05", + "Subject": "Prepare for release v2024.4.27 (#87)" + } + ] + } + ] + }, { "url": "github.com/kubedb/cli", "releases": [ diff --git a/releases/v2024.4.27/README.md b/releases/v2024.4.27/README.md index ae53b1267..093ee48c4 100644 --- a/releases/v2024.4.27/README.md +++ b/releases/v2024.4.27/README.md @@ -41,6 +41,14 @@ +## [kubedb/bundles](https://github.com/kubedb/bundles) + +### [v2024.4.27](https://github.com/kubedb/bundles/releases/tag/v2024.4.27) + +- [6330c05](https://github.com/kubedb/bundles/commit/6330c05) Prepare for release v2024.4.27 (#87) + + + ## [kubedb/cli](https://github.com/kubedb/cli) ### [v0.45.0](https://github.com/kubedb/cli/releases/tag/v0.45.0)