Skip to content

Commit 242490d

Browse files
authored
hotfix: removed clustered 20240925 release from release notes (#5883)
* hotfix: removed clustered 20240925 release from release notes * move relevent info to the release following the removed release
1 parent 590206e commit 242490d

File tree

1 file changed

+14
-36
lines changed
  • content/influxdb3/clustered/reference/release-notes

1 file changed

+14
-36
lines changed

content/influxdb3/clustered/reference/release-notes/clustered.md

Lines changed: 14 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142

143143
#### AppInstance image override bug fix
144144

145-
In [20240925-1257864](#20240925-1257864), the AppInstance image override was
145+
In 20240925-1257864, the AppInstance image override was
146146
broken with the introduction of strict always-on license enforcement.
147147
This release fixes that bug.
148148

@@ -151,49 +151,19 @@ Clustered in air-gapped environments where the deployment model involves
151151
overriding the default image repository to point to images copied to an
152152
air-gapped registry.
153153

154-
This release is an alternative to [20240925-1257864](#20240925-1257864) for
154+
This release is an alternative to 20240925-1257864 for
155155
customers who depend on this image override feature.
156156

157157
#### Upgrade bug fix
158158

159-
[20240925-1257864](#20240925-1257864) introduced a schema migration bug that
159+
20240925-1257864 introduced a schema migration bug that
160160
caused an `init` container in the `account` Pods to hang indefinitely.
161161
This would only affect InfluxDB Clustered during an upgrade; not a fresh install.
162+
The 20240925-1257864 release has been removed from the release notes, but
163+
relevant updates are included as part of this 20241024-1354148 release.
162164

163165
For customers who experience this bug when attempting to upgrade to
164-
[20240925-1257864](#20240925-1257864), upgrade to this 20241024-1354148 instead.
165-
166-
### Changes
167-
168-
#### Deployment
169-
170-
- Enable overriding the default CPU and memory resource requests and limits for
171-
the Garbage collector and Catalog services.
172-
- Remove the Gateway service and implement the newly introduced Core service.
173-
- Fix logic related to applying default resource limits for IOx components.
174-
- Support [`ResourceQuota`s](https://kubernetes.io/docs/concepts/policy/resource-quotas/)
175-
with the `enableDefaultResourceLimits` feature flag. This causes resource
176-
limits to be applied even to containers that don't normally have limits
177-
applied.
178-
179-
---
180-
181-
## 20240925-1257864 {date="2024-09-25" .checkpoint}
182-
183-
> [!Caution]
184-
> This release has a number of bugs in it which make it unsuitable for customer use.
185-
> If you are currently running this version, please upgrade to
186-
> [20241024-1354148](#20241024-1354148).
187-
188-
### Quickstart
189-
190-
```yaml
191-
spec:
192-
package:
193-
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:202409XX-XXXXXXX
194-
```
195-
196-
### Highlights
166+
20240925-1257864, upgrade to this 20241024-1354148 instead.
197167

198168
#### Default to partial write semantics
199169

@@ -283,6 +253,14 @@ The installation of the Prometheus operator should be handled externally.
283253

284254
#### Deployment
285255

256+
- Enable overriding the default CPU and memory resource requests and limits for
257+
the Garbage collector and Catalog services.
258+
- Remove the Gateway service and implement the newly introduced Core service.
259+
- Fix logic related to applying default resource limits for IOx components.
260+
- Support [`ResourceQuota`s](https://kubernetes.io/docs/concepts/policy/resource-quotas/)
261+
with the `enableDefaultResourceLimits` feature flag. This causes resource
262+
limits to be applied even to containers that don't normally have limits
263+
applied.
286264
- Introduces the `nodeAffinity` and CPU/Memory requests setting for "granite"
287265
components. Previously, these settings were only available for core IOx
288266
components.

0 commit comments

Comments
 (0)