Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.7.0](#to-2-7-0)
- [To 2.8.0](#to-2-8-0)
- [To 2.9.0](#to-2-9-0)
- [To 2.9.9](#to-2-9-9)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -2452,6 +2453,12 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
>
> Before upgrading Codefresh, please follow the instruction in [this doc](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/) to identify deprecated images, upgrade them, and then proceed with upgrading the platform.

### To 2-9-9

> **BREAKING CHANGES in Default Runtime**
>
> Default Runtime (`system/default`) drops support for Kubernetes versions older than 1.32 in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.34, 1.33, 1.32.

#### Affected values

- `.Values.runner` is removed
Expand Down
7 changes: 7 additions & 0 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.7.0](#to-2-7-0)
- [To 2.8.0](#to-2-8-0)
- [To 2.9.0](#to-2-9-0)
- [To 2.9.9](#to-2-9-9)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -2466,6 +2467,12 @@ For built-in RabbitMQ `bitnami/rabbitmq` subchart, pre-upgrade hook was added to
>
> Before upgrading Codefresh, please follow the instruction in [this doc](https://codefresh.io/docs/docs/kb/articles/upgrade-deprecated-docker-images/) to identify deprecated images, upgrade them, and then proceed with upgrading the platform.

### To 2-9-9

> **BREAKING CHANGES in Default Runtime**
>
> Default Runtime (`system/default`) drops support for Kubernetes versions older than 1.32 in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.34, 1.33, 1.32.

#### Affected values

- `.Values.runner` is removed
Expand Down
12 changes: 12 additions & 0 deletions charts/codefresh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ annotations:
# artifacthub.io/changes: |
# - kind:
# 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/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
2 changes: 1 addition & 1 deletion charts/codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ runtimeImages:
ENGINE_IMAGE: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/engine:1.180.7@sha256:1919280cecc58d9e1001435f31fdd79fa4fb5627a5e490be5ade603d6a5c641d
FS_OPS_IMAGE: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/fs-ops:1.2.11@sha256:cade5ace4d05528dfd0cbdbb96bd99c6ccae79dfeebe14661a4b7808e2131dc9
GIT_CLONE_IMAGE: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/cf-git-cloner:10.3.4@sha256:ce1e922b94bbf1e5bd224468a2ccfe969200661ca2b6f0182b26ee0ad06e1a6d
KUBE_DEPLOY: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/cf-deploy-kubernetes:16.2.9@sha256:35649b14eb43717d3752d08597ada77d3737b2508f1b8e1f52f67b7a0e5ff263
KUBE_DEPLOY: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/cf-deploy-kubernetes:17.0.0@sha256:ee9f56c8c5fc73dfd45511fb003dc53f35e0c46a78acdbb62ad386f33913b765
PIPELINE_DEBUGGER_IMAGE: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/cf-debugger:1.3.11@sha256:7f8867af5fd402a98159d674c30965d67861a4dc37e429db3ff0746a6454f88f
TEMPLATE_ENGINE: us-docker.pkg.dev/codefresh-inc/public-gcr-io/codefresh/pikolo:0.14.6@sha256:b3f499fcf93037e69fba599d2f292cfc9f28a158052dd57d5de9cdf9756f1f60
CR_6177_FIXER: docker.io/library/alpine:3.21
Expand Down