File tree Expand file tree Collapse file tree 3 files changed +3647
-0
lines changed
content/influxdb3/clustered/reference/release-notes
static/downloads/clustered-release-artifacts/20250613-1754010 Expand file tree Collapse file tree 3 files changed +3647
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,52 @@ directory. This new directory contains artifacts associated with the specified r
61
61
62
62
---
63
63
64
+ ## 20250613-1754010 {date="2025-06-11"}
65
+
66
+ ### Quickstart
67
+
68
+ ``` yaml
69
+ spec :
70
+ package :
71
+ image : us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250613-1754010
72
+ ` ` `
73
+
74
+ #### Release artifacts
75
+
76
+ - [app-instance-schema.json](/downloads/clustered-release-artifacts/20250613-1754010/app-instance-schema.json)
77
+ - [example-customer.yml](/downloads/clustered-release-artifacts/20250613-1754010/example-customer.yml)
78
+ - [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
79
+
80
+ ### Bug Fixes
81
+
82
+ - Remove default CPU and memory limits for the Catalog service and Prometheus.
83
+ - Add time formatting checks to reject invalid custom partitioning requests.
84
+ - Ensure that an incorrect backup is not created when ` pg_dump` errs during data snapshot backups.
85
+
86
+ # ## Changes
87
+
88
+ # ### Deployment
89
+
90
+ - Add support for Prometheus v3 when using the observability feature.
91
+ - Refresh dependencies to address security vulnerabilities and improve stability.
92
+
93
+ # ### Configuration
94
+
95
+ - Change the default of `INFLUXDB_IOX_CREATE_CATALOG_BACKUP_INTERVAL` from `1h`
96
+ to `4h`.
97
+ - Introduce the following environment variables to help in cases where the
98
+ object store is large enough that the the garbage collector cannot keep up
99
+ when cleaning obsolete objects :
100
+
101
+ - ` INFLUXDB_IOX_GC_PRIMARY_OBJECTSTORE_PARTITIONS`
102
+ - ` INFLUXDB_IOX_GC_SECONDARY_OBJECTSTORE_PARTITIONS`
103
+
104
+ > [!Note]
105
+ > Increasing these settings will add load to the object store and should not
106
+ > be modified unnecessarily.
107
+
108
+ ---
109
+
64
110
# # 20250508-1719206 {date="2025-05-08"}
65
111
66
112
# ## Quickstart
You can’t perform that action at this time.
0 commit comments