Release Candidate 1 for 3.0.0
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
- @iThom made their first contribution in #22
- @samzong made their first contribution in #40
- @YoranSys made their first contribution in #32
Full Changelog: 2.0.0-beta2...v3.0.0-rc1