From 5abee09b56fbb5aa4c147c5576f717a0e5c49ac0 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:16:51 +0000 Subject: [PATCH 1/2] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.9 release --- charts/codefresh/Chart.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 6b2c8068f..00eb2f025 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,16 +22,7 @@ annotations: # description: "" artifacthub.io/changes: |- - kind: changed - description: "Update \"cf-deploy-kubernetes\" to 17.0.0." - - kind: security - description: "Fix various CVE in \"cf-deploy-kubernetes\"." - - kind: added - description: "Support k8s 1.32, 1.33, 1.34 in \"deploy\" step." - - kind: deprecated - description: "Remove support for k8s older than 1.32 in \"deploy\" step." - links: - - name: Codefresh Docs - Deploy - url: https://codefresh.io/docs/docs/pipelines/steps/deploy/ + description: 'build: upgrade `cf-deploy-kubernetes` (#157)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 161adf9d774ed71f65e1f8d8d573b47231e26cb5 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Thu, 27 Nov 2025 12:14:02 +0400 Subject: [PATCH 2/2] ci: improve release notes --- charts/codefresh/Chart.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 00eb2f025..0109a177e 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -23,6 +23,17 @@ annotations: artifacthub.io/changes: |- - kind: changed description: 'build: upgrade `cf-deploy-kubernetes` (#157)' + - kind: changed + description: "Update \"cf-deploy-kubernetes\" to 17.0.0." + - kind: security + description: "Fix various CVE in \"cf-deploy-kubernetes\"." + - kind: added + description: "Support k8s 1.32, 1.33, 1.34 in \"deploy\" step." + - kind: deprecated + description: "Remove support for k8s older than 1.32 in \"deploy\" step." + links: + - name: Codefresh Docs - Deploy + url: https://codefresh.io/docs/docs/pipelines/steps/deploy/ dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts