@@ -142,7 +142,7 @@ spec:
142
142
143
143
# ### AppInstance image override bug fix
144
144
145
- In [ 20240925-1257864](#20240925-1257864) , the AppInstance image override was
145
+ In 20240925-1257864, the AppInstance image override was
146
146
broken with the introduction of strict always-on license enforcement.
147
147
This release fixes that bug.
148
148
@@ -151,49 +151,19 @@ Clustered in air-gapped environments where the deployment model involves
151
151
overriding the default image repository to point to images copied to an
152
152
air-gapped registry.
153
153
154
- This release is an alternative to [ 20240925-1257864](#20240925-1257864) for
154
+ This release is an alternative to 20240925-1257864 for
155
155
customers who depend on this image override feature.
156
156
157
157
# ### Upgrade bug fix
158
158
159
- [ 20240925-1257864](#20240925-1257864) introduced a schema migration bug that
159
+ 20240925-1257864 introduced a schema migration bug that
160
160
caused an `init` container in the `account` Pods to hang indefinitely.
161
161
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.
162
164
163
165
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.
197
167
198
168
# ### Default to partial write semantics
199
169
@@ -283,6 +253,14 @@ The installation of the Prometheus operator should be handled externally.
283
253
284
254
# ### Deployment
285
255
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.
286
264
- Introduces the `nodeAffinity` and CPU/Memory requests setting for "granite"
287
265
components. Previously, these settings were only available for core IOx
288
266
components.
0 commit comments