From 11f600f9b1ec2803e52529e9d006dc2c6bce7fed Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:13:37 +0000 Subject: [PATCH 1/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.11.11 release --- charts/codefresh/Chart.yaml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 837692a183..2760e891fe 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.11.10 +version: 2.11.11 keywords: - codefresh home: https://codefresh.io/ @@ -22,22 +22,7 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'update "cf-deploy-kubernetes" to 18.0.0' - - kind: added - description: "add support for k8s 1.35 in \"deploy\" step" - - kind: deprecated - description: "remove support for k8s 1.32 in \"deploy\" step" - links: - - name: "Codefresh Docs - Deploy" - url: "https://codefresh.io/docs/docs/pipelines/steps/deploy/" - - kind: changed - description: 'update "charts-manager" to 1.28.4' - - kind: changed - description: 'update "argo-platform" to 1.4073.6' - - kind: changed - description: 'update "rabbitmqadmin" to 2.8.1-cf-2' - - kind: security - description: 'fix various security vulnerabilities in multiple components.' + description: update cfapi, tasker-kubernetes, argo-platform version (#356) dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 775f4850cdd72769f01fe7f4a06f1cd51419d837 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:46:42 +0000 Subject: [PATCH 2/3] Update Chart.yaml and artifacthub.io/changes annotation for 2.11.11 release --- charts/codefresh/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 2760e891fe..54b91d8fa2 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -21,6 +21,8 @@ annotations: # - kind: # description: "" artifacthub.io/changes: |- + - kind: changed + description: 'feat: add httproute template (#361) (#362)' - kind: changed description: update cfapi, tasker-kubernetes, argo-platform version (#356) dependencies: From f7b6548a9e63de7c9714fd4ce6d61edff05365a5 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Mon, 1 Jun 2026 12:28:28 +0400 Subject: [PATCH 3/3] add teamleads as codeowners; update docs; update release notes --- CODEOWNERS | 1 + README.md | 2 +- charts/codefresh/Chart.yaml | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bdd6734a2c..16ba5dbd4e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ * @codefresh-io/devops zhenya.tikhonov@octopus.com /.github @codefresh-io/devops +/.github @codefresh-io/teamleads diff --git a/README.md b/README.md index e5318edede..94c7eaf511 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.11.10](https://img.shields.io/badge/Version-2.11.10-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 2.11.11](https://img.shields.io/badge/Version-2.11.11-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes. diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index ecaa30519b..9866dcfb51 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,9 +22,9 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: 'feat: add httproute template (#361) (#362)' - - kind: changed - description: update cfapi, tasker-kubernetes, argo-platform version (#356) + description: 'update "argo-platform" to 1.4073.7' + - kind: security + description: 'fix various security vulnerabilities in argo-platform.' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts