Skip to content

Releases: keel-hq/keel

0.9.4

24 Jun 13:47
d71be45
Compare
Choose a tag to compare

Changed:

  • Once approval is received and a workload is updated, deleting approval. This addresses an issue when no versioning is being used and after the initial approval, workloads would be updated due to a previously approved image. Initial investigation into digest checks reached a dead end as not all triggers provide digest. #222

0.9.3

17 Jun 22:02
df7ed4a
Compare
Choose a tag to compare

Added:

  • Ability to set default Docker registry authentication details to avoid secret lookup: #226

Example value:

DOCKER_REGISTRY_CFG={"auths":{"https://index.docker.io/v1/":{"username":"login","password":"somepass","email":"email@email.com","auth":"longbase64secret"}}}

0.9.2

05 Jun 14:49
74597f4
Compare
Choose a tag to compare

Fixed:

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