Skip to content

Commit

Permalink
Prep v0.0.17 release (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan authored Aug 19, 2021
1 parent a9ae26a commit 79822ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ CHANGELOG
=========

## HEAD (Unreleased)
(None)

## 0.0.17 (2021-08-18)

- Bump controller-runtime to support graceful shutdown/upgrades [#178](https://github.com/pulumi/pulumi-kubernetes-operator/pull/178)
- Update to v3.10.2 [#177](https://github.com/pulumi/pulumi-kubernetes-operator/pull/177)
Expand Down
2 changes: 1 addition & 1 deletion deploy/yaml/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
emptyDir: {}
containers:
- name: pulumi-kubernetes-operator
image: pulumi/pulumi-kubernetes-operator:v0.0.15
image: pulumi/pulumi-kubernetes-operator:v0.0.17
args:
- "--zap-level=error"
volumeMounts:
Expand Down

0 comments on commit 79822ef

Please sign in to comment.