Skip to content

v1.9.2 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 14:40
· 54 commits to refs/heads/master since this release
9f76b0e

Changes

🚀 Features

  • [Snyk] Security upgrade wheel from 0.37.1 to 0.38.0 @binbashdevops (#150)
    • Recommended update by Snyk.
  • ISSUE-153 added Dod-CCP reference to PR template @juanmatias (#154)
    • This is a checklist to be filled during PRs, aimed to cover most of the change implications.

🐛 Bug Fixes

  • ISSUE-163 Removed s3-key-by-parameter on init @juanmatias (#164)
    • This is a fix for #163
    • When initializing multiple layers using --layers option, the given key is wrong.
    • E.g. using --layers layer1,layer2 will check both layers, but the S3 Key in memory will remain the last one, so layer1 will be initialized with the key for layer2.