From a8a2fff05efb289243d4d03418fc154bc2d9beff Mon Sep 17 00:00:00 2001 From: Joris Coenen Date: Fri, 14 Jul 2023 15:22:26 +0200 Subject: [PATCH] Prepare release connect-1.12.0 --- charts/connect/CHANGELOG.md | 17 +++++++++++++++++ charts/connect/Chart.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/charts/connect/CHANGELOG.md b/charts/connect/CHANGELOG.md index f48ae57..17fbae4 100644 --- a/charts/connect/CHANGELOG.md +++ b/charts/connect/CHANGELOG.md @@ -12,6 +12,23 @@ --- +[//]: # (START/v1.11.0) +# v1.12.0 + +## Features +* Connect's log level can now be specified using connect.api.loglevel and connect.sync.logLevel. {#135} +* The default Connect version is updated to v1.7.1. +* Connect's profiler can now be enabled through the Helm chart to help 1Password debug memory and performance issues. {#157} + +## Fixes +* Ingress now correctly works if TLS is enabled. {#140} +* The operators's polling interval is now consistent with the readme's. {#147} +* The readme now correctly mentions the Connect's credential file must be base64-encoded. {#155} + +Thanks @antham, @akohlmann, @Altiire, @JoshCooley-alto for your contributions. + +--- + [//]: # (START/v1.11.0) # v1.11.0 diff --git a/charts/connect/Chart.yaml b/charts/connect/Chart.yaml index 6706f9a..9458f1e 100644 --- a/charts/connect/Chart.yaml +++ b/charts/connect/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: connect -version: 1.11.0 +version: 1.12.0 description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator keywords: - "1Password"