Releases: LukasW01/PostgreSQL-BRM
Releases · LukasW01/PostgreSQL-BRM
v1.3.2
Bump aws-sdk-s3 from 1.151.0 to 1.152.1 (#22) Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.151.0 to 1.152.1. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.3.1
⚠️ Breaking changes! ⚠️
Client-side encryption now a requirement for off-site storage!
A secure public and private key can be generated with the following command:
bundler exec rake pg_brm:key_gen
Then add it to your env.yaml:
crypt:
public_key: "public_key"
private_key: "private_key"