From 4fe36f1ca786329b209c14ddac163fa3185c35fb Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Mon, 7 Jul 2025 13:30:06 -0400 Subject: [PATCH 1/2] use stub from #6151 to populate july updates --- .../release-notes/cloud-dedicated.md | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md diff --git a/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md b/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md new file mode 100644 index 0000000000..a32cc655c9 --- /dev/null +++ b/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md @@ -0,0 +1,52 @@ +--- +title: Cloud Dedicated product updates +seotitle: InfluxDB Cloud Dedicated product updates +description: > + Updates for {{% product-name %}}. +menu: + influxdb3_cloud_dedicated: + name: Cloud Dedicated + identifier: cloud-dedicated-product-updates + parent: Release notes +weight: 202 +--- + +----- + +## July 2025 Product Highlights + +----- + +### New Features + + * **`influxctl` Database Management:** You can now use `influxctl` to delete, undelete, and rename databases. For complete details, see the [Influxctl CLI reference](https://www.google.com/search?q=/influxdb3/cloud-dedicated/reference/cli/influxctl/). + * **`influxctl` Table Deletion:** We've also added `influxctl` support for deleting tables. + +----- + +### User Interface (UI) Enhancements + + * **Simplified User Management:** The UI now includes a **users page**, making it easier to manage users and enabling self-service invitations. + * **Component-Based Cluster Sizing:** Cluster sizing information has been revamped in terms of cluster components to offer a clearer understanding of resource allocation and usage. + +----- + +### Reliability + + * **Deployment Pipeline Improvements:** We've enhanced our deployment pipeline for greater reliability and minimal downtime. + * **Autoscaling Private Preview:** **Autoscaling functionality** is entering Private Preview this July. + * **Grafana Upgrade:** Grafana has been upgraded to address a recent [CVE](https://grafana.com/blog/2025/07/02/grafana-security-update-critical-severity-security-release-for-cve-2025-5959-cve-2025-6554-cve-2025-6191-and-cve-2025-6192-in-grafana-image-renderer-plugin-and-synthetic-monitoring-agent/). + +----- + +### Connectors + + * **`influxctl` Iceberg Integration:** For customers with Iceberg enabled, you can now use `influxctl` to enable **Iceberg integration on specific tables**. + * **AWS Glue and Athena Iceberg Integration Private Preview:** **AWS Glue and Athena support for Iceberg integration** is entering Private Preview this July. + +----- + +### Performance Improvements + + * **New Disk Caching:** Customers will experience **improved performance** thanks to new disk caching capabilities. + From d51f07d5e5883d600292e67dc8e0c41881a566b8 Mon Sep 17 00:00:00 2001 From: ritwika314 Date: Tue, 8 Jul 2025 09:46:25 -0400 Subject: [PATCH 2/2] Update content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md Co-authored-by: Scott Anderson --- .../release-notes/cloud-dedicated.md | 32 ++++++------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md b/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md index a32cc655c9..8d8209049b 100644 --- a/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md +++ b/content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md @@ -11,42 +11,30 @@ menu: weight: 202 --- ------ - ## July 2025 Product Highlights ------ - ### New Features - * **`influxctl` Database Management:** You can now use `influxctl` to delete, undelete, and rename databases. For complete details, see the [Influxctl CLI reference](https://www.google.com/search?q=/influxdb3/cloud-dedicated/reference/cli/influxctl/). - * **`influxctl` Table Deletion:** We've also added `influxctl` support for deleting tables. - ------ +- **`influxctl` Database Management:** You can now use `influxctl` to delete, undelete, and rename databases. For complete details, see [Manage databases](/influxdb3/cloud-dedicated/admin/databases/) and the [`influxctl database` command reference](/influxdb3/cloud-dedicated/reference/cli/influxctl/database/). +- **`influxctl` Table Deletion:** We've also added `influxctl` support for deleting tables. For more information, see [Delete a table](/influxdb3/cloud-dedicated/admin/tables/delete/) and the [`influxctl table delete` command reference](/influxdb3/cloud-dedicated/reference/cli/influxctl/table/delete/). ### User Interface (UI) Enhancements - * **Simplified User Management:** The UI now includes a **users page**, making it easier to manage users and enabling self-service invitations. - * **Component-Based Cluster Sizing:** Cluster sizing information has been revamped in terms of cluster components to offer a clearer understanding of resource allocation and usage. - ------ +- **Simplified User Management:** The UI now includes a _users page_ lets you manage existing users and invite new users. +- **Component-Based Cluster Sizing:** Cluster sizing information has been revamped to better show cluster components and offer a clearer understanding of resource allocation and usage. ### Reliability - * **Deployment Pipeline Improvements:** We've enhanced our deployment pipeline for greater reliability and minimal downtime. - * **Autoscaling Private Preview:** **Autoscaling functionality** is entering Private Preview this July. - * **Grafana Upgrade:** Grafana has been upgraded to address a recent [CVE](https://grafana.com/blog/2025/07/02/grafana-security-update-critical-severity-security-release-for-cve-2025-5959-cve-2025-6554-cve-2025-6191-and-cve-2025-6192-in-grafana-image-renderer-plugin-and-synthetic-monitoring-agent/). - ------ +- **Deployment Pipeline Improvements:** We've enhanced our deployment pipeline to be more reliable and minimize downtime. +- **Autoscaling Private Preview:** _Autoscaling functionality_ is entering Private Preview this July. +- **Grafana Upgrade:** Grafana has been upgraded to address a recent [CVE](https://grafana.com/blog/2025/07/02/grafana-security-update-critical-severity-security-release-for-cve-2025-5959-cve-2025-6554-cve-2025-6191-and-cve-2025-6192-in-grafana-image-renderer-plugin-and-synthetic-monitoring-agent/). ### Connectors - * **`influxctl` Iceberg Integration:** For customers with Iceberg enabled, you can now use `influxctl` to enable **Iceberg integration on specific tables**. - * **AWS Glue and Athena Iceberg Integration Private Preview:** **AWS Glue and Athena support for Iceberg integration** is entering Private Preview this July. - ------ +- **`influxctl` Iceberg Integration:** For customers with Iceberg enabled, you can now use `influxctl` to enable the _Iceberg integration on specific tables_. +- **AWS Glue and Athena Iceberg Integration Private Preview:** _AWS Glue and Athena support for Iceberg integration_ is entering Private Preview this July. ### Performance Improvements - * **New Disk Caching:** Customers will experience **improved performance** thanks to new disk caching capabilities. +- **New Disk Caching:** Customers will experience improved performance thanks to new disk caching capabilities.