Skip to content

Commit 25f0fad

Browse files
docs: document changes in 2.12 (#424)
* docs: document schema changes * docs: document versions for external services
1 parent edb2383 commit 25f0fad

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
5858
- [To 2.9.0](#to-2-9-0)
5959
- [To 2.9.9](#to-2-9-9)
6060
- [To 2.11.0](#to-2-11-0)
61+
- [To 2.12.0](#to-2-12-0)
6162
- [Rollback](#rollback)
6263
- [Troubleshooting](#troubleshooting)
6364
- [Values](#values)
@@ -285,6 +286,7 @@ The following table reflects the recommended and supported versions of these dat
285286

286287
| Codefresh version | MongoDB | PostgreSQL | Redis | RabbitMQ | Nats | Consul |
287288
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
289+
| 2.12.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| \>= 4.0.x \<= 4.2.x <br> Recommended: 4.2.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
288290
| 2.11.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
289291
| 2.10.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
290292
| 2.9.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.0.x \<= 7.4.x <br> Recommended: 7.4.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
@@ -1740,6 +1742,7 @@ The required index definitions for each release can be found at the following re
17401742
- `2.9` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.9/indexes>
17411743
- `2.10` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.10/indexes>
17421744
- `2.11` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.11/indexes>
1745+
- `2.12` No changes in schema/indexes compared to `2.11`
17431746

17441747
The indexes specifications are stored in JSON files. The directory structure is:
17451748

@@ -2654,6 +2657,12 @@ Changes in collections: following collections can be safely dropped *after* the
26542657

26552658
- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.
26562659

2660+
### To 2-12-0
2661+
2662+
#### Changes in MongoDB schema:
2663+
2664+
- No changes in schema/indexes compared to 2.11.x. If you're upgrading from earlier versions, please follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to ensure that your indexes are up-to-date and meet the requirements for optimal performance.
2665+
26572666
## Troubleshooting
26582667

26592668
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired

README.md.gotmpl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
5858
- [To 2.9.0](#to-2-9-0)
5959
- [To 2.9.9](#to-2-9-9)
6060
- [To 2.11.0](#to-2-11-0)
61+
- [To 2.12.0](#to-2-12-0)
6162
- [Rollback](#rollback)
6263
- [Troubleshooting](#troubleshooting)
6364
- [Values](#values)
@@ -287,6 +288,7 @@ The following table reflects the recommended and supported versions of these dat
287288

288289
| Codefresh version | MongoDB | PostgreSQL | Redis | RabbitMQ | Nats | Consul |
289290
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
291+
| 2.12.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| \>= 4.0.x \<= 4.2.x <br> Recommended: 4.2.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
290292
| 2.11.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
291293
| 2.10.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.x \<= 8.x <br> Recommended: 8\.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
292294
| 2.9.x | \>=4.2 \<=7.x <br> Recommended: 7.x (`featureCompatibilityVersion: 7.0`)| \>= 16.x \<= 17.x <br> Recommended: 17.x | \>= 7.0.x \<= 7.4.x <br> Recommended: 7.4.x | 3.13.x \| 4.0.x \| 4.1.x <br> Recommended: 4.1.x | 2.11.x <br> Recommended: 2.11.x | 1.21.x <br> Recommended: 1.21.x |
@@ -1750,6 +1752,7 @@ The required index definitions for each release can be found at the following re
17501752
- `2.9` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.9/indexes>
17511753
- `2.10` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.10/indexes>
17521754
- `2.11` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.11/indexes>
1755+
- `2.12` No changes in schema/indexes compared to `2.11`
17531756

17541757
The indexes specifications are stored in JSON files. The directory structure is:
17551758

@@ -2670,6 +2673,13 @@ Changes in collections: following collections can be safely dropped *after* the
26702673
- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.
26712674

26722675

2676+
### To 2-12-0
2677+
2678+
#### Changes in MongoDB schema:
2679+
2680+
- No changes in schema/indexes compared to 2.11.x. If you're upgrading from earlier versions, please follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to ensure that your indexes are up-to-date and meet the requirements for optimal performance.
2681+
2682+
26732683
## Troubleshooting
26742684

26752685
### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired

0 commit comments

Comments
 (0)