Skip to content

Releases: keel-hq/keel

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:

0.6.0

22 Feb 23:11
58e89c0
Compare
Choose a tag to compare

Fixed:

  • added GOOGLE_APPLICATION_CREDENTIALS to fix authentication problems, thanks @alitari

Added:

0.5.3

10 Jan 13:21
1495007
Compare
Choose a tag to compare

Updated:

0.5.2

04 Jan 10:35
1ef066f
Compare
Choose a tag to compare

Updated:

  • Further improvements on bot implementation, big thanks to @glower