Skip to content

Releases: keel-hq/keel

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

0.8.3

30 Mar 20:01
b8b3669
Compare
Choose a tag to compare

Fixes:

  • ECR issue #173, many thanks to @cparedes for reporting and fixing it!

0.8.2

27 Mar 13:12
179d11e
Compare
Choose a tag to compare

Added:

  • Ability to set environment variable INSECURE_REGISTRY=true to skip cert verification for private registries.

0.8.1

25 Mar 22:58
bfcf2b5
Compare
Choose a tag to compare

Fixed:

  • Issue with watchers not being setup when there was more than 1 non semver tag for the same image in the cluster #166

0.8.0

17 Mar 20:27
7ee5b67
Compare
Choose a tag to compare

New:

  • rollout history:
➜  kubectl rollout history deployment/whr
deployments "whr"
REVISION  CHANGE-CAUSE
41        keel automated update version 0.10.5 -> 0.10.6

added in #162

Fixed:

  • Deprecated format for GCR pubsub is no longer in use, fixed in #161

0.7.0-rc2

11 Mar 14:19
ef4d58b
Compare
Choose a tag to compare

Fixed:

  • Bug due to the approval identifier structure had to move to different API structure on approvals endpoint. Current API:

Method: POST
Endpoint: /v1/approvals

{
  "identifier": "default/myimage:1.5.5", // identifier for the approval request
  "action": "approve", // approve/reject/delete, defaults to "approve"
  "voter": "john",  
}

0.7.0-rc1

11 Mar 14:18
bc62041
Compare
Choose a tag to compare

Fixed:

  • Problem with 3rd party registries when it couldn't find manifest.
  • Force update not working. Refactored Kubernetes deployer to terminate the pods if tag hasn't change which would force pull new image.

Added:

  • HTTP endpoint to approve/reject/delete pending approval requests.

0.6.1

25 Feb 20:02
1c5590f
Compare
Choose a tag to compare

Added: