OnGres Inc./StackGres: Release 1.0.0-alpha3
Name: StackGres
Owner: OnGres Inc.
Release: 1.0.0-alpha3
Released: 2021-06-01
License: AGPL-3.0
Release Assets:
# :rocket: Release 1.0.0-alpha3 (2021-06-01) ## :notepad_spiral: NOTES Here it comes StackGres 1.0.0-alpha3!! :tada: :bottle_with_popping_cork: This release brings a lot of bugfixes and improvements you can not miss. Get safe and upgrade now! ## :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 `1.0.0-alpha1` version. Upgrading from that version will require to uninstall completely StackGres including all clusters and StackGres CRDs (those in `stackgres.io` group) first. ## :sparkles: CHANGES * pgbench benchmark SGDbOps operation now clean up the database after benchmark is completed (or failed). * Use new kubectl image based on ubi8. ## :bug: FIXES * Cannot load specific version of an extension. * REST API is not able to update `shared_preload_libraries` configuration parameters. * Default `log_line_prefix` include quotes in the value. * Major version upgrade break cluster when version is not upgraded. * Check and sanitize database names in initial data scripts. * Custom Annotations are not updated in StatefulSet on change in SGCluster. * Extensions with shared library make major version upgrade to fail. * Extensions extra mount not correctly specified. * Restrict cluster names to a 63 character limit. * Improve Grafana tab on the Web UI when no pods info is available. * Enable PITR feature on the Web UI. * SGDbOps `.runAt` operates in UTC, but Web UI on browser's timezone. * Cluster creation in Web UI send an empty string as database name for initial data script entries. * Validate Web UI documentation links corresponds with current docs structure. * Configure vue-markdown to avoid adding html line breaks in Web UI. * Cannot restore from a backup from the Web UI. * Fixed data types and added panels in the grafana dashboard. ## :construction: KNOWN ISSUES * Kubernetes 1.20+ is not supported yet, see #950 ## :twisted_rightwards_arrows: [FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.0.0-alpha3)