Skip to content

Commit

Permalink
Prep v0.0.20 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan authored Sep 27, 2021
1 parent baaff78 commit e5b696e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ CHANGELOG
=========

## HEAD (Unreleased)
(None)

## 0.0.20 (2021-09-27)
- Improve workdir cleanup logic [#195](https://github.com/pulumi/pulumi-kubernetes-operator/pull/195)
- Bump to Pulumi v3.13.0
- Bump to Pulumi v3.13.0 [#198](https://github.com/pulumi/pulumi-kubernetes-operator/pull/198)

## 0.0.19 (2021-09-02)
- Add support for safe upgrades and graceful shutdowns [#189](https://github.com/pulumi/pulumi-kubernetes-operator/pull/189)
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.19
image: pulumi/pulumi-kubernetes-operator:v0.0.20
args:
- "--zap-level=error"
volumeMounts:
Expand Down

0 comments on commit e5b696e

Please sign in to comment.