Skip to content

Commit 338bcd6

Browse files
Merge pull request #237 from 1Password/release/connect-2.0.2
Prepare release v2.0.2 for connect chart
2 parents 2aa5942 + 8244249 commit 338bcd6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

charts/connect/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
## Security
1111
* A user-friendly description of a security fix. {issue-number}
1212

13+
[//]: # (START/v2.0.2)
14+
# v2.0.2
15+
16+
## Fixes
17+
* Updated Operator version to include fix for panic when handling 1Password items with files ([onepassword-operator#209](https://github.com/1Password/onepassword-operator/issues/209)).
18+
19+
1320
[//]: # (START/v2.0.1)
1421
# v2.0.1
1522

charts/connect/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: connect
3-
version: 2.0.1
3+
version: 2.0.2
44
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
55
keywords:
66
- "1Password"

charts/connect/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ operator:
269269
pollingInterval: 600
270270

271271
# The 1Password Operator version to pull
272-
version: "1.9.0"
272+
version: "1.9.1"
273273

274274
# Node selector stanza for the Operator pod
275275
# See: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector

0 commit comments

Comments
 (0)