Merge branch 'master' into patch-1
commit
404c9a6504
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue