Skip to content

Commit 56c76ef

Browse files
authored
Merge pull request #6697 from influxdata/feat/clustered-release-20251218-1946608
feat: Clustered release 20251218-1946608
2 parents 4caaa42 + f72f356 commit 56c76ef

File tree

3 files changed

+3624
-0
lines changed

3 files changed

+3624
-0
lines changed

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

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

6262
---
6363

64+
## 20251218-1946608 {date="2025-12-18"}
65+
66+
### Quickstart
67+
68+
```yaml
69+
spec:
70+
package:
71+
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20251218-1946608
72+
```
73+
74+
#### Release artifacts
75+
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20251218-1946608/app-instance-schema.json)
76+
- [example-customer.yml](/downloads/clustered-release-artifacts/20251218-1946608/example-customer.yml)
77+
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
78+
79+
### Highlights
80+
81+
- The garbage collector has been fixed to support customers who specify the S3 bucket in `spec.package.spec.objectStore.s3.endpoint` (for example, `"https://$BUCKET.$REGION.amazonaws.com"`) and an additional prefix in `spec.package.spec.objectStore.bucket`; if you previously disabled `INFLUXDB_IOX_CREATE_CATALOG_BACKUP_DATA_SNAPSHOT_FILES` and `INFLUXDB_IOX_DELETE_USING_CATALOG_BACKUP_DATA_SNAPSHOT_FILES` to work around the bug, you can remove those overrides now.
82+
- Add support for both 'postgres' and 'postgresql' URI schemes in catalog DSN parsing.
83+
- Add support to the Management API for:
84+
- Renaming databases
85+
- Undeleting databases
86+
- Renaming tables
87+
- Deleting tables
88+
- Undeleting tables
89+
- Dependency updates and miscellaneous security fixes.
90+
6491
## 20250925-1878107 {date="2025-09-25"}
6592

6693
### Quickstart

0 commit comments

Comments
 (0)