Skip to content

Commit 841aa60

Browse files
committed
docs: document schema changes
1 parent edb2383 commit 841aa60

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 8 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)
@@ -1740,6 +1741,7 @@ The required index definitions for each release can be found at the following re
17401741
- `2.9` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.9/indexes>
17411742
- `2.10` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.10/indexes>
17421743
- `2.11` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.11/indexes>
1744+
- `2.12` No changes in schema/indexes compared to `2.11`
17431745

17441746
The indexes specifications are stored in JSON files. The directory structure is:
17451747

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

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

2659+
### To 2-12-0
2660+
2661+
#### Changes in MongoDB schema:
2662+
2663+
- 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.
2664+
26572665
## Troubleshooting
26582666

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

README.md.gotmpl

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)
@@ -1750,6 +1751,7 @@ The required index definitions for each release can be found at the following re
17501751
- `2.9` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.9/indexes>
17511752
- `2.10` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.10/indexes>
17521753
- `2.11` <https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.11/indexes>
1754+
- `2.12` No changes in schema/indexes compared to `2.11`
17531755

17541756
The indexes specifications are stored in JSON files. The directory structure is:
17551757

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

26722674

2675+
### To 2-12-0
2676+
2677+
#### Changes in MongoDB schema:
2678+
2679+
- 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.
2680+
2681+
26732682
## Troubleshooting
26742683

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

0 commit comments

Comments
 (0)