2.0.19
What's Changed
- ✨feature: update dev container by @maxisam in #88
- 🚀feat: use docker oci registry by @maxisam in #91
- 📑docs: update readme by @maxisam in #92
- Handle secrets in env by @maxisam in #94
- Add repo helm chart as backup by @maxisam in #95
- Update environment variable naming convention by @maxisam in #98
Breaking Change
In this PR, there is a breaking change because the original solution doesn't work in real environment.
In bash, it is not possible to use "-" as environment name, so the new rules are
-
will turn into_
- double __ will be used as a separator
more details in #98
Full Changelog: 2.0.18...2.0.19