From 0ae1711cc9086cd3ff753ec0a218bc95157e1dc2 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:27:45 +0000 Subject: [PATCH 1/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 56 ++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index e428e3e1f..d80e76e7a 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: 0.0.0 +version: 2.9.0 keywords: - codefresh home: https://codefresh.io/ @@ -20,6 +20,60 @@ annotations: # artifacthub.io/changes: | # - kind: # description: "" + + artifacthub.io/changes: |- + - kind: changed + description: 'feat: update runtime images (#108)' + - kind: changed + description: 'chore(deps): bump subcharts (#99)' + - kind: changed + description: update RELEASE.md + - kind: changed + description: 'feat: add subcharts for e2e-platform (#104)' + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: set image for builder + - kind: changed + description: fix update_re_images.sh script + - kind: changed + description: update RELEASE.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: update pr-title action + - kind: changed + description: update CODEOWNERS + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: fix README.md + - kind: changed + description: 'feat: remove nats subchart (#98)' + - kind: changed + description: 'feat: build latest 0.0.0 dev chart (#97)' + - kind: changed + description: 'feat(codefresh): remove Chart.lock' + - kind: changed + description: 'feat(codefresh): update Chart.yaml; pin dependencies' + - kind: changed + description: 'feat: update release lifecycle (#96)' + - kind: changed + description: 'feat: gitops-onprem (#77)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From ff74de616f96b1e92455f86f729582a8d80d03b8 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 11 Sep 2025 15:25:16 +0300 Subject: [PATCH 2/8] update Chart.yaml --- README.md | 2 +- charts/codefresh/Chart.yaml | 48 +------------------------------------ 2 files changed, 2 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 12c905f36..613c79801 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square) +![Version: 2.9.0](https://img.shields.io/badge/Version-2.9.0-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 d80e76e7a..41b1c4e27 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -25,55 +25,9 @@ annotations: - kind: changed description: 'feat: update runtime images (#108)' - kind: changed - description: 'chore(deps): bump subcharts (#99)' - - kind: changed - description: update RELEASE.md - - kind: changed - description: 'feat: add subcharts for e2e-platform (#104)' - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: set image for builder - - kind: changed - description: fix update_re_images.sh script - - kind: changed - description: update RELEASE.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: update pr-title action - - kind: changed - description: update CODEOWNERS - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: fix README.md + description: 'feat: update cf-builder to use codefresh/dind image' - kind: changed description: 'feat: remove nats subchart (#98)' - - kind: changed - description: 'feat: build latest 0.0.0 dev chart (#97)' - - kind: changed - description: 'feat(codefresh): remove Chart.lock' - - kind: changed - description: 'feat(codefresh): update Chart.yaml; pin dependencies' - - kind: changed - description: 'feat: update release lifecycle (#96)' - - kind: changed - description: 'feat: gitops-onprem (#77)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From e9a683bee607c833a8a07bafcbe96957ac36a32b Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 13:32:15 +0000 Subject: [PATCH 3/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 54 ++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 41b1c4e27..f1451dec2 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,12 +22,64 @@ annotations: # description: "" artifacthub.io/changes: |- + - kind: changed + description: added ability to disable postgres store for eventbus and set schema name for audit (#120) + - kind: changed + description: 'docs(2.9): document indexes and DBs compatibility (#119)' + - kind: changed + description: 'fix: get-all-images.sh script' - kind: changed description: 'feat: update runtime images (#108)' - kind: changed - description: 'feat: update cf-builder to use codefresh/dind image' + description: 'chore(deps): bump subcharts (#99)' + - kind: changed + description: update RELEASE.md + - kind: changed + description: 'feat: add subcharts for e2e-platform (#104)' + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: set image for builder + - kind: changed + description: fix update_re_images.sh script + - kind: changed + description: update RELEASE.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: update pr-title action + - kind: changed + description: update CODEOWNERS + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update README.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: update RELEASE.md + - kind: changed + description: fix README.md - kind: changed description: 'feat: remove nats subchart (#98)' + - kind: changed + description: 'feat: build latest 0.0.0 dev chart (#97)' + - kind: changed + description: 'feat(codefresh): remove Chart.lock' + - kind: changed + description: 'feat(codefresh): update Chart.yaml; pin dependencies' + - kind: changed + description: 'feat: update release lifecycle (#96)' + - kind: changed + description: 'feat: gitops-onprem (#77)' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 18b9b100a1af7176ddc1f9e07371aacbd09e6c69 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:16:49 +0000 Subject: [PATCH 4/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index f1451dec2..648214fdf 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,6 +22,8 @@ annotations: # description: "" artifacthub.io/changes: |- + - kind: changed + description: 'chore(CR-29499): bump kubectl, mongosh, postgres (#115)' - kind: changed description: added ability to disable postgres store for eventbus and set schema name for audit (#120) - kind: changed From 07849e145661328d7935b2e68b21757979b4184d Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:55:44 +0000 Subject: [PATCH 5/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 648214fdf..b9cace4f5 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,6 +22,8 @@ annotations: # description: "" artifacthub.io/changes: |- + - kind: changed + description: 'chore: argo platform with security fixes (#122)' - kind: changed description: 'chore(CR-29499): bump kubectl, mongosh, postgres (#115)' - kind: changed From dd50b97b2fdc6a56e587c443f105c7e566b194f9 Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:27:51 +0000 Subject: [PATCH 6/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index b9cace4f5..74cfea7a7 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,6 +22,8 @@ annotations: # description: "" artifacthub.io/changes: |- + - kind: changed + description: 'fix: update cfapi chart (#123)' - kind: changed description: 'chore: argo platform with security fixes (#122)' - kind: changed From 0f88e8cc799f9d38c8c89ca56f860ed3fd929c9f Mon Sep 17 00:00:00 2001 From: "codefresh-git-integration[bot]" <151943927+codefresh-git-integration[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:00:24 +0000 Subject: [PATCH 7/8] Update Chart.yaml and artifacthub.io/changes annotation for 2.9.0 release --- charts/codefresh/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 74cfea7a7..19c4ba399 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -22,6 +22,8 @@ annotations: # description: "" artifacthub.io/changes: |- + - kind: changed + description: 'fix: restore nats (#124) (#125)' - kind: changed description: 'fix: update cfapi chart (#123)' - kind: changed From 419ac6ea10402afe90e5b92e8049ee11fc52ffd1 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 1 Oct 2025 21:06:19 +0300 Subject: [PATCH 8/8] update Chart.yaml --- charts/codefresh/Chart.yaml | 55 +------------------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 19c4ba399..110be03d3 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -20,12 +20,7 @@ annotations: # artifacthub.io/changes: | # - kind: # description: "" - artifacthub.io/changes: |- - - kind: changed - description: 'fix: restore nats (#124) (#125)' - - kind: changed - description: 'fix: update cfapi chart (#123)' - kind: changed description: 'chore: argo platform with security fixes (#122)' - kind: changed @@ -34,60 +29,12 @@ annotations: description: added ability to disable postgres store for eventbus and set schema name for audit (#120) - kind: changed description: 'docs(2.9): document indexes and DBs compatibility (#119)' - - kind: changed - description: 'fix: get-all-images.sh script' - kind: changed description: 'feat: update runtime images (#108)' - kind: changed description: 'chore(deps): bump subcharts (#99)' - kind: changed - description: update RELEASE.md - - kind: changed - description: 'feat: add subcharts for e2e-platform (#104)' - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: set image for builder - - kind: changed - description: fix update_re_images.sh script - - kind: changed - description: update RELEASE.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: update pr-title action - - kind: changed - description: update CODEOWNERS - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update README.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: update RELEASE.md - - kind: changed - description: fix README.md - - kind: changed - description: 'feat: remove nats subchart (#98)' - - kind: changed - description: 'feat: build latest 0.0.0 dev chart (#97)' - - kind: changed - description: 'feat(codefresh): remove Chart.lock' - - kind: changed - description: 'feat(codefresh): update Chart.yaml; pin dependencies' - - kind: changed - description: 'feat: update release lifecycle (#96)' - - kind: changed - description: 'feat: gitops-onprem (#77)' + description: 'replace vanilla docker:dind image with codefresh/dind in builder' dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts