diff --git a/website/content/docs/release-notes/1.18.0.mdx b/website/content/docs/release-notes/1.18.0.mdx new file mode 100644 index 000000000000..597b8c484df7 --- /dev/null +++ b/website/content/docs/release-notes/1.18.0.mdx @@ -0,0 +1,143 @@ +--- +layout: docs +page_title: "1.18.0 release notes" +description: |- + Key updates for Vault 1.18.0 +--- + +# Vault 1.18.0 release notes + +**GA date:** 2024-10-09 + +@include 'release-notes/intro.mdx' + +## Important changes + +| Change | Description +| --------------------------- | ----------- +| New default (1.18.0) | [Default activity log querying period](/vault/docs/upgrading/upgrade-to-1.18.x#default-activity-log-querying-period) +| New default (1.18.0) | [Docker image no longer contains curl](/vault/docs/upgrading/upgrade-to-1.18.x#docker-image-no-longer-contains-curl) +| Beta feature removed (1.18) | [Request limiter removed](/vault/docs/upgrading/upgrade-to-1.18.x#request-limiter-configuration-removal) + +## Vault companion updates + +Companion updates are Vault updates that live outside the main Vault binary. + +**None**. + +## Community updates + +Follow the learn more links for more information, or browse the list of +[Vault tutorials updated to highlight changes for the most recent GA release](/vault/tutorials/new-release). + +**None**. + +## Enterprise updates + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ReleaseUpdateDescription
+ Adaptive overload protection + GA + Prevent client requests from overwhelming a variety of server resources + that could lead to poor server availability. +

+ Learn more: Adaptive overload protection overview +
+ Autopilot + ENHANCED + Overall stability improvements. +

+ Learn more: Autopilot overview +
+ Client count + ENHANCED + Improved clarity around metering and billing attribution. +

+ Learn more: Client count calculations +
+ PKI CMPv2 + GA + Enable PKI support for automated certificate enrollment with CMPv2 + protocols for 5G networks per 3G PP standards. +

+ Learn more: CMPv2 in the Vault PKI plugin +
+ Vault UI + GA + Use the Vault UI to configure AWS WIF plugins. +

+ Learn more: AWS WIF +
+ PostgreSQL plugin + GA + Use rootless rotation for PostgreSQL static roles so individual database + accounts can rotate their own passwords. +

+ Learn more: PostgreSQL plugin overview +
+ Vault Enterprise with HSM for ARM architecture + GA + Run Vault Enterprise on ARM machines with Hardware Security Modules. +

+ Vault releases: releases.hashicorp.com/vault +
+ +## Feature deprecations and EOL + +Deprecated in 1.18.x | Retired in 1.18.x +-------------------- | --------------- +None | None + +@include 'release-notes/deprecation-note.mdx' diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index d1447aa15dcf..85d88840bbf1 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -2632,6 +2632,10 @@ "title": "Overview", "path": "release-notes" }, + { + "title": "1.18.0", + "path": "release-notes/1.18.0" + }, { "title": "1.17.0", "path": "release-notes/1.17.0"