diff --git a/website/content/docs/releases/release-notes/v0_7_0.mdx b/website/content/docs/releases/release-notes/v0_7_0.mdx new file mode 100644 index 0000000000..453c4cc06c --- /dev/null +++ b/website/content/docs/releases/release-notes/v0_7_0.mdx @@ -0,0 +1,29 @@ +--- +layout: docs +page_title: v0.7.0 +description: |- + Boundary release notes for v0.7.0 +--- + +# [Boundary v0.7.0](https://www.boundaryproject.io/downloads) + +The release notes below contain information about new functionality available in Boundary v0.7.0 and the corresponding Boundary Desktop v1.4.0 release. +To see a granular record of when each item was merged into the Boundary project, please refer to the [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md). +To learn about what Boundary consists of, we highly recommend you start at the [Getting Started Page](/docs/getting-started). + +Lastly, for instructions on how to upgrade an existing Boundary deployment to v0.7.0, please review Boundary’s [general upgrade guide](https://learn.hashicorp.com/tutorials/boundary/upgrade-version). + +## Boundary v0.7.0 Highlights + +**Dynamic Host Catalogs:** Boundary introduces a new resource type, dynamic host catalogs, which automate the discovery of host resources from a catalog provider. The 0.7 release includes +initial support for Azure and AWS host catalogs with more catalog providers to follow in future releases. Catalogs are implemented via Boundary's (currently internal) new go-plugin system. + +**Managed group configuration in the admin console**: Managed groups are a special type of IAM group which populate users based on administrator-defined filters of external identity provider (IdP) metadata. +Configuration of managed groups is now available in the Boundary admin console. + +**UI Support for Resource Filtering:** Users may now filter auth method and session resources in the admin console and Boundary Desktop. + +## What's Changed + +For more detailed information of all changes since 0.6.0, please refer to the [Changelog](https://github.com/hashicorp/boundary/blob/main/CHANGELOG.md) + diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index dedc2805f7..cd58343cfc 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -393,28 +393,32 @@ "path": "releases/release-notes" }, { - "title": "v0.1.0", - "path": "releases/release-notes/v0_1_0" + "title": "v0.7.0", + "path": "releases/release-notes/v0_7_0" }, { - "title": "v0.2.0", - "path": "releases/release-notes/v0_2_0" + "title": "v0.6.0", + "path": "releases/release-notes/v0_6_0" }, { - "title": "v0.3.0", - "path": "releases/release-notes/v0_3_0" + "title": "v0.5.0", + "path": "releases/release-notes/v0_5_0" }, { "title": "v0.4.0", "path": "releases/release-notes/v0_4_0" }, { - "title": "v0.5.0", - "path": "releases/release-notes/v0_5_0" + "title": "v0.3.0", + "path": "releases/release-notes/v0_3_0" }, { - "title": "v0.6.0", - "path": "releases/release-notes/v0_6_0" + "title": "v0.2.0", + "path": "releases/release-notes/v0_2_0" + }, + { + "title": "v0.1.0", + "path": "releases/release-notes/v0_1_0" } ] }