Skip to content

v0.11.12

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 03:22
· 21 commits to main since this release

What's Changed

  • feat(mantle): support container and instance metadata AWS credential providers by @TreehouseFalcon in #202
  • Add diff command and write non-data logs to stderr by @blake-mealey in #204
    • Adds a mantle diff command to get an idea of what changes mantle deploy will make. You can view pretty output or specify JSON/YAML format. This is a first-pass and is far from perfect. Please give me your feedback on this.
    • Sends the "pretty" logging to stderr instead of stdout so that commands like outputs and diff can write data that can be piped between commands directly. This is technically a breaking chnage if you were relying on piping Mantle's output. If you were, you should be able to update your scripts to rely on stderr instead of stdout (e.g. in bash you would use 2> instead of >

New Contributors

Full Changelog: v0.11.10...v0.11.12