diff --git a/.vib/postgresql-ha/ginkgo/postgresql_suite_test.go b/.vib/postgresql-ha/ginkgo/postgresql_suite_test.go index 89435b5e2f..07e2afb158 100644 --- a/.vib/postgresql-ha/ginkgo/postgresql_suite_test.go +++ b/.vib/postgresql-ha/ginkgo/postgresql_suite_test.go @@ -30,7 +30,7 @@ func init() { flag.StringVar(&namespace, "namespace", "", "namespace where the application is running") flag.StringVar(&username, "username", "", "database user") flag.StringVar(&password, "password", "", "database password for username") - flag.IntVar(&timeoutSeconds, "timeout", 200, "timeout in seconds") + flag.IntVar(&timeoutSeconds, "timeout", 300, "timeout in seconds") timeout = time.Duration(timeoutSeconds) * time.Second } diff --git a/bitnami/postgresql-ha/CHANGELOG.md b/bitnami/postgresql-ha/CHANGELOG.md index 77fe7738c5..8cbb9a11cf 100644 --- a/bitnami/postgresql-ha/CHANGELOG.md +++ b/bitnami/postgresql-ha/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 16.0.1 (2025-05-08) + +* [bitnami/postgresql-ha] ci: improve stability on Ginkgo tests ([#33567](https://github.com/bitnami/charts/pull/33567)) + ## 16.0.0 (2025-05-08) -* [bitnami/postgresql-ha] feat: Customizable Stream Replication Check credentials ([#33552](https://github.com/bitnami/charts/pull/33552)) +* [bitnami/postgresql-ha] feat: Customizable Stream Replication Check credentials (#33552) ([cff2e93](https://github.com/bitnami/charts/commit/cff2e93f9da96f82ad9d97d2d35a7324b54d0931)), closes [#33552](https://github.com/bitnami/charts/issues/33552) ## 15.3.17 (2025-05-07) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index a8f7baae11..ed8863ea90 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -43,4 +43,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 16.0.0 +version: 16.0.1