From 112393922661a9ba7b0ccd74fd29c4b31cde9fcb Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Tue, 8 Jul 2025 16:04:22 +0300 Subject: [PATCH 1/5] bump version --- codefresh/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 4490a2a4a..1e54471dd 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.7.16 +version: 2.7.17 keywords: - codefresh home: https://codefresh.io/ @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: added - description: "Documentation about index management in MongoDB" + description: "Logs for SSO user syncing" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 7373d42e982d0bf2565f3c75bba4c4434eafb46a Mon Sep 17 00:00:00 2001 From: Bohdan Pysarenko Date: Tue, 8 Jul 2025 16:07:25 +0300 Subject: [PATCH 2/5] update docs --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 5c22f20aa..86ee821d7 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.7.16](https://img.shields.io/badge/Version-2.7.16-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) +![Version: 2.7.17](https://img.shields.io/badge/Version-2.7.17-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes. From 8acb6ce4cd9e6aacd9fcf55231174555961f7609 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 10 Jul 2025 14:18:58 +0300 Subject: [PATCH 3/5] updated argo-platform with version --- codefresh/Chart.lock | 2 +- codefresh/Chart.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 33d0701af..d05c71563 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -148,7 +148,7 @@ dependencies: version: 0.49.89 - name: argo-platform repository: oci://quay.io/codefresh/charts - version: 1.3344.2-onprem-3feba0e + version: 1.3344.2-onprem-bf14e9d - name: argo-hub-platform repository: oci://quay.io/codefresh/charts version: 0.1.24 diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 1e54471dd..d36dd0ad3 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -20,6 +20,8 @@ annotations: artifacthub.io/changes: | - kind: added description: "Logs for SSO user syncing" + - kind: fixed + description: "ABAC labels fix in argo-platform (#6506)" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts @@ -237,7 +239,7 @@ dependencies: repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-platform - version: "1.3344.2-onprem-3feba0e" + version: "1.3344.2-onprem-bf14e9d" repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-hub-platform From 4711c04c4d589d7efabe81ab1509b4c2c14f837c Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 10 Jul 2025 14:39:43 +0300 Subject: [PATCH 4/5] fixed PR id --- codefresh/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index d36dd0ad3..014226112 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -21,7 +21,7 @@ annotations: - kind: added description: "Logs for SSO user syncing" - kind: fixed - description: "ABAC labels fix in argo-platform (#6506)" + description: "ABAC labels fix in argo-platform (#6507)" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 45d876a75aa578b681d64ce2b5e8bfa63cbba513 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 10 Jul 2025 17:04:58 +0300 Subject: [PATCH 5/5] updated description --- codefresh/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 014226112..ace1bf677 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -21,7 +21,7 @@ annotations: - kind: added description: "Logs for SSO user syncing" - kind: fixed - description: "ABAC labels fix in argo-platform (#6507)" + description: "Fixed an issue with labels being ignored for Product promotion rules (#6507)" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts