Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
update CHANGELOG-0.10.md with 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hihilla committed Feb 15, 2021
1 parent 9c1d254 commit 4aba100
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG-0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
they reach the api server. For debugging issues with YAML
serializing/deserializing, for instance.
It is now possible using `shipperctl chart render` commands ([#374][])
* Shipper now rejects all modifications to the `environment` field of
all releases. This fixes an issue where users would modify this
field and cause an unsupported behavior ([#357][])
* Shipper now exposes metrics on the health of the webhook. For now,
that includes the time that the SSL certificate expires, and a secondly
heartbeat ([#366][])
Expand All @@ -47,6 +44,12 @@
* Shipper now exposes metrics that measure time from Application
creation/modification to Chart Installation ([#383][])

### Bug fixes
* Shipper now rejects all modifications to the `environment` field of
all releases. This fixes an issue where users would modify this
field and cause an unsupported behavior ([#357][])
* Fix dropping pods when moving back in the strategy([#387][])

### Migrating to 0.10

- Run `shipperctl clusters setup management`, `shipperctl clusters
Expand Down Expand Up @@ -79,4 +82,5 @@
[#374]: https://github.com/bookingcom/shipper/pull/374
[#380]: https://github.com/bookingcom/shipper/pull/380
[#383]: https://github.com/bookingcom/shipper/pull/383
[#387]: https://github.com/bookingcom/shipper/pull/387
[failure policy]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#failure-policy

0 comments on commit 4aba100

Please sign in to comment.