You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/whats-new/on-prem-release-notes.md
+2-53Lines changed: 2 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Welcome to the release notes for our on-premises releases.
9
9
10
10
## On-premises version 2.7
11
11
12
-
### Features & enhancements
12
+
### Installation & Upgrade
13
13
14
14
#### Installing v2.7
15
15
For detailed instructions on installing v2.7, visit [ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}.
16
16
17
17
#### Upgrading to v2.7
18
18
For details, see [Upgrade to 2.7 in ArtifactHub](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-7-0){:target="\_blank"}
19
19
20
-
20
+
### Features & enhancements
21
21
22
22
#### General: Increased limit for audit logs
23
23
@@ -149,57 +149,6 @@ For details, see [Upgrade to 2.6 in ArtifactHub](https://artifacthub.io/packages
149
149
#### GitHub repo
150
150
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.
151
151
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.
0 commit comments