Skip to content

Releases: spinnaker/keel

v0.189.0

13 Apr 22:12
15a0da7
Compare
Choose a tag to compare
v0.189.0 Pre-release
Pre-release

Features

keel v0.188.0

13 Apr 00:12
acf3857
Compare
Choose a tag to compare

Bug Fixes

  • constraint: add artifact reference where it was missed (#1908) (3f0f638)
  • docker: use includeDetails query string when getting docker images (#1907) (43f6199)
  • notification: try and send notification when deploy task fails (#1910) (5315420)
  • notifications: only notify on config update (#1911) (1b19457)

Features

v0.187.0

06 Apr 22:11
eeaad1d
Compare
Choose a tag to compare
v0.187.0 Pre-release
Pre-release

Bug Fixes

  • verif: use env lease to address race condition (#1906) (eeaad1d)

Features

  • environments: create a new version of an environment when any resources change or are added (#1905) (7c7424b)

keel v0.186.1

31 Mar 21:01
67c7f63
Compare
Choose a tag to compare

Bug Fixes

  • diff: Fix diff to return only what's actually changed (#1903) (67c7f63)

v0.186.0

30 Mar 22:14
dbe1677
Compare
Choose a tag to compare

Bug Fixes

Features

  • mj: update mj slack messages when judged via api (#1901) (dbe1677)

keel v0.185.1

19 May 16:03
d09c9d9
Compare
Choose a tag to compare

acf3857 feat(plugins): Add callback API for constraint state changes (#1915)
43f6199 fix(docker): use includeDetails query string when getting docker images (#1907)
b02d444 Merge pull request #132 in SPKR/keel-nflx from add-version-timestamps to master (#1916)
cefaf9b Refactor resource versioning (#1914)
3ae72b5 feat(dgs): added dgs (#1913)
2ad2ed8 feat(admin): api to force skip and fail (#1912)
1b19457 fix(notifications): only notify on config update (#1911)
3f0f638 fix(constraint): add artifact reference where it was missed (#1908)
5315420 fix(notification): try and send notification when deploy task fails (#1910)
f601a19 fix(test): fix occasional failing sql test (#1909)
eeaad1d fix(verif): use env lease to address race condition (#1906)
7c7424b feat(environments): create a new version of an environment when any resources change or are added (#1905)
132fb20 chore(*): Remove inadvertently added oss folder (#1904)
67c7f63 fix(diff): Fix diff to return only what's actually changed (#1903)
0e516af chore(release): Move from Bintray to Nexus (#1902)
dbe1677 feat(mj): update mj slack messages when judged via api (#1901)
38eda91 fix(events): Add VerificationBlockedActuation (#1899)

v0.185.0

23 Mar 22:30
1944129
Compare
Choose a tag to compare
v0.185.0 Pre-release
Pre-release

Bug Fixes

  • resource: don't show error if verification prevents actuation (#1885) (0ff1053)
  • slack: launch a modal with the full commit (#1887) (8171db6)

Features

  • build: publish to maven central, switch groupId to io.spinnaker.keel (#1889) (e69ce1d)
  • mj: don't time out manual judgement (#1886) (ba73d00)

keel v0.184.1

18 Mar 20:30
038853a
Compare
Choose a tag to compare
keel v0.184.1 Pre-release
Pre-release

Bug Fixes

  • constraints: require artifact reference in constraint state (#1880) (133b4c3)
  • plugins: Convert StatefulConstraintEvaluator and StatelessConstraintEvaluator to interfaces (#1883) (0d3a85a)

v0.184.0

16 Mar 22:29
a303acb
Compare
Choose a tag to compare
v0.184.0 Pre-release
Pre-release

Bug Fixes

  • AMIs: get the base image name, not the base image's base image name (#1866) (d5c7a4b)
  • AMIs: only consider images with the same base os when checking if we need to bake (#1867) (6cc107c)
  • artifacts: Fix Docker artifact exclusion filter by tag (#1857) (fde8e00)
  • artifacts: Retry the artifact registered check on delivery config upsert (#1856) (ad79572)
  • envts: initial work to fix verification/deployment races (#1865) (d6ffb2c), closes #1830 #1831
  • export: Gracefully handle task/pipeline execution not found when exporting deploy strategy (#1852) (73d5fcc)
  • mj: remove buttons, change text location (#1870) (174e44e)
  • mj + slack: log exception, guess at fixing (#1869) (7a2ac08)
  • notification: only send delivery config changed if changed (#1874) (9d13dcd)
  • slack: approved -> approve (#1860) (b449878)
  • slack: truncate long commits to 300 chars (#1878) (a303acb)

Features

  • constraints: freeze status of stateless constraints when artifact approved (#1850) (f9f2fb5)
  • env: put env exclusion enforcer behind feature flag (#1872) (1d86844)
  • notifications: add delivery config updated notifications (#1864) (4376a31)
  • slack: hide long commit msgs, show in modal (#1862) (b17984a)
  • slack: updating notifications based on user feedback (#1855) (933ed56)

v0.183.0

09 Mar 22:30
59b3742
Compare
Choose a tag to compare

Bug Fixes

Features