Skip to content

Commit 27a276a

Browse files
authored
Clustered release 20250613-1754010 (#6134)
* added release notes for jun 2025 clustered release * updated clustered release number * Update clustered.md * corrected release number, added release artifacts
1 parent 97e652b commit 27a276a

File tree

3 files changed

+3647
-0
lines changed

3 files changed

+3647
-0
lines changed

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,52 @@ directory. This new directory contains artifacts associated with the specified r
6161

6262
---
6363

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+
64110
## 20250508-1719206 {date="2025-05-08"}
65111

66112
### Quickstart

0 commit comments

Comments
 (0)