Skip to content

Commit

Permalink
Prep v1.1.0 release (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan authored Oct 27, 2021
1 parent f82b2cc commit 20f5bef
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)

## 1.1.0 (2021-10-27)
- Avoid double install of dependencies [#230](https://github.com/pulumi/pulumi-kubernetes-operator/pull/230)
- Update to v3.16.0 of Pulumi [#230](https://github.com/pulumi/pulumi-kubernetes-operator/pull/230)

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:v1.0.0
image: pulumi/pulumi-kubernetes-operator:v1.1.0
args:
- "--zap-level=error"
volumeMounts:
Expand Down

0 comments on commit 20f5bef

Please sign in to comment.