Skip to content

Commit a51603e

Browse files
Revert "Revert "docs: add dec 2024 clustered release notes""
1 parent 38b63ec commit a51603e

File tree

1 file changed

+34
-0
lines changed
  • content/influxdb3/clustered/reference/release-notes

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,40 @@ identified below with the <span class="cf-icon Shield pink"></span> icon.
2626

2727
---
2828

29+
## 20241217-1494922 {date="2024-12-17"}
30+
31+
### Quickstart
32+
33+
```yaml
34+
spec:
35+
package:
36+
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20241217-1494922
37+
```
38+
39+
### Bug Fixes
40+
41+
This fixes a bug present in release [20241024-1354148](#20241024-1354148), in
42+
which `core` pods used an invalid DSN (omitting the `?` in the query string)
43+
when attempting to connect to PostgreSQL. `core` pods now properly populate the
44+
DSN before connecting.
45+
46+
### Changes
47+
48+
#### Deployment
49+
50+
- Entitlements associated with a `License` Custom Resource (CR), including the
51+
license expiration date, are now exposed in the `entitlements` property of
52+
that CR's `spec`.
53+
- Reduced default log level from `debug` to `info` in auth sidecar.
54+
55+
#### Database Engine
56+
57+
- Datafusion upgrades
58+
- Upgrade Rust to 1.83.0
59+
60+
---
61+
62+
2963
## 20241024-1354148 {date="2024-10-24" .checkpoint}
3064

3165
### Quickstart

0 commit comments

Comments
 (0)