From 2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sat, 18 Jan 2025 12:59:07 +0100 Subject: [PATCH 01/13] feat(postgres)!: switch from alpine to debian variant (#156) --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index 40fb3d1c..1c2f344d 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -310,7 +310,7 @@ services: POSTGRES_DB_FILE: /run/secrets/postgres_db POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password POSTGRES_USER_FILE: /run/secrets/postgres_user - image: quay.io/debezium/postgres:17-alpine + image: quay.io/debezium/postgres:17 # alpine variant does not include PostGIS # # Expose ports (only) e.g. to generate a database graph image or similar. # ports: # - 5432:5432 From cb598ab48082e1735f56655b93ad461c73de7433 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Jan 2025 12:00:09 +0000 Subject: [PATCH 02/13] chore(release): 9.0.0-beta.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [9.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/8.2.7...9.0.0-beta.1) (2025-01-18) ### ⚠ BREAKING CHANGES * **postgres:** switch from alpine to debian variant (#156) ### Features * **postgres:** switch from alpine to debian variant ([#156](https://github.com/maevsi/maevsi_stack/issues/156)) ([2cf718c](https://github.com/maevsi/maevsi_stack/commit/2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade87d5e..3c1a7070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [9.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/8.2.7...9.0.0-beta.1) (2025-01-18) + +### ⚠ BREAKING CHANGES + +* **postgres:** switch from alpine to debian variant (#156) + +### Features + +* **postgres:** switch from alpine to debian variant ([#156](https://github.com/maevsi/maevsi_stack/issues/156)) ([2cf718c](https://github.com/maevsi/maevsi_stack/commit/2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c)) + ## [8.2.7](https://github.com/maevsi/maevsi_stack/compare/8.2.6...8.2.7) (2025-01-12) ### Bug Fixes diff --git a/package.json b/package.json index 17f8b9fe..dac1817f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "8.2.7", + "version": "9.0.0-beta.1", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From 4ddeb7ed55c23a1d3b1c7b68c9f9bb8a1feffc12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Jan 2025 23:18:56 +0000 Subject: [PATCH 03/13] chore(release): 9.0.0-beta.2 [skip ci] ## [9.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.1...9.0.0-beta.2) (2025-01-25) ### Features * **postgraphile:** append postgres plugin ([#158](https://github.com/maevsi/maevsi_stack/issues/158)) ([dc9def2](https://github.com/maevsi/maevsi_stack/commit/dc9def22c3b2093215c44ab417c5f2a229b8f937)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52964ad8..dd9f7a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.1...9.0.0-beta.2) (2025-01-25) + +### Features + +* **postgraphile:** append postgres plugin ([#158](https://github.com/maevsi/maevsi_stack/issues/158)) ([dc9def2](https://github.com/maevsi/maevsi_stack/commit/dc9def22c3b2093215c44ab417c5f2a229b8f937)) + ## [9.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/8.2.7...9.0.0-beta.1) (2025-01-18) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index dac1817f..80848280 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "9.0.0-beta.1", + "version": "9.0.0-beta.2", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From 075b8ba86c1efcc9900e4dec6396e9df797d1e5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Feb 2025 14:04:17 +0000 Subject: [PATCH 04/13] chore(release): 9.0.0-beta.3 [skip ci] ## [9.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.2...9.0.0-beta.3) (2025-02-04) ### Bug Fixes * **postgraphile:** allow sentry cors headers ([220b0ae](https://github.com/maevsi/maevsi_stack/commit/220b0ae307a8235d8fc2031ba830421ee46e3860)) * schedule release ([372be8f](https://github.com/maevsi/maevsi_stack/commit/372be8fdfc24c69bba50eafa747ac7cbb86bbc41)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45fe48ce..a57db90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.2...9.0.0-beta.3) (2025-02-04) + +### Bug Fixes + +* **postgraphile:** allow sentry cors headers ([220b0ae](https://github.com/maevsi/maevsi_stack/commit/220b0ae307a8235d8fc2031ba830421ee46e3860)) +* schedule release ([372be8f](https://github.com/maevsi/maevsi_stack/commit/372be8fdfc24c69bba50eafa747ac7cbb86bbc41)) + ## [9.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.1...9.0.0-beta.2) (2025-01-25) ### Features diff --git a/package.json b/package.json index 683d6b35..47d36946 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "9.0.0-beta.2", + "version": "9.0.0-beta.3", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From 2069400893ffef7856850291cc6a48cdfed93a67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Feb 2025 10:15:31 +0000 Subject: [PATCH 05/13] chore(release): 10.0.0-beta.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/9.1.2...10.0.0-beta.1) (2025-02-25) ### ⚠ BREAKING CHANGES * **postgres:** switch from alpine to debian variant (#156) ### Features * **postgres:** switch from alpine to debian variant ([#156](https://github.com/maevsi/maevsi_stack/issues/156)) ([2cf718c](https://github.com/maevsi/maevsi_stack/commit/2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83dc2609..d3986707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [10.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/9.1.2...10.0.0-beta.1) (2025-02-25) + +### ⚠ BREAKING CHANGES + +* **postgres:** switch from alpine to debian variant (#156) + +### Features + +* **postgres:** switch from alpine to debian variant ([#156](https://github.com/maevsi/maevsi_stack/issues/156)) ([2cf718c](https://github.com/maevsi/maevsi_stack/commit/2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c)) + ## [9.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/9.0.0-beta.2...9.0.0-beta.3) (2025-02-04) ### Bug Fixes diff --git a/package.json b/package.json index cc03cf49..73b974a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "9.0.0-beta.3", + "version": "10.0.0-beta.1", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From 6ef446cdd9892433dc24d6cd763a118d28e59661 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 26 Feb 2025 01:13:03 +0100 Subject: [PATCH 06/13] feat(postgres)!: rename maevsi's role secret --- README.md | 4 ++-- ...ssword.secret => role_maevsi_password.secret} | 0 ...late => role_maevsi_password.secret.template} | 0 ...ername.secret => role_maevsi_username.secret} | 0 ...late => role_maevsi_username.secret.template} | 0 src/development/stack.yml | 16 ++++++++-------- src/production/production.yml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) rename src/development/secrets/postgres/{role_maevsi-tusd_password.secret => role_maevsi_password.secret} (100%) rename src/development/secrets/postgres/{role_maevsi-tusd_password.secret.template => role_maevsi_password.secret.template} (100%) rename src/development/secrets/postgres/{role_maevsi-tusd_username.secret => role_maevsi_username.secret} (100%) rename src/development/secrets/postgres/{role_maevsi-tusd_username.secret.template => role_maevsi_username.secret.template} (100%) diff --git a/README.md b/README.md index 100807a1..eefad3c1 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,11 @@ This project is deployed in accordance to the [DargStack template](https://githu The `maevsi_postgraphile` database role's username. - - ### `postgres_role_maevsi-tusd_password` + - ### `postgres_role_maevsi_password` The `tusd` database role's password. - - ### `postgres_role_maevsi-tusd_username` + - ### `postgres_role_maevsi_username` The `tusd` database role's password. diff --git a/src/development/secrets/postgres/role_maevsi-tusd_password.secret b/src/development/secrets/postgres/role_maevsi_password.secret similarity index 100% rename from src/development/secrets/postgres/role_maevsi-tusd_password.secret rename to src/development/secrets/postgres/role_maevsi_password.secret diff --git a/src/development/secrets/postgres/role_maevsi-tusd_password.secret.template b/src/development/secrets/postgres/role_maevsi_password.secret.template similarity index 100% rename from src/development/secrets/postgres/role_maevsi-tusd_password.secret.template rename to src/development/secrets/postgres/role_maevsi_password.secret.template diff --git a/src/development/secrets/postgres/role_maevsi-tusd_username.secret b/src/development/secrets/postgres/role_maevsi_username.secret similarity index 100% rename from src/development/secrets/postgres/role_maevsi-tusd_username.secret rename to src/development/secrets/postgres/role_maevsi_username.secret diff --git a/src/development/secrets/postgres/role_maevsi-tusd_username.secret.template b/src/development/secrets/postgres/role_maevsi_username.secret.template similarity index 100% rename from src/development/secrets/postgres/role_maevsi-tusd_username.secret.template rename to src/development/secrets/postgres/role_maevsi_username.secret.template diff --git a/src/development/stack.yml b/src/development/stack.yml index 39058547..998874c3 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -61,12 +61,12 @@ secrets: postgres_role_maevsi-postgraphile_username: # The `maevsi_postgraphile` database role's username. file: ./secrets/postgres/role_maevsi-postgraphile_username.secret - postgres_role_maevsi-tusd_password: + postgres_role_maevsi_password: # The `tusd` database role's password. - file: ./secrets/postgres/role_maevsi-tusd_password.secret - postgres_role_maevsi-tusd_username: + file: ./secrets/postgres/role_maevsi_password.secret + postgres_role_maevsi_username: # The `tusd` database role's password. - file: ./secrets/postgres/role_maevsi-tusd_username.secret + file: ./secrets/postgres/role_maevsi_username.secret postgres_user: # The database's default user. file: ./secrets/postgres/user.secret @@ -211,9 +211,9 @@ services: target: /run/environment-variables/NUXT_TURNSTILE_SECRET_KEY - source: postgres_db target: /run/environment-variables/PGDATABASE - - source: postgres_role_maevsi-tusd_password + - source: postgres_role_maevsi_password target: /run/environment-variables/PGPASSWORD - - source: postgres_role_maevsi-tusd_username + - source: postgres_role_maevsi_username target: /run/environment-variables/PGUSER user: node:node # files created inside a docker container, like node_modules by pnpm, gain correct permissions by setting the user to `node` volumes: @@ -398,8 +398,8 @@ services: - postgres_role_grafana_username - postgres_role_maevsi-postgraphile_password - postgres_role_maevsi-postgraphile_username - - postgres_role_maevsi-tusd_password - - postgres_role_maevsi-tusd_username + - postgres_role_maevsi_password + - postgres_role_maevsi_username - sqitch_target volumes: - ../../../sqitch/:/srv/app/ diff --git a/src/production/production.yml b/src/production/production.yml index 73d67d1e..d6b04b97 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -88,9 +88,9 @@ services: target: /run/environment-variables/NUXT_TURNSTILE_SECRET_KEY - source: postgres_db target: /run/environment-variables/PGDATABASE - - source: postgres_role_maevsi-tusd_password + - source: postgres_role_maevsi_password target: /run/environment-variables/PGPASSWORD - - source: postgres_role_maevsi-tusd_username + - source: postgres_role_maevsi_username target: /run/environment-variables/PGUSER volumes: - ./configurations/postgraphile/jwtRS256.key.pub:/run/environment-variables/NUXT_PUBLIC_VIO_AUTH_JWT_PUBLIC_KEY:ro From 2bb34661fed83253e9033aae0065d1b81477981b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2025 00:15:59 +0000 Subject: [PATCH 07/13] chore(release): 10.0.0-beta.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.1...10.0.0-beta.2) (2025-02-26) ### ⚠ BREAKING CHANGES * **postgres:** rename maevsi's role secret ### Features * **postgres:** rename maevsi's role secret ([6ef446c](https://github.com/maevsi/maevsi_stack/commit/6ef446cdd9892433dc24d6cd763a118d28e59661)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3986707..44ab26cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [10.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.1...10.0.0-beta.2) (2025-02-26) + +### ⚠ BREAKING CHANGES + +* **postgres:** rename maevsi's role secret + +### Features + +* **postgres:** rename maevsi's role secret ([6ef446c](https://github.com/maevsi/maevsi_stack/commit/6ef446cdd9892433dc24d6cd763a118d28e59661)) + ## [10.0.0-beta.1](https://github.com/maevsi/maevsi_stack/compare/9.1.2...10.0.0-beta.1) (2025-02-25) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 73b974a2..553bed82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "10.0.0-beta.1", + "version": "10.0.0-beta.2", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From 5499f64c68fb78ae0539ff36572cfeebcb6718cd Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 26 Feb 2025 02:00:04 +0100 Subject: [PATCH 08/13] fix(postgres): use official postgis image --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index 998874c3..3d8c0cf8 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -325,7 +325,7 @@ services: POSTGRES_DB_FILE: /run/secrets/postgres_db POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password POSTGRES_USER_FILE: /run/secrets/postgres_user - image: quay.io/debezium/postgres:17 # alpine variant does not include PostGIS + image: postgis/postgis:17-3.5-alpine # # Expose ports (only) e.g. to generate a database graph image or similar. # ports: # - 5432:5432 From 880367a9c031c7ce0ad0648b6cf57100d19f806f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2025 01:16:51 +0000 Subject: [PATCH 09/13] chore(release): 10.0.0-beta.3 [skip ci] ## [10.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.2...10.0.0-beta.3) (2025-02-26) ### Bug Fixes * **postgres:** use official postgis image ([5499f64](https://github.com/maevsi/maevsi_stack/commit/5499f64c68fb78ae0539ff36572cfeebcb6718cd)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ab26cb..ab41bc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [10.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.2...10.0.0-beta.3) (2025-02-26) + +### Bug Fixes + +* **postgres:** use official postgis image ([5499f64](https://github.com/maevsi/maevsi_stack/commit/5499f64c68fb78ae0539ff36572cfeebcb6718cd)) + ## [10.0.0-beta.2](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.1...10.0.0-beta.2) (2025-02-26) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 553bed82..6fa2839b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "10.0.0-beta.2", + "version": "10.0.0-beta.3", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From a2a29f49c307a704ea4b1a7ed0fc9291a2cee304 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 26 Feb 2025 02:40:10 +0100 Subject: [PATCH 10/13] fix(postgres): mount entrypoint as file So that the base image's entrypoints run as well. --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index 3d8c0cf8..c29146c3 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -341,7 +341,7 @@ services: volumes: - /run/:/run/ # Make PGSQL socket available. # #DARGSTACK-REMOVE - postgres_data:/var/lib/postgresql/data/ - - ../production/configurations/postgres/docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/:ro + - ../production/configurations/postgres/docker-entrypoint-initdb.d/additional-databases.sh:/docker-entrypoint-initdb.d/additional-databases.sh:ro prometheus: # You can access the metrics monitoring at [prometheus.localhost](https://prometheus.localhost/). deploy: From 3aff283ebf0f12506db107605713a61b2f04739a Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 26 Feb 2025 02:42:13 +0100 Subject: [PATCH 11/13] fix(postgres): enable logical replication --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index c29146c3..0fe5dd7c 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -319,7 +319,7 @@ services: - ../production/configurations/postgraphile/.postgraphilerc.js:/postgraphile/.postgraphilerc.js:ro postgres: # You can access the database via `adminer`. - command: -c maevsi.jwt_expiry_duration='1 month' + command: -c maevsi.jwt_expiry_duration='1 month' -c wal_level=logical environment: POSTGRES_ADDITIONAL_DBS: grafana POSTGRES_DB_FILE: /run/secrets/postgres_db From c95835425eb1540cae8aa5fde70c3df4072aab46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2025 01:44:20 +0000 Subject: [PATCH 12/13] chore(release): 10.0.0-beta.4 [skip ci] ## [10.0.0-beta.4](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.3...10.0.0-beta.4) (2025-02-26) ### Bug Fixes * **postgres:** enable logical replication ([3aff283](https://github.com/maevsi/maevsi_stack/commit/3aff283ebf0f12506db107605713a61b2f04739a)) * **postgres:** mount entrypoint as file ([a2a29f4](https://github.com/maevsi/maevsi_stack/commit/a2a29f49c307a704ea4b1a7ed0fc9291a2cee304)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab41bc93..70863a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.0.0-beta.4](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.3...10.0.0-beta.4) (2025-02-26) + +### Bug Fixes + +* **postgres:** enable logical replication ([3aff283](https://github.com/maevsi/maevsi_stack/commit/3aff283ebf0f12506db107605713a61b2f04739a)) +* **postgres:** mount entrypoint as file ([a2a29f4](https://github.com/maevsi/maevsi_stack/commit/a2a29f49c307a704ea4b1a7ed0fc9291a2cee304)) + ## [10.0.0-beta.3](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.2...10.0.0-beta.3) (2025-02-26) ### Bug Fixes diff --git a/package.json b/package.json index 6fa2839b..aad41fd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "10.0.0-beta.3", + "version": "10.0.0-beta.4", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ", From bdddfa09c290452577274ae1eb6f06afac13bb5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2025 02:44:43 +0000 Subject: [PATCH 13/13] chore(release): 10.0.0-beta.5 [skip ci] ## [10.0.0-beta.5](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.4...10.0.0-beta.5) (2025-02-26) ### Features * **postgres:** create roles in entrypoint ([c2be365](https://github.com/maevsi/maevsi_stack/commit/c2be365df2d69f819adc0b109964296753226ff2)) ### Bug Fixes * **maevsi-beta:** readd vio environment ([0573451](https://github.com/maevsi/maevsi_stack/commit/05734512145f9b9e1e9544cc374845977dcfa71c)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95b2c92..0d03c5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [10.0.0-beta.5](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.4...10.0.0-beta.5) (2025-02-26) + +### Features + +* **postgres:** create roles in entrypoint ([c2be365](https://github.com/maevsi/maevsi_stack/commit/c2be365df2d69f819adc0b109964296753226ff2)) + +### Bug Fixes + +* **maevsi-beta:** readd vio environment ([0573451](https://github.com/maevsi/maevsi_stack/commit/05734512145f9b9e1e9544cc374845977dcfa71c)) + ## [10.0.0-beta.4](https://github.com/maevsi/maevsi_stack/compare/10.0.0-beta.3...10.0.0-beta.4) (2025-02-26) ### Bug Fixes diff --git a/package.json b/package.json index 4be835a8..e356e43a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maevsi_stack", "private": true, - "version": "10.0.0-beta.4", + "version": "10.0.0-beta.5", "description": "DargStack configuration for maevsi.", "repository": "https://github.com/maevsi/maevsi_stack.git", "author": "Jonas Thelemann ",