From 378d0228905b7ee8c4f3675416b6f80e7b2caf17 Mon Sep 17 00:00:00 2001 From: vitalii-codefresh Date: Wed, 3 Sep 2025 12:40:05 +0300 Subject: [PATCH 1/6] updated frpc (#693) (cherry picked from commit 012ad77f976379c484b745d1e7eb8132e2032a3f) --- charts/gitops-runtime/Chart.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 39f72a75..9ef58c4e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.75 +appVersion: 0.1.72 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime -version: '0.24.0' +version: '0.24.1' home: https://github.com/codefresh-io/gitops-runtime-helm icon: https://avatars1.githubusercontent.com/u/11412079?v=3 keywords: @@ -15,13 +15,7 @@ annotations: artifacthub.io/alternativeName: "codefresh-gitops-runtime" artifacthub.io/changes: |- - kind: changed - description: 'feat: support single-namespaced runtime installation (#617)' - - kind: changed - description: 'chore: update app-proxy image tags to 1.3736.0 - support single-namespaced runtime' - - kind: changed - description: 'chore: update gitops-operator image tags to 58625b8 - disable RGS controller in single-namespaced mode' - - kind: security - description: 'sanitized argo-cd Project API response to remove sensitive information (https://github.com/advisories/GHSA-786q-9hcg-v9ff)' + description: 'chore: security' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm @@ -44,7 +38,7 @@ dependencies: condition: sealed-secrets.enabled - name: codefresh-tunnel-client repository: oci://quay.io/codefresh/charts - version: 0.1.21 + version: 0.1.22 alias: tunnel-client condition: tunnel-client.enabled - name: cf-common From 37c3f40c22baf1660905c0d01e43be73d39b246a Mon Sep 17 00:00:00 2001 From: vitalii-codefresh Date: Thu, 4 Sep 2025 09:45:08 +0300 Subject: [PATCH 2/6] installer: updated cli-v2, kubectl (#697) (cherry picked from commit 857462acea98d149c3708a08841e083928a6dc4c) --- installer-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-image/Dockerfile b/installer-image/Dockerfile index ab5e2dff..7487df21 100644 --- a/installer-image/Dockerfile +++ b/installer-image/Dockerfile @@ -8,14 +8,14 @@ FROM debian:12.11-slim RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections -ARG CF_CLI_VERSION=v0.2.11 +ARG CF_CLI_VERSION=v0.2.12 ARG TARGETARCH RUN apt-get update && apt-get install curl jq -y RUN curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/${CF_CLI_VERSION}/cf-linux-${TARGETARCH}.tar.gz | tar zx && mv ./cf-linux-${TARGETARCH} /usr/local/bin/cf COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli -COPY --from=bitnamilegacy/kubectl:1.33.3 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ +COPY --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/ RUN adduser --shell /bin/bash codefresh USER codefresh From f0f756d98cef510ec3f3b95fbe8a1617fd3a320d Mon Sep 17 00:00:00 2001 From: vitalii-codefresh Date: Tue, 2 Sep 2025 11:39:05 +0300 Subject: [PATCH 3/6] updated prometheus-nats-exporter, nats-server-config-reloader for jetstream (#687) (cherry picked from commit 20e1b3da220c4db429243fc701dd129aabbc33b3) --- charts/gitops-runtime/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 60b3ad77..72ce1180 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -296,8 +296,8 @@ argo-events: versions: - version: latest natsImage: nats:2.11.4 - metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0 - configReloaderImage: natsio/nats-server-config-reloader:0.18.2 + metricsExporterImage: natsio/prometheus-nats-exporter:0.17.3 + configReloaderImage: natsio/nats-server-config-reloader:0.19.1 startCommand: /nats-server # ********************************************************************************************************************* # DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows From b8b1e46d736b15b454cb4a13c330b845f1e55d16 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Tue, 9 Sep 2025 17:21:35 +0300 Subject: [PATCH 4/6] updated version --- 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 9ef58c4e..eb2ea5c1 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: 'chore: security' + description: 'chore: security fixes in tunnel-client, Jetstreams, runtime-installer' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm From d3c9d9d898b40d61a46b16b3b5bf5f34cce53b21 Mon Sep 17 00:00:00 2001 From: vitaliichyrka Date: Tue, 9 Sep 2025 17:22:25 +0300 Subject: [PATCH 5/6] updated version --- 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 eb2ea5c1..b6d153d5 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.72 +appVersion: 0.1.75 description: A Helm chart for Codefresh gitops runtime name: gitops-runtime version: '0.24.1' From 5222f8b3a08775bdc54c378daf8e9b5b9405b993 Mon Sep 17 00:00:00 2001 From: vitalii-codefresh Date: Wed, 10 Sep 2025 12:24:05 +0300 Subject: [PATCH 6/6] Update charts/gitops-runtime/Chart.yaml Co-authored-by: Yaroslav Drachenko --- 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 b6d153d5..cb440a9b 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: 'chore: security fixes in tunnel-client, Jetstreams, runtime-installer' + description: 'chore: security fixes in tunnel-client, argo-events jetstreaming, runtime-installer' dependencies: - name: argo-cd repository: https://codefresh-io.github.io/argo-helm