Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
## [2.1.2](metacontroller/metacontroller@v2.1.1...v2.1.2) (2022-01-22)

### Bug Fixes

* change invalid log message when InPlace update strategy is used ([1ca006e](metacontroller@1ca006e))
  • Loading branch information
semantic-release-bot committed Jan 22, 2022
1 parent 1ca006e commit d0989b4
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 @@
## [2.1.2](https://github.com/metacontroller/metacontroller/compare/v2.1.1...v2.1.2) (2022-01-22)


### Bug Fixes

* change invalid log message when InPlace update strategy is used ([1ca006e](https://github.com/metacontroller/metacontroller/commit/1ca006eeb3f4ecaca6776de53079186c161d93f1))

## [2.1.1](https://github.com/metacontroller/metacontroller/compare/v2.1.0...v2.1.1) (2022-01-17)


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: v2.1.1
appVersion: v2.1.1
version: v2.1.2
appVersion: v2.1.2
kubeVersion: '^1.8.0-0'
name: metacontroller
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:v2.1.1
image: metacontrollerio/metacontroller:v2.1.2
command: ["/usr/bin/metacontroller"]
args:
- --zap-log-level=4
Expand Down

0 comments on commit d0989b4

Please sign in to comment.