Skip to content

Commit 3566452

Browse files
authored
Merge pull request #270 from 1Password/release/v2.3.0
Prepare Connect Release/v2.3.0
2 parents f39e34d + 43b1867 commit 3566452

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

charts/connect/CHANGELOG.md

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

13+
[//]: # (START/v2.3.0)
14+
# v2.3.0
15+
16+
# Features
17+
* Connect Helm chart supports `operator.allowEmptyValues` value to configure the Operator's `--allow-empty-values` flag. Empty secret field values are skipped by default. (#264)
18+
* Connect Helm chart supports configurable `securityContext` and is Pod Security Standards (Restricted) compliant, so it can run in restricted namespaces without Pod Security Admission warnings. (#192, #210, #223)
19+
* README values tables are now auto-generated from `values.yaml` for consistency. (#268)
20+
* Connect Helm chart supports operator trust for self-signed or internal CA certificates via `operator.tls.trust.secret`. (#171, #200)
21+
22+
# Fixes
23+
* Connect Helm chart now uses `operator.serviceAccountToken.key` for the operator’s service account token instead of `operator.token.key`. (#266)
24+
* Connect Helm chart supports a custom ServiceAccount for the Connect deployment, allowing a dedicated or pre-existing service account to be specified. (#249)
25+
* Fix expired dev Slack link in README. {#265}
26+
* Hide the credentials warning when `connect.credentials_base64` is set, since credentials are already provided. (#84)
27+
* Fix credential secret when set from values with correct encoding and mount credentials as a file with `OP_SESSION` pointing to the path. (#196)
28+
* 1Password Operator image is updated to v1.11.0 to brings fixes for the operator.
29+
1330
[//]: # (START/v2.2.1)
1431
# v2.2.1
1532

@@ -156,7 +173,7 @@ If you require external access to Connect, you can still set `connect.serviceTyp
156173
## Features
157174
* Connect's log level can now be specified using connect.api.loglevel and connect.sync.logLevel. {#135}
158175
* The default Connect version is updated to v1.7.1.
159-
* Connect's profiler can now be enabled through the Helm chart to help 1Password debug memory and performance issues. {#157}
176+
* Connect's profiler can now be enabled through the Helm chart to help 1Password debug memory and performance issues. {#157}
160177

161178
## Fixes
162179
* Ingress now correctly works if TLS is enabled. {#140}

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.2.1
3+
version: 2.3.0
44
description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator
55
keywords:
66
- "1Password"

charts/connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ To disable this, you can run `helm install` with the [`--skip-crds` flag](https:
204204
| operator.token.name | string | `"onepassword-token"` | The name of Kubernetes Secret containing the 1Password Connect API token |
205205
| operator.token.value | string | `nil` | An API token generated for 1Password Connect to be used by the 1Password Operator |
206206
| operator.tolerations | list | `[]` | List of tolerations to be added to the Operator pods. |
207-
| operator.version | string | `"1.10.1"` | The 1Password Operator version to pull |
207+
| operator.version | string | `"1.11.0"` | The 1Password Operator version to pull |
208208
| operator.watchNamespace | list | `[]` | A list of namespaces for the 1Password Operator to watch and manage. Use the empty list to watch all namespaces. |

charts/connect/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ operator:
292292
pollingInterval: 600
293293

294294
# -- The 1Password Operator version to pull
295-
version: "1.10.1"
295+
version: "1.11.0"
296296

297297
# -- Pod securityContext to be added to the Operator pods.
298298
podSecurityContext:

0 commit comments

Comments
 (0)