Skip to content

Commit bb2f357

Browse files
vasil-cfNimRegev
andauthored
fix: doc for onprem 2.7 (#1317)
* fix: doc for onprem 2.7 * Update on-prem-release-notes.md Restructured to make it clear * Update on-prem-release-notes.md * Update on-prem-release-notes.md * Update on-prem-release-notes.md * fix: doc for onprem 2.7 * fix: doc about indexes * fix: doc about indexes --------- Co-authored-by: NimRegev <[email protected]>
1 parent 45fa163 commit bb2f357

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

_docs/whats-new/on-prem-release-notes.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Welcome to the release notes for our on-premises releases.
99

1010
## On-premises version 2.7
1111

12-
### Features & enhancements
12+
### Installation & Upgrade
1313

1414
#### Installing v2.7
1515
For detailed instructions on installing v2.7, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.
1616

1717
#### Upgrading to v2.7
1818
For details, see [Upgrade to 2.7 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-7-0){:target="\_blank"}
1919

20-
20+
### Features & enhancements
2121

2222
#### General: Increased limit for audit logs
2323

@@ -149,57 +149,6 @@ For details, see [Upgrade to 2.6 in ArtifactHub](https://artifacthub.io/packages
149149
#### GitHub repo
150150
We're excited to announce that the on-prem release is now available on a [public GitHub repository](https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.6/codefresh){:target="\_blank"}, in addition to ArtifactHub, providing easier access and transparency for our users.
151151

152-
153-
<br>
154-
155-
#### Enable auto-index creation in MongoDB
156-
From v2.6, the `cfapi` service can automatically create indexes in MongoDB.
157-
158-
This feature is disabled by default. To enable it, set the `MONGOOSE_AUTO_INDEX` environment variable to `true` as shown below.
159-
160-
```yaml
161-
cfapi:
162-
container:
163-
env:
164-
MONGOOSE_AUTO_INDEX: "true"
165-
```
166-
<!--- In GitHub, the list of indexes are in `codefresh/files/indexes/<MAJOR.MINOR>/<collection_name>.json`. Go to [GitHub](https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.6/codefresh/files/indexes/2.6){:target="\_blank"}. -->
167-
The index list is in `codefresh/files/indexes/<MAJOR.MINOR>/<collection_name>.json` files.
168-
169-
**Important**: We recommend enabling this feature during a maintenance window, as creating indexes can temporarily degrade database performance.
170-
171-
<br>
172-
173-
#### New index for image-binaries
174-
We have introduced a new index for the `image-binaries` collection.
175-
If you are upgrading to this version, you must create the index _before upgrading_ to prevent disruption and avoid performance issues.
176-
177-
##### Create index
178-
179-
`accountId_1_imageName_1` (db: `codefresh`; collection: `image-binaries`)
180-
181-
##### Index details
182-
183-
```json
184-
{
185-
"accountId": 1,
186-
"imageName": 1
187-
}
188-
```
189-
190-
##### Index properties
191-
192-
```json
193-
{
194-
"collation": {
195-
"locale": "en_US",
196-
"strength": 1
197-
}
198-
}
199-
```
200-
201-
<br>
202-
203152
#### General: Annotate image by name via CLI
204153
Now using the CLI, you can annotate your images also by their names, instead of only the image SHA.
205154

0 commit comments

Comments
 (0)