From 16abf48081a437a2ff531238cefa8ed68149b3e7 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 28 Oct 2024 20:56:42 -0400 Subject: [PATCH] add change log --- helm-charts/infisical-standalone-postgres/CHANGELOGS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helm-charts/infisical-standalone-postgres/CHANGELOGS.md diff --git a/helm-charts/infisical-standalone-postgres/CHANGELOGS.md b/helm-charts/infisical-standalone-postgres/CHANGELOGS.md new file mode 100644 index 000000000..a9608b7b4 --- /dev/null +++ b/helm-charts/infisical-standalone-postgres/CHANGELOGS.md @@ -0,0 +1,9 @@ +## 1.3.0 (October 28, 2024) + +Changes: +* Fixed issue causing database migration to not run in non `default` namespace + +Features: + +* Added support for supplying Postgres secret as K8s secret via `postgresql.useExistingPostgresSecret` +* Support overriding init container image via `infisical.databaseSchemaMigrationInitContainer`