Skip to content

Commit

Permalink
chore(release): 4.5.0
Browse files Browse the repository at this point in the history
# [4.5.0](v4.4.0...v4.5.0) (2022-09-13)

### Features

* **webhooks:** Select json deserialization mode of response: 'loose' (default) or 'strict' ([99bca2f](99bca2f)), closes [#572](#572)
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 99bca2f commit adae351
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.5.0](https://github.com/metacontroller/metacontroller/compare/v4.4.0...v4.5.0) (2022-09-13)


### Features

* **webhooks:** Select json deserialization mode of response: 'loose' (default) or 'strict' ([99bca2f](https://github.com/metacontroller/metacontroller/commit/99bca2fbe1c5fa20fee016dffd5856761ee90cc3)), closes [#572](https://github.com/metacontroller/metacontroller/issues/572)

# [4.4.0](https://github.com/metacontroller/metacontroller/compare/v4.3.9...v4.4.0) (2022-09-08)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/metacontroller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: v4.4.0
appVersion: v4.4.0
version: v4.5.0
appVersion: v4.5.0
kubeVersion: '^1.14.0-0'
name: metacontroller-helm
description: Writing kubernetes controllers can be simple
Expand Down
2 changes: 1 addition & 1 deletion manifests/production/metacontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: metacontroller
containers:
- name: metacontroller
image: metacontrollerio/metacontroller:v4.4.0
image: metacontrollerio/metacontroller:v4.5.0
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit adae351

Please sign in to comment.