From 151392fb9b5386521bbf1884d1b90faf3a8d294f Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Fri, 8 Jul 2022 12:07:55 +0300 Subject: [PATCH 1/3] Update Connect to v1.5.5 --- CHANGELOG.md | 10 +++++++++- charts/connect/Chart.yaml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a8b92..c130958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,16 @@ --- +[//]: # (START/v1.8.1) +# v1.8.1 + +## Fixes +* Updated Connect to v1.5.5, which addresses some bugs. + +--- + [//]: # (START/v1.8.0) -# Latest +# v.1.8.0 ## Features * Updated Kubernetes Operator to v1.5.0, which adds the `type` and `status` for the `OnePasswordItem` CRD. {#101} diff --git a/charts/connect/Chart.yaml b/charts/connect/Chart.yaml index 3bdb441..38083cf 100644 --- a/charts/connect/Chart.yaml +++ b/charts/connect/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: connect -version: 1.8.0 +version: 1.8.1 description: A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator keywords: - "1Password" @@ -11,4 +11,4 @@ maintainers: - name: 1Password Secrets Integrations Team email: support+business@1password.com icon: https://avatars.githubusercontent.com/u/38230737 -appVersion: "1.5.4" +appVersion: "1.5.5" From e5fabf02af41fe0a215e47a7924e022ed6cb726c Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Thu, 14 Jul 2022 14:29:34 +0300 Subject: [PATCH 2/3] Update Connect to v1.5.6 --- charts/connect/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/connect/Chart.yaml b/charts/connect/Chart.yaml index 38083cf..4666418 100644 --- a/charts/connect/Chart.yaml +++ b/charts/connect/Chart.yaml @@ -11,4 +11,4 @@ maintainers: - name: 1Password Secrets Integrations Team email: support+business@1password.com icon: https://avatars.githubusercontent.com/u/38230737 -appVersion: "1.5.5" +appVersion: "1.5.6" From f6decd375c849929ef8cb806fa43981d6739ef32 Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Thu, 14 Jul 2022 14:30:58 +0300 Subject: [PATCH 3/3] Adjust changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c130958..2b5601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ # v1.8.1 ## Fixes -* Updated Connect to v1.5.5, which addresses some bugs. +* Updated Connect to v1.5.6, which addresses some bugs. ---