Merge branch 'master' into pd/influxdb3-plugins-doc

pull/5791/head
Jason Stirnaman 2025-02-14 12:49:45 -06:00 committed by GitHub
commit c9dbdbddcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -26,6 +26,35 @@ identified below with the <span class="cf-icon Shield pink"></span> icon.
---
## 20250212-1570743 {date="2025-02-12"}
### Quickstart
```yaml
spec:
package:
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250212-1570743
```
### Bug Fixes
This release fixes a bug in the 20241217-1494922 release where the default
Prometheus CPU limit was set to an integer instead of a string.
### Changes
#### Deployment
- Expose the Prometheus `retention` period to let users set a custom
retention period for Prometheus metrics.
#### Database Engine
- Upgrade DataFusion
- Add the ability to restore a cluster from a Catalog snapshot.
---
## 20241217-1494922 {date="2024-12-17"}
### Quickstart