Releases: keel-hq/keel
Releases · keel-hq/keel
0.20.0-beta.2
What's Changed
- feat: Allow poll trigger to work with glob and regexp (#745) by @imranismail
- chore: remove refs to deprecated io/ioutil (#778) by @testwill
- Fix github webhook payload detection logic (#728) by @chakrit
- New keel.sh/monitorContainers annotation to allow explicitly setting which containers should be monitored
- Update GO to 1.22 and bump dependencies with vulnerabilities
- Add dockerignore file to re-use already built images
- Add Image Pull Secrets to Deployment Template by @gelugu (#758)
- Update Go Version to 1.21 by @knechtionscoding (#751)
- Added Github Workflow to use the self-hosted Github repository as a Helm Chart Repository through Github Pages
- Create debug container to allow GO remote debugging
- Add integration with Azure Pipelines
- Add compose files to setup local development containers
Full Changelog: 0.19.2...0.20.0-beta.2
0.20.0-beta.1
What's Changed
- New keel.sh/monitorContainers annotation to allow explicitly setting which containers should be monitored
- Update GO to 1.22 and bump dependencies with vulnerabilities
- Add dockerignore file to re-use already built images
- Add Image Pull Secrets to Deployment Template by @gelugu (#758)
- Update Go Version to 1.21 by @knechtionscoding (#751)
- Added Github Workflow to use the self-hosted Github repository as a Helm Chart Repository through Github Pages
- Create debug container to allow GO remote debugging
- Add integration with Azure Pipelines
- Add compose files to setup local development containers
Full Changelog: 0.19.2...0.20.0-beta.1
0.20.0-beta
What's Changed
- Add dockerignore file to re-use already built images
- Add Image Pull Secrets to Deployment Template by @gelugu (#758)
- Update Go Version to 1.21 by @knechtionscoding (#751)
- Added Github Workflow to use the self-hosted Github repository as a Helm Chart Repository through Github Pages
- Create debug container to allow GO remote debugging
- Add integration with Azure Pipelines
- Add compose files to setup local development containers
Full Changelog: 0.19.2...0.20.0-beta
Helm Chart v1.0.4
This is only a release for the Helm Chart. Charts are now hosted in the primary repository at: https://keel-hq.github.io/keel/
0.19.2
0.19.1
What's Changed
- Remove test logs from development by @hotpheex in #736
- Update Go to 1.20.5 by @erickpeirson in #738
New Contributors
- @erickpeirson made their first contribution in #738
Full Changelog: 0.19.0...0.19.1
0.19.0
What's Changed
- bump release to 0.18.1 by @rusenask in #722
- feat: initContainers by @joebowbeer in #734
- Discord notifications by @hotpheex in #735
- Update to slack-go/slack v0.12.2 by @blakebarnett in #729
New Contributors
- @joebowbeer made their first contribution in #734
- @hotpheex made their first contribution in #735
Full Changelog: 0.18.1...0.19.0
0.18.1
0.18.0
0.17.0-rc1
Added:
- Helm v3 support, big thanks to @nnt1054
Fixed:
- Allow 2 point versions like 10.4, thanks @stickycode