Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading