Skip to content

Commit 0b668b0

Browse files
onprem: 2.8.0 (#68)
1 parent 81e0092 commit 0b668b0

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

codefresh/Chart.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.8.0-rc.3
4+
version: 2.8.0
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -11,17 +11,15 @@ sources:
1111
maintainers:
1212
- name: codefresh
1313
url: https://codefresh-io.github.io/
14-
appVersion: 2.7.0
14+
appVersion: 2.8.0
1515
annotations:
16-
artifacthub.io/prerelease: "true"
16+
artifacthub.io/prerelease: "false"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: fixed
22-
description: "(cf-api): Fix internal feature-flags"
23-
- kind: fixed
24-
description: "Fix mongo-seed job with Mongo MTLS enabled"
21+
- kind: added
22+
description: "Documentation about index management in MongoDB"
2523
dependencies:
2624
- name: cf-common
2725
repository: oci://quay.io/codefresh/charts

codefresh/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.8.0-rc.3](https://img.shields.io/badge/Version-2.8.0--rc.3-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
3+
![Version: 2.8.0](https://img.shields.io/badge/Version-2.8.0-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

@@ -205,7 +205,7 @@ The following table displays the list of **persistent** services created as part
205205
| Database | Purpose | Required version |
206206
| :--- | :---- | :--- |
207207
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
208-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x |
208+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
209209
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
210210
| RabbitMQ | Used for message queueing. | 4.0.x |
211211

@@ -2166,6 +2166,8 @@ Default PostgreSQL image is changed from 13.x to 17.x
21662166

21672167
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
21682168

2169+
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
2170+
21692171
⚠️ ⚠️ ⚠️ If you run built-in PostgreSQL `bitnami/postgresql` subchart, direct upgrade is not supported due to **incompatible breaking changes** in the database files. You will see the following error in the logs:
21702172
```
21712173
postgresql 17:36:28.41 INFO ==> ** Starting PostgreSQL **

codefresh/README.md.gotmpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following table displays the list of **persistent** services created as part
206206
| Database | Purpose | Required version |
207207
| :--- | :---- | :--- |
208208
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 7.x |
209-
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 17.x |
209+
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 16.x or 17.x |
210210
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
211211
| RabbitMQ | Used for message queueing. | 4.0.x |
212212

@@ -2093,7 +2093,7 @@ cfapi:
20932093
### To 2-7-0
20942094

20952095
> ⚠️ **WARNING! MongoDB indexes changed!**
2096-
>
2096+
>
20972097
> Please, follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements **BEFORE** the upgrade process.
20982098

20992099
### [What's new in 2.7.x](https://codefresh.io/docs/docs/whats-new/on-prem-release-notes/#on-premises-version-27)
@@ -2175,6 +2175,8 @@ Default PostgreSQL image is changed from 13.x to 17.x
21752175

21762176
If you run external PostgreSQL, follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
21772177

2178+
⚠️ ⚠️ ⚠️ 16.x version is also supported (17.x version of PostgreSQL is still in preview on multiple cloud providers)
2179+
21782180
⚠️ ⚠️ ⚠️ If you run built-in PostgreSQL `bitnami/postgresql` subchart, direct upgrade is not supported due to **incompatible breaking changes** in the database files. You will see the following error in the logs:
21792181
```
21802182
postgresql 17:36:28.41 INFO ==> ** Starting PostgreSQL **

0 commit comments

Comments
 (0)