Skip to content

Releases: keel-hq/keel

0.9.1

03 Jun 13:15
356b4d8
Compare
Choose a tag to compare

Fixed:

  • Untracked images would still be watched by polling trigger #219
  • Slack approvals now work with private channels #218

Updated:

  • Keel is now installed into a specified namespace, thanks @dln

Added:

  • Unversioned Helm releases can now use image.digest chart value to force upgrade specific resource #214, thanks @so0k

0.9.0

26 May 12:47
38a82b2
Compare
Choose a tag to compare

Added:

  • DaemonSet, StatefulSet support
  • AWS ECR support
  • Various prometheus metrics

Fixed:

  • Approvals cache bug

0.9.0-rc5

30 Apr 10:34
0096ccc
Compare
Choose a tag to compare

Fixed:

  • Approvals not working due to cache bug in #204

0.9.0-rc4

29 Apr 21:04
ab8420c
Compare
Choose a tag to compare

Added:

  • Caching AWS ECR tokens. #203

0.9.0-rc3

29 Apr 17:03
08468c2
Compare
Choose a tag to compare

Added:

  • AWS ECR support for polling trigger. Required environment variables (#202):
export AWS_REGION=us-east-2 
export AWS_ACCESS_KEY_ID=AKIA..
export AWS_SECRET_ACCESS_KEY=hEZ... 

There were also changes like credentialshelper package addition which should make it a lot easier to add custom support for different authentication mechanisms.

0.9.0-rc2

24 Apr 08:29
5bc49d5
Compare
Choose a tag to compare

Fixes:

  • Prometheus labels
  • Uninitialised template spec annotations

0.9.0-rc1

20 Apr 20:14
689c921
Compare
Choose a tag to compare

Added:

  • Support for daemonsets, statefulsets #192 #68

0.8.6

19 Apr 07:01
f7f4ed1
Compare
Choose a tag to compare

New:

  • keel.sh/match-tag=true functionality for Kubernetes provider: #191, thanks to @azr !
  • Azure webhooks: #197, thanks to @alonisser !

0.8.5

04 Apr 21:47
1aea4ba
Compare
Choose a tag to compare

Added:

  • Optional delay during deletion of pods when force policy is used. Thanks to @hexsprite ! #177
  • Versioned tags with metadata affect only each other, ie: 1.1.0-staging will only update deployments with version 1.0.0-staging. Thanks @azr ! #182

0.8.4

01 Apr 10:05
8ae2990
Compare
Choose a tag to compare

Fixed:

  • Memory leak in polling trigger #178

Added:

  • Initial prometheus metrics, viewable at http://keel:9300/metrics