From b59e7c2214c18e1a5b3b9c8ea9872a9b283afe50 Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 3 Jul 2024 10:50:11 +0300 Subject: [PATCH 1/5] Release 0.7.3 --- charts/gitops-runtime/Chart.yaml | 16 ++++------------ charts/gitops-runtime/README.md | 4 ++-- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 154532f3..6fb62796 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.50 +appVersion: 0.1.51 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: 0.7.2 +version: 0.7.3 home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,15 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: | - kind: changed - description: "removed promotion-related notifications from argocd-notifications-controller" - - kind: changed - description: "update gitops operator and switch gitops operator to library mode - set ArgoCD image for notifications controller to match other ArgoCD components and set correct workflows url from chart values, stop suspend workflow wrappers in case of degraded apps, and add omitted condition to wrapper workflow" - - kind: changed - description: "updated cap-app-proxy to 1.2875.0, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab; new query promotablePropertiesPreview" - - kind: security - description: "update tunnel client image to a new in-support alpine version" - - kind: changed - description: "update argo-cd to 6.7.18-4-cap-2.10-2024.6.17-77e06d0f6 with v2 event-reporter support of CA cert" + description: "update gitops operator: automated release helm chart and image, restart from failed step and publish error in resume/retry to codefresh platform" dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm @@ -49,7 +41,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 1.0.24 + version: 0.1.3 alias: gitops-operator condition: gitops-operator.enabled - name: garage diff --git a/charts/gitops-runtime/README.md b/charts/gitops-runtime/README.md index 4b87bf53..31e7d16a 100644 --- a/charts/gitops-runtime/README.md +++ b/charts/gitops-runtime/README.md @@ -1,5 +1,5 @@ ## Codefresh gitops runtime -![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![AppVersion: 0.1.50](https://img.shields.io/badge/AppVersion-0.1.50-informational?style=flat-square) +![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square) ![AppVersion: 0.1.51](https://img.shields.io/badge/AppVersion-0.1.51-informational?style=flat-square) ## Prerequisites @@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue: The utility is packaged in a container image. Below are instructions on executing the utility using Docker: ``` -docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.7.2 +docker run -v :/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.7.3 ``` `output_dir` - is a local directory where the utility will output files.
`local_registry` - is your local registry where you want to mirror the images to From 848790d9270569363bea64fd9c3a4aee6afbc451 Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Fri, 5 Jul 2024 14:00:09 +0300 Subject: [PATCH 2/5] test 0.1.4 operator without argo-cd --- charts/gitops-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index f7bf38d5..615f6b45 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -21,7 +21,7 @@ annotations: dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm - version: 6.11.1-3-cap-2.11-2024.7.3-c0941bcb4 + version: 6.11.1-1-cap-2.11-2024.6.26-5cebdff8d - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.0.9-1-cap-CR-19893 @@ -43,7 +43,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.1.5 + version: 0.1.4 alias: gitops-operator condition: gitops-operator.enabled - name: garage From 9f2f9d7f1fb3e20ff58e2f3de05877d47fd2f08b Mon Sep 17 00:00:00 2001 From: Eti Zaguri Date: Fri, 5 Jul 2024 14:00:57 +0300 Subject: [PATCH 3/5] Update Chart.yaml --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 615f6b45..5ea38bcf 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -21,7 +21,7 @@ annotations: dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm - version: 6.11.1-1-cap-2.11-2024.6.26-5cebdff8d + version: 6.11.1-3-cap-2.11-2024.7.3-c0941bcb4 - name: argo-events repository: https://codefresh-io.github.io/argo-helm version: 2.0.9-1-cap-CR-19893 From 111b20872289ce003fc07f431b8ddb25dda7738e Mon Sep 17 00:00:00 2001 From: eti-codefresh Date: Fri, 5 Jul 2024 14:09:15 +0300 Subject: [PATCH 4/5] Empty commit From 124ddda7bfb017cb3616bd8262cdb277f16a2963 Mon Sep 17 00:00:00 2001 From: Kim Date: Sun, 7 Jul 2024 11:32:13 +0300 Subject: [PATCH 5/5] fix: remove security fixes --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 5ea38bcf..b83709ba 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -15,7 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: | - kind: changed - description: "update gitops operator: automated release helm chart and image, restart from failed step and publish error in resume/retry to codefresh platform, security fixes" + description: "update gitops operator: automated release helm chart and image, restart from failed step and publish error in resume/retry to codefresh platform" - kind: changed description: "update argo-cd to 6.11.1-3-cap-2.11-2024.7.3-c0941bcb4 with fixes: 1) app metadata change event reporting; 2) report application event from queue instead of requesting live state" dependencies: