File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
content/influxdb3/clustered/reference/release-notes Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,40 @@ identified below with the <span class="cf-icon Shield pink"></span> icon.
26
26
27
27
---
28
28
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
+
29
63
# # 20241024-1354148 {date="2024-10-24" .checkpoint}
30
64
31
65
# ## Quickstart
You can’t perform that action at this time.
0 commit comments