Highlights
Support for reference environment variables
Support for reference environment variables. All standard types: `secretkeyref`, `fieldRef` and `resourceFieldRef` are
support. This allows one to reference secrets, fields and resource fields from other resources in the same namespace.
Repo command
`mpyl repo` is new command group with the following subcommands:
- `status` shows the status of the repository in terms of branch checked out, revision and revisions since branching off from base (main/master).
- `init` allows you to initialize the local repository to prepare it for use with MPyL PR builds.
What's Changed
* [TECH-480] Remove the checkout scm step from the mpyl jenkinsfile to … by Jorg88 in https://github.com/Vandebron/mpyl/pull/160
* [TECH-474] Add .idea watchertasks to the gitignore since they are per… by Jorg88 in https://github.com/Vandebron/mpyl/pull/164
* [TECH-400] Add black cli as a dependency by SamTheisens in https://github.com/Vandebron/mpyl/pull/161
* Feature/tech 484 add support for normal secrets by Jorg88 in https://github.com/Vandebron/mpyl/pull/165
* [TECH-440] Implement a new way to get changes in branch that ignores … by Jorg88 in https://github.com/Vandebron/mpyl/pull/166
* Add an actual pull to update the local main branch when needed by Jorg88 in https://github.com/Vandebron/mpyl/pull/170
* fix/namespace interpolation for tag deployments by koeves in https://github.com/Vandebron/mpyl/pull/169
* feature/TECH 488 namespace logic by koeves in https://github.com/Vandebron/mpyl/pull/167
* Test {{ replacement for template by peterrutg in https://github.com/Vandebron/mpyl/pull/172
* Feature/tech 475 increase code coverage by Jorg88 in https://github.com/Vandebron/mpyl/pull/168
* Improve git change detection logic by SamTheisens in https://github.com/Vandebron/mpyl/pull/174
**Full Changelog**: https://github.com/Vandebron/mpyl/compare/1.0.8...1.0.9