@@ -26,7 +26,63 @@ identified below with the <span class="cf-icon Shield pink"></span> icon.
26
26
27
27
---
28
28
29
- ## 20240925-1257864 {date="2024-09-25" .checkpoint}
29
+ ## 20241024-1354148 {date="2024-10-24" .checkpoint}
30
+
31
+ ### Quickstart
32
+
33
+ ``` yaml
34
+ spec :
35
+ package :
36
+ image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241022-1346953
37
+ ` ` `
38
+
39
+ ### Highlights
40
+
41
+ #### AppInstance image override bug fix
42
+
43
+ In [20240925-1257864](#20240925-1257864), the AppInstance image override was
44
+ broken with the introduction of strict always-on license enforcement.
45
+ This release fixes that bug.
46
+
47
+ This bug is expected to have an outsized impact on customers running InfluxDB
48
+ Clustered in air-gapped environments where the deployment model involves
49
+ overriding the default image repository to point to images copied to an
50
+ air-gapped registry.
51
+
52
+ This release is an alternative to [20240925-1257864](#20240925-1257864) for
53
+ customers who depend on this image override feature.
54
+
55
+ #### Upgrade bug fix
56
+
57
+ [20240925-1257864](#20240925-1257864) introduced a schema migration bug that
58
+ caused an ` init` container in the `account` Pods to hang indefinitely.
59
+ This would only affect InfluxDB Clustered during an upgrade; not a fresh install.
60
+
61
+ For customers who experience this bug when attempting to upgrade to
62
+ [20240925-1257864](#20240925-1257864), upgrade to this 20241024-1354148 instead.
63
+
64
+ # ## Changes
65
+
66
+ # ### Deployment
67
+
68
+ - Enable overriding the default CPU and memory resource requests and limits for
69
+ the Garbage collector and Catalog services.
70
+ - Remove the Gateway service and implement the newly introduced Core service.
71
+ - Fix logic related to applying default resource limits for IOx components.
72
+ - Support [`ResourceQuota`s](https://kubernetes.io/docs/concepts/policy/resource-quotas/)
73
+ with the `enableDefaultResourceLimits` feature flag. This causes resource
74
+ limits to be applied even to containers that don't normally have limits
75
+ applied.
76
+
77
+ ---
78
+
79
+ # # 20240925-1257864 {date="2024-09-25" .checkpoint}
80
+
81
+ {{% warn %}}
82
+ This release has a number of bugs in it which make it unsuitable for customer use.
83
+ If you are currently running this version, please upgrade to
84
+ [20241024-1354148](#20241024-1354148).
85
+ {{% /warn %}}
30
86
31
87
# ## Quickstart
32
88
0 commit comments