Skip to content

Commit

Permalink
Prep v0.0.18 release (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan authored Aug 31, 2021
1 parent d6e671f commit 6e5365e
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.18 (2021-08-31)
- Fix pip cache directory to be on emptyDir mount [#181](https://github.com/pulumi/pulumi-kubernetes-operator/pull/181)
- Add `useLocalStackOnly` option to prevent stack creation by the operator [#186](https://github.com/pulumi/pulumi-kubernetes-operator/pull/186)
- Fix config loading [#187](https://github.com/pulumi/pulumi-kubernetes-operator/pull/187)
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.17
image: pulumi/pulumi-kubernetes-operator:v0.0.18
args:
- "--zap-level=error"
volumeMounts:
Expand Down

0 comments on commit 6e5365e

Please sign in to comment.