Merge branch 'master' into patch-1

pull/5684/head
Jason Stirnaman 2024-11-19 16:51:43 -06:00 committed by GitHub
commit 404c9a6504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 2 deletions

View File

@ -19,6 +19,15 @@ InfluxDB Enterprise builds are available. For more information, see
[FIPS-compliant InfluxDB Enterprise builds](/enterprise_influxdb/v1/introduction/installation/fips-compliant/).
{{% /note %}}
## v1.11.8 {date="2024-11-15"}
### Bug Fixes
- Strip double quotes from measurement names in the [`/api/v2/delete` compatibility
API](/enterprise_influxdb/v1/tools/api/#apiv2delete-http-endpoint) before
string comparisons (e.g. to allow special characters in measurement names).
- Enable SHA256 for FIPS RPMs.
## v1.11.7 {date="2024-09-19"}
### Bug Fixes

View File

@ -11,6 +11,14 @@ aliases:
v2: /influxdb/v2/reference/release-notes/influxdb/
---
## v1.11.8 {date="2024-11-15"}
### Bug Fixes
- Strip double quotes from measurement names in the [`/api/v2/delete`
compatibility API](/influxdb/v1/tools/api/#apiv2delete-http-endpoint) before
string comparisons (e.g. to allow special characters in measurement names).
## v1.11.7 {date="2024-10-10"}
This release represents the first public release of InfluxDB OSS v1 since 2021

View File

@ -11,7 +11,7 @@ influxdb:
latest: v2.7
latest_patches:
v2: 2.7.10
v1: 1.11.7
v1: 1.11.8
latest_cli:
v2: 2.7.5
@ -96,7 +96,7 @@ enterprise_influxdb:
versions: [v1]
latest: v1.11
latest_patches:
v1: 1.11.7
v1: 1.11.8
flux:
name: Flux