Skip to content

Release Candidate 1 for 3.0.0

Compare
Choose a tag to compare
@metal3d metal3d released this 26 Nov 23:16
· 29 commits to master since this release
v3.0.0-rc1
10b7a49

This version is a complete rewrite, no-compatible with v2.

What's Changed

  • Complete rewrite
  • The generated Helm Chart is, or "should be", complete and no need for changes for a large majority of compose projects
  • We are now able to manage static files in configMaps (to use only with configuration content, do not use this to manage sources)
  • Add nice features as capturing values from a service environment to link them in another one - or share an emptyDir and use a command to synchronize files
  • Many fixes on how the compose files are managed
  • A new way to manage values is using a katenary.yaml instead of using labels (labels override the values from katenary.yaml)
  • And so much to say that the documentation will tell you, which makes version 2 prehistoric 😉

Thanks to all contributors!

Important: some features may change from this release to the next one, especially concerning the katenary.yaml file.

New Contributors

Full Changelog: 2.0.0-beta2...v3.0.0-rc1