keel

Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates

MPL-2.0 License

Stars
2.3K
Committers
91
keel - 0.19.2 Latest Release

Published by rusenask 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keel-hq/keel/compare/0.19.1...0.19.2

keel - 0.19.1

Published by rusenask about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/keel-hq/keel/compare/0.19.0...0.19.1

keel - 0.19.0

Published by rusenask about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/keel-hq/keel/compare/0.18.1...0.19.0

keel - 0.18.1

Published by rusenask over 1 year ago

Lots of good stuff from @sjdaws @babs @PortableProgrammer

keel - 0.18.0

Published by rusenask over 1 year ago

keel - 0.17.0-rc1

Published by rusenask over 4 years ago

Added:

  • Helm v3 support, big thanks to @nnt1054

Fixed:

  • Allow 2 point versions like 10.4, thanks @stickycode
keel - 0.16.1

Published by rusenask over 4 years ago

Fixed:

  • GCR credentials plugin wasn't returning error correctly
  • Mail notifications, thanks @agrenott
keel - 0.16.0

Published by rusenask over 4 years ago

Added:

  • Native harbor webhooks, thanks to @beatsandpics
  • Bulk approval/reject via UI, thanks @smitthakkar96
  • Pending approval prometheus metrics gauge, thanks @foosinn

Fixed:

  • Default tiller address, thanks @rchenzheng
keel - 0.15.1

Published by rusenask over 4 years ago

Fixed:

  • private registry polling fix thanks to @dennismeissel
keel - 0.15.0

Published by rusenask about 5 years ago

keel - 0.15.0-rc2

Published by rusenask about 5 years ago

Various bug fixes

keel - 0.15.0-rc1

Published by rusenask over 5 years ago

Changes same as 0.14.3-rc1 but it does make sense to bump a minor semver number due to some bigger changes.


Added:

Fixed:

  • tiller connectivity issues
  • docs, chart updates - thanks to @botzill @mavimo @boxrick @arthurio
keel - 0.14.3-rc1

Published by rusenask over 5 years ago

Added:

Fixed:

  • tiller connectivity issues
  • docs, chart updates - thanks to @botzill @mavimo @boxrick
keel - 0.14.2

Published by rusenask over 5 years ago

Fixed:

  • long Slack messages are now posted as a file instead of formatted text to avoid Slack splitting them up and potentially hitting a rate limit.
keel - 0.14.1

Published by rusenask over 5 years ago

Fixed:

keel - 0.14.0

Published by rusenask over 5 years ago

  • Helm dep updated
  • More tests
  • Helm users can now specify secret name next to the image (when polling is used):
keel:  
  policy: major  
  trigger: poll
  pollSchedule: "@every 30m"
  images:
    - repository: image.repository
      tag: image.tag
      imagePullSecret: such-secret
  • Kubernetes manifest annotation or label keel.sh/imagePullSecret = your-secret-where-registry-creds-are
keel - 0.13.2

Published by rusenask over 5 years ago

Added:

  • basic auth for approvals endpoint
keel - 0.13.1

Published by rusenask over 5 years ago

Fixed:

  • Automatic fallback to http:// registry URL if it doesn't speak https:// and environment variable INSECURE_REGISTRY=true is set.
  • Chart values.yaml version wasn't updated to the current version
keel - 0.13.0

Published by rusenask almost 6 years ago

Added:

  • never policy - #322, thanks @orymate
  • GCR cluster name override - #324
  • Improving helm chart to allow for service serviceAnnotations - #316, thanks @boxrick
  • A lot more tests (end to end)
  • Got autobuild for charts.keel.sh working, thanks @rimusz !
  • New policies (glob and regexp):
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata: 
  name: wd
  namespace: default
  labels: 
      name: "wd"
  annotations:
      keel.sh/policy: "regexp:^([a-zA-Z]+)$"
apiVersion: extensions/v1beta1
kind: Deployment
metadata: 
  name: wd
  namespace: default
  labels: 
      name: "wd"
  annotations:
      keel.sh/policy: "glob:build-*"  # <- build-1, build-2, build-foo will match this. 

Fixed:

  • Better registry & secret compare - #301
  • Simplified polling and fixed a bug when a registry contained tags with metadata - #318
  • Fixed default approvals deadline for Helm provider
  • Webhook notifications now support proxy settings: c1f5512
keel - 0.13.0-rc3

Published by rusenask almost 6 years ago

Added:

Fixed: