Skip to content

Commit

Permalink
Prep v0.0.22 (#219)
Browse files Browse the repository at this point in the history
* Prep v0.0.22

* Add changelog
  • Loading branch information
Vivek Lakshmanan authored Oct 11, 2021
1 parent 04d5ab0 commit e1c6fab
Show file tree
Hide file tree
Showing 2 changed files with 6 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.22 (2021-10-11)
- Make max reconciles configurable. Users can now set `MAX_CONCURRENT_RECONCILES` to limit concurrent reconciles (defaults to 10). [#213](https://github.com/pulumi/pulumi-kubernetes-operator/pull/213/)
- Nested secret outputs are now masked by default. [#216](https://github.com/pulumi/pulumi-kubernetes-operator/pull/216/)
- Add metrics support [#217](https://github.com/pulumi/pulumi-kubernetes-operator/pull/217)
Expand Down
4 changes: 3 additions & 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.21
image: pulumi/pulumi-kubernetes-operator:v0.0.22
args:
- "--zap-level=error"
volumeMounts:
Expand All @@ -39,4 +39,6 @@ spec:
value: "pulumi-kubernetes-operator"
- name: GRACEFUL_SHUTDOWN_TIMEOUT_DURATION
value: 5m
- name: MAX_CONCURRENT_RECONCILES
- value: 10
terminationGracePeriodSeconds: 300 # Should be same or larger than GRACEFUL_SHUTDOWN_TIMEOUT_DURATION

0 comments on commit e1c6fab

Please sign in to comment.