diff --git a/src/pages/docs/infrastructure/ephemeral-environments/index.md b/src/pages/docs/infrastructure/ephemeral-environments/index.md index 9255275358..0b44128a4d 100644 --- a/src/pages/docs/infrastructure/ephemeral-environments/index.md +++ b/src/pages/docs/infrastructure/ephemeral-environments/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2025-09-08 -modDate: 2025-09-08 +modDate: 2025-11-27 title: Ephemeral Environments navTitle: Ephemeral Environments navSection: Ephemeral Environments @@ -11,10 +11,6 @@ navOrder: 41 Ephemeral environments in Octopus Deploy allow you to automatically create test environments on-demand to gain confidence in your changes while helping to keep your infrastructure costs down. -:::div{.hint} -Support for Ephemeral Environments is rolling out as an Early Access Preview to Octopus Cloud. -::: - Ephemeral environments are designed to be created and removed as part of testing changes within the development lifecycle. [Releases](/docs/releases) can be deployed to in the same way as long-lived environments such as **Staging** or **Production**, and provide additional capabilities to provision and deprovision infrastructure associated with the environment using [Runbooks](/docs/runbooks). @@ -40,3 +36,7 @@ Parent environments can be selected alongside existing long-lived environments i - Variable sets - Project variables - User roles assigned to teams + +## Availability + +Ephemeral environments are available to all cloud and self-hosted customers from version `2025.4`. diff --git a/src/pages/docs/projects/ephemeral-environments/index.md b/src/pages/docs/projects/ephemeral-environments/index.md index d5468962d6..db0497ce70 100644 --- a/src/pages/docs/projects/ephemeral-environments/index.md +++ b/src/pages/docs/projects/ephemeral-environments/index.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2025-10-17 -modDate: 2025-10-17 +modDate: 2025-11-27 title: Ephemeral Environments navTitle: Ephemeral Environments navSection: Ephemeral Environments @@ -11,10 +11,6 @@ navOrder: 41 Ephemeral environments in Octopus Deploy allow you to automatically create test environments on-demand to gain confidence in your changes while helping to keep your infrastructure costs down. -:::div{.hint} -Support for Ephemeral Environments is rolling out as an Early Access Preview to Octopus Cloud. -::: - Ephemeral environments integrate smoothly into your existing development workflows by building on existing Octopus features such as [Releases](/docs/releases), [Channels](/docs/releases/channels) and [Runbooks](/docs/runbooks). Octopus can automatically create and deploy to an ephemeral environment from releases created within a specifically configured channel in a project, and supports provisioning and deprovisioning of associated infrastructure using Runbooks. @@ -246,3 +242,7 @@ The following limitations currently apply to the use of the Ephemeral Environmen - Ephemeral environments cannot be deployed to tenants. - Parent environments cannot be connected to tenants. - Ephemeral environments and parent environments cannot be used within lifecycles, deployment freezes and insights reports. + +## Availability + +Ephemeral environments are available to all cloud and self-hosted customers from version `2025.4`