Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@mike-carey mike-carey released this 02 Jun 21:01
· 3 commits to main since this release
566f94b

What's Changed

  • Replaces all occurrences of set-output with new syntax by @mike-carey in #17
  • Loads SSM Parameters into environment or a viper instance by @mike-carey in #18

Full Changelog: v1.4.2...v1.5.0

Release Notes

  • Changes the name of the Collect function to WriteEnv and no longer requires a Service to be provided
  • LoadEnv will load SSM Parameters into the environment
  • LoadViper will load SSM Parameters into a viper instance