Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/docs/infrastructure/ephemeral-environments/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).
Expand All @@ -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`.
10 changes: 5 additions & 5 deletions src/pages/docs/projects/ephemeral-environments/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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`