Skip to content

Commit

Permalink
v0.189.3 SQLX images now include scripts and programs necessary to fe…
Browse files Browse the repository at this point in the history
…tch database credentials from AWS secrets manager (#694)

* v0.189.3 SQLX images now include scripts and programs necessary to fetch database credentials from AWS secrets manager
* Moved scripts and programs to image with migrations
* Enable pipefile mode
  • Loading branch information
zaychenko-sergei authored Jul 2, 2024
1 parent 2eedf5b commit 4e3be36
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 127 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.189.3] - 2024-07-02
### Fixed
- SQLX images now include scripts and programs necessary to fetch database credentials from AWS secrets manager

## [0.189.2] - 2024-07-01
### Fixed
- AWS secret stores both user name and password, so database username should be a secret too.
Expand Down
Loading

0 comments on commit 4e3be36

Please sign in to comment.