From 3bf23e90b6d27ba982a569d7c2cc0840e1bf98a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:54:45 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005d0c7..2ed66de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.1](https://github.com/nullplatform/services-postgresql-rds/compare/v0.1.0...v0.1.1) (2026-08-24) + + +### Bug Fixes + +* **rds-postgres-server:** grant KMS permissions for storage encryption CMK ([cd12953](https://github.com/nullplatform/services-postgresql-rds/commit/cd12953d598b817c8f8dda33b252dc9fca9eba82)) +* **rds-postgres-server:** grant kms:*Alias on the key resource too ([f4c2125](https://github.com/nullplatform/services-postgresql-rds/commit/f4c21257c7a00d1ac21652c43834f8feb4177589)) +* **rds-postgres-server:** grant kms:GetKeyPolicy for CMK read-back ([c3610c6](https://github.com/nullplatform/services-postgresql-rds/commit/c3610c6f738f8a96db3b9dffb27253c2c812f311)) +* **rds-postgres-server:** grant kms:ListAliases for alias read-back ([1019ad8](https://github.com/nullplatform/services-postgresql-rds/commit/1019ad8f0561d178a8e4de6c22ebadaab71bd876)) +* **rds-postgres-server:** grant tag-scoped KMS permissions for storage encryption ([0a903a4](https://github.com/nullplatform/services-postgresql-rds/commit/0a903a4ed8df97f8f8cf36142bbeacf2b787728a)) + ## [0.1.0](https://github.com/nullplatform/services-postgresql-rds/compare/v0.0.3...v0.1.0) (2026-08-24)