OnGres Inc./StackGres: Release 1.1.0-beta1
Name: StackGres
Owner: OnGres Inc.
Release: 1.1.0-beta1
Released: 2021-11-05
License: AGPL-3.0
Release Assets:
# :rocket: Release 1.1.0-beta1 (2021-11-05) ## :notepad_spiral: NOTES Here comes StackGres 1.1.0-beta1 GA with a new tasty and fishy flavor!! :fishing_pole_and_fish: :tada: :bottle_with_popping_cork: This release brings the new experimental Postgres for Babelfish flavor, that allows to connect to Postgres using SQLServer protocol! ## :up: UPGRADE To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release. For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator). To upgrade StackGres operator's (upgrade only works starting from 0.9 version or above) helm chart issue following commands (replace namespace and release name if you used something different): `helm upgrade -n "stackgres" "stackgres-operator" https://stackgres.io/downloads/stackgres-k8s/stackgres/latest/helm/stackgres-operator.tgz` > IMPORTANT: This release is incompatible with previous `alpha` or `beta` versions. Upgrading from those versions will require uninstalling completely StackGres including all clusters and StackGres CRDs (those in `stackgres.io` group) first. ## :sparkles: CHANGES * Support for [Postgres for Babelfish](https://babelfishpg.org/) version 13.4 ## :bug: FIXES * If backup used in initialData is removed the reconciliation cycle crashes ## :construction: KNOWN ISSUES * Installation fails in EKS 1.21+ due to CSR not returning the certificate ([#1358](https://gitlab.com/ongresinc/stackgres/-/issues/1358)) * Major version upgrade fails if some extensions version are not available for the target Postgres version ([#1368](https://gitlab.com/ongresinc/stackgres/-/issues/1368)) * After major version upgrade continuous archiving and backups may hang ([#1383](https://gitlab.com/ongresinc/stackgres/-/issues/1383)) * When deleting primary pod cluster may become unresponsive ([#783](https://gitlab.com/ongresinc/stackgres/-/issues/783)) ## :twisted_rightwards_arrows: [FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.1.0-beta1)