OnGres Inc./StackGres: Release 0.9.5
Name: StackGres
Owner: OnGres Inc.
Release: 0.9.5
Released: 2021-03-31
License: AGPL-3.0
Release Assets:
# :rocket: Release 0.9.5 (2021-03-31) ## :notepad_spiral: NOTES Here it comes StackGres 0.9.5!! :tada: :bottle_with_popping_cork: We want you to be safe and a bit more powerful so we bring to you some bugfixes and small changes! ## :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/0.9/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): ``` NAMESPACE=stackgres RELEASE=stackgres-operator helm upgrade -n "$NAMESPACE" "$RELEASE" https://stackgres.io/downloads/stackgres-k8s/stackgres/0.9.5/helm/stackgres-operator.tgz ``` ## :sparkles: CHANGES * Postgres 11.11 and 12.6 * PgBouncer 1.13.0 * Envoy 1.15.3 * Prometheus Postgres Exporter 0.8.0 * FluentBit 1.4.6 * Fluentd 1.9.3 * Support for annotations in sgdistributedlogs * Support for node selector in sgdistributedlogs * Support for node tolerations in sgdistributedlogs ## :bug: FIXES * Primary service is not updated after upgrade to 0.9.4 * Service account annotation is not updated * Job's pods not created with specified annotations * Bug when editing CRDs from the web console and new information is read from the API * Connections to the database timed out through the Envoy port * Patroni endpoint is open to everyone * Backup size information is inverted * Upgrading a cluster with new annotations for all resources break the reconciliation * NullPointerException on PairUpdater visitMapTransformed * Operator version is not shown in the UI * Wrong used disk size of primary shown in cluster summary in the UI * Adjust logs loader function on-screen resize in the UI * Bug on Instance Profiles edition in the UI * Not found page loads only on the light mode in the UI * Full schedule not shown on backup config details row in the UI * Enable editing of annotations on clusters and distributed log servers in the UI * Hide content when the requested CRD name is not found in the UI ## :construction: KNOWN ISSUES * Kubernetes 1.18+ is not supported yet, see #439 * Kubernetes 1.11 requires PodShareProcessNamespace feature gate to be enabled (not tested in any kubernetes environment except for MiniShift 3.11) ## :twisted_rightwards_arrows: [FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/0.9.5)