From 4397b243c2986b982825e8224836dc71efb37315 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 15 May 2025 15:48:57 +0300 Subject: [PATCH 1/4] onprem: 2.7.13 --- codefresh/Chart.lock | 44 +++++++++++++++++++------------------- codefresh/Chart.yaml | 8 +++---- codefresh/README.md | 2 +- codefresh/README.md.gotmpl | 4 ++-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 678905846..29c05a6e0 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -64,58 +64,58 @@ dependencies: version: 1.14.22 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfapi repository: oci://quay.io/codefresh/charts - version: 21.274.14 + version: 21.274.15 - name: cfui repository: oci://quay.io/codefresh/charts version: 14.97.51 @@ -142,10 +142,10 @@ dependencies: version: 0.8.10 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.86 + version: 0.49.87 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.86 + version: 0.49.87 - name: argo-platform repository: oci://quay.io/codefresh/charts version: 1.3344.0-onprem-5c8af92 @@ -170,5 +170,5 @@ dependencies: - name: onboarding-status repository: oci://quay.io/codefresh/charts version: 1.8.8 -digest: sha256:a62a6e4e034aee314dce2de3984c60fa402806015df7fe0080a5df2491ea23d8 -generated: "2025-05-13T15:30:41.843589+03:00" +digest: sha256:3ca595296d0fc776bc4b60a514dbeb832c4c4695e3bbaf19d494c8b8930395f9 +generated: "2025-05-15T15:30:10.698306+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 2c4c88f8d..66685c9e4 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.12 +version: 2.7.13 keywords: - codefresh home: https://codefresh.io/ @@ -18,10 +18,10 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - - kind: security - description: "Misc security fixes" - kind: fixed - description: "cf-ui: fix Back to Application button in Admin panel for GitOps system type" + description: "cf-platform-analytics: fix failure of cf-system-etl-postgres on azure postgres" + - kind: added + description: "cf-api: activate user after sync for Azure SSO provider" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/README.md b/codefresh/README.md index 351945ee7..653792df0 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1143,7 +1143,7 @@ cfapi: ### Projects pipelines limit ```yaml -cfapi: +pipeline-manager: env: # Determines project's pipelines limit (default: 500) PROJECT_PIPELINES_LIMIT: 500 diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 295d90812..7ba1ec924 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -1148,7 +1148,7 @@ cfapi: ### Projects pipelines limit ```yaml -cfapi: +pipeline-manager: env: # Determines project's pipelines limit (default: 500) PROJECT_PIPELINES_LIMIT: 500 @@ -1268,7 +1268,7 @@ cfapi: image: tag: 21.268.1 # -- Set empty tag for digest - digest: "" + digest: "" ``` From cdc327a1768ac1e4d4e2d22d7a9fc2513605b8f9 Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 15 May 2025 16:13:58 +0300 Subject: [PATCH 2/4] onprem: 2.7.13 --- codefresh/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 653792df0..59872038f 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -66,7 +66,8 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - GCR Service Account JSON `sa.json` (provided by Codefresh, contact support@codefresh.io) - Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) with [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens). See [Firebase Configuration](#firebase-configuration) - Valid TLS certificates for Ingress -- When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable)) +- When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable)). The `pg_cron` extension should be the 1.4 version or higher for Azure Postgres DB. + ## Get Repo Info From 63c9d682e56fe7422917b4ec86da8a15e8216b2e Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 15 May 2025 16:44:00 +0300 Subject: [PATCH 3/4] onprem: 2.7.13 --- codefresh/Chart.lock | 6 +++--- codefresh/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 29c05a6e0..0ece7d095 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -148,7 +148,7 @@ dependencies: version: 0.49.87 - name: argo-platform repository: oci://quay.io/codefresh/charts - version: 1.3344.0-onprem-5c8af92 + version: 1.3344.2-onprem-3feba0e - name: argo-hub-platform repository: oci://quay.io/codefresh/charts version: 0.1.23 @@ -170,5 +170,5 @@ dependencies: - name: onboarding-status repository: oci://quay.io/codefresh/charts version: 1.8.8 -digest: sha256:3ca595296d0fc776bc4b60a514dbeb832c4c4695e3bbaf19d494c8b8930395f9 -generated: "2025-05-15T15:30:10.698306+03:00" +digest: sha256:f94b0d09660d4ca0bf68f1b4bcc02102357f069044ade19695be974411644cf2 +generated: "2025-05-15T16:37:04.178584+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 66685c9e4..caf0ad7ff 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -239,7 +239,7 @@ dependencies: repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-platform - version: "1.3344.0-onprem-5c8af92" + version: "1.3344.2-onprem-3feba0e" repository: oci://quay.io/codefresh/charts condition: argo-platform.enabled - name: argo-hub-platform From 65a2181becfc8a8648c7b9f1a748ea99b253995c Mon Sep 17 00:00:00 2001 From: Vadim Kharin Date: Thu, 15 May 2025 16:56:09 +0300 Subject: [PATCH 4/4] onprem: 2.7.13 --- codefresh/README.md | 3 +-- codefresh/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/codefresh/README.md b/codefresh/README.md index 59872038f..69c3fa760 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.7.12](https://img.shields.io/badge/Version-2.7.12-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) +![Version: 2.7.13](https://img.shields.io/badge/Version-2.7.13-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. @@ -68,7 +68,6 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - Valid TLS certificates for Ingress - When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable)). The `pg_cron` extension should be the 1.4 version or higher for Azure Postgres DB. - ## Get Repo Info ```console diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 7ba1ec924..842835886 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -67,7 +67,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/ - GCR Service Account JSON `sa.json` (provided by Codefresh, contact support@codefresh.io) - Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) with [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens). See [Firebase Configuration](#firebase-configuration) - Valid TLS certificates for Ingress -- When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable)) +- When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable)). The `pg_cron` extension should be the 1.4 version or higher for Azure Postgres DB. ## Get Repo Info