Changes / Updates
- Document usage of Profiles (#454) @toote
- Add metadata key prefix to support builds with independent clusters/registries (#432) @donbobka
- Pre-build image clarifications (#455) @toote
Fixes
- Secrets removal (#453) @toote
- We are not doing a major release because this option never worked 🤷🏻♀️ so removing it won't break anything
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v5.3.0:
+ docker-compose#v5.4.0:
image: someimage
workdir: /app