Skip to content

Releases: LamaAni/postgres-xl-helm

Stable

27 Feb 23:38
b1e4559
Compare
Choose a tag to compare
Stable Pre-release
Pre-release

What

The project has been running for a while, and seems to be more stable. Some simple log fixes were applied.

Changes

  1. Is alive was changed from netcat to pg_isready to avoid extra logging.

Database init scripts and bug fixes

02 Nov 15:15
a546c14
Compare
Choose a tag to compare
Pre-release

0.8.0 - Init scripts

What:

  1. Changes to structure.
  2. Init files and startup files.
  3. Updates to readme.

Bug fixes:

  1. long names,
  2. Separate configurations for each node. (max_connections bug)

Experimental

  1. pg_bouncer init scripts.
  2. vault scripts.

Bug fixes

14 Oct 15:17
1a03e47
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  1. Added readme warning for experimental content.
  2. Switched examples to lower resources - allow local kubernetes deployments to check the samples.
  3. Changed to ClusterIP and fixed example with password

Added to experimental:

  1. pgbouncer deployment example

GTM Recovery

09 Oct 19:36
2935ab9
Compare
Choose a tag to compare
GTM Recovery Pre-release
Pre-release
  1. Added GTM auto recovery in the case of GTM config file failure.
  2. Fixed errors in examples.
  3. Fixed readme.
  4. Added support for PostgreSQL password auth type.

Added PG core security

01 Oct 23:01
Compare
Choose a tag to compare
Pre-release

Change log:

  1. Added dedicated external service for db connections.
  2. Added superuser username and password to the chart.
  3. Allowed superuser passwords to be set by Secret
  4. Readme changes.
  5. Reoder values in chart.

Still core missing,

  1. Move proxies to Deployment.
  2. Add network security definitions for pods and coordinators.

Core Chart - beta

27 Sep 16:46
Compare
Choose a tag to compare
Core Chart - beta Pre-release
Pre-release

The core chart.

Major issues:

  1. Dose not use a LoadBalancer
  2. No ability to define postgres default username and password.

(Core security will be handled in next release).