Skip to content

Releases: ACloudGuru/oprah

New target option to export

23 Jun 03:27
Compare
Choose a tag to compare

Added a new target option to export command. This allows export to JSON or ENV file.

Version 5.0.1

22 Jun 08:18
Compare
Choose a tag to compare

Upgraded all dependabot's reported vulnerabilities

Version 5.0.0

18 Jun 05:46
Compare
Choose a tag to compare

Removed

Dropped support for DDB provider

Version 4.0.3

03 May 03:46
1f484b3
Compare
Choose a tag to compare

Fix

  1. Oprah export command not working as expected #139

Chore

  1. Update dependabot alerts

Version 4.0.2

14 Mar 01:33
Compare
Choose a tag to compare

Reduce log for cf outputs

Version 4.0.1

14 Mar 01:22
113df18
Compare
Choose a tag to compare

Fix bug where variables from stacks were not interpolated correctly.

Version 4.0.0

14 Mar 00:17
Compare
Choose a tag to compare

This version introduces breaking changes in oprah fetch and cfOutputs configuration.

Before upgrading,

  1. ensure you update the oprah fetch command in your application to use the new signature.
  2. If you are using cfOutputs in your oprah.yml switch to using stacks instead.
  3. Minimum supported node version now is node12. It might still work with a lower version of Node but is not officially supported.

Chores

  1. Upgrade all packages to the latest
  2. Update to use native promises. Remove Bluebird.
  3. Update to use javascript array and object functions. Remove Lodash.
  4. Add support for nodejs 14
  5. Remove support for node 12 below. It might still work but not officially supported
  6. Add commitlint and codeowners

Features

  1. fetch command can fetch multiple configs.
  2. fetch command no longer requires passing the full path to config. It will pick the path prefix from oprah.yml.
  3. fetch command output can be parsed and used in scripts for automation.
  4. Add new property in oprah.yml called stacks. This allows interpolating output from cloud formation stacks.
  5. Remove cfOutputs property from oprah.yml.

Security updates

12 Jun 11:48
92d431e
Compare
Choose a tag to compare
v3.0.2

Bump version to 3.0.2

v3.0.1

12 Jun 11:24
a0f8bf5
Compare
Choose a tag to compare
Bump version to 3.0.1

v3.0.0

03 Nov 22:18
32e3041
Compare
Choose a tag to compare

Added

  • Prevent SSM from writing values unless it has changed

Removed

  • Dropped support for node 6