diff --git a/content/enterprise_influxdb/v1/about-the-project/release-notes.md b/content/enterprise_influxdb/v1/about-the-project/release-notes.md index cdf2ab43f..6edaa9e4d 100644 --- a/content/enterprise_influxdb/v1/about-the-project/release-notes.md +++ b/content/enterprise_influxdb/v1/about-the-project/release-notes.md @@ -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 diff --git a/content/influxdb/v1/about_the_project/release-notes.md b/content/influxdb/v1/about_the_project/release-notes.md index def3e1524..4fde87a27 100644 --- a/content/influxdb/v1/about_the_project/release-notes.md +++ b/content/influxdb/v1/about_the_project/release-notes.md @@ -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 diff --git a/data/products.yml b/data/products.yml index 2a319bd2a..b20e295d0 100644 --- a/data/products.yml +++ b/data/products.yml @@ -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