From 69a9b12f6f563d49bb4426d5722ca174f4e650bf Mon Sep 17 00:00:00 2001 From: Steven Cleve <107827476+stevencl840@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:04:41 +1000 Subject: [PATCH 1/2] WIP --- .../docs/releases/deployment-timeline.md | 36 ++++--------------- .../docs/releases/environment-timeline.md | 31 ++++++++++++++++ 2 files changed, 38 insertions(+), 29 deletions(-) create mode 100644 src/pages/docs/releases/environment-timeline.md diff --git a/src/pages/docs/releases/deployment-timeline.md b/src/pages/docs/releases/deployment-timeline.md index 69ed965625..030ac16204 100644 --- a/src/pages/docs/releases/deployment-timeline.md +++ b/src/pages/docs/releases/deployment-timeline.md @@ -1,31 +1,9 @@ --- -layout: src/layouts/Default.astro -pubDate: 2024-10-28 -modDate: 2024-10-28 -title: Deployment Timeline -description: View and interact with the Deployment Timeline -navOrder: 132 +layout: src/layouts/Redirect.astro +title: Redirect +redirect: https://octopus.com/docs/releases/environment-timeline +pubDate: 2026-06-09 +navSearch: false +navSitemap: false +navMenu: false --- - -The Deployment Timeline provides visual representation of all deployments made to an [Environment](/docs/infrastructure/environments) for a [Project](/docs/projects) within a [Tenant](/docs/tenants). In additional to providing an easy to understand view of deployment data, the Deployment Timeline allows easy access to perform common workflows, such as deploying the last successful/stable deployment into your environment. - -It can be access by clicking the **Timeline** button within the deployment details page. - -:::figure -![The Deployment Timeline button](/docs/img/releases/timeline/timeline-button.png) -::: - -A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing, sorted by when the deployment was created. - -:::figure -![The deployment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png) -::: - -For releases that have not been deleted, either manually or via [Retention policies](/docs/administration/retention-policies), an overflow menu provides actions that can be triggered: - -1. **Redeploy...** - Redeploys the release -2. **Deploy to...** - Allows deployment of the release into another environment -3. **Delete deployment...** - Deletes the deployment -4. **View task log** - Redirects to the Task log of the deployment - -For deleted releases, no action can be taken and the deployment details are shown for informational purposes only. diff --git a/src/pages/docs/releases/environment-timeline.md b/src/pages/docs/releases/environment-timeline.md new file mode 100644 index 0000000000..a857d5f51e --- /dev/null +++ b/src/pages/docs/releases/environment-timeline.md @@ -0,0 +1,31 @@ +--- +layout: src/layouts/Default.astro +pubDate: 2024-10-28 +modDate: 2026-06-09 +title: Environ,enmt Timeline +description: View and interact with the Environment Timeline +navOrder: 132 +--- + +The Environment Timeline provides visual representation of all deployments made to an [Environment](/docs/infrastructure/environments) for a [Project](/docs/projects) within a [Tenant](/docs/tenants). In additional to providing an easy to understand view of deployment data, the Environment Timeline allows easy access to perform common workflows, such as deploying the last successful/stable deployment into your environment. + +It can be access by clicking the **Timeline** button within the deployment details page, or the environment name in a project's dashboard. + +:::figure +![The Environment Timeline button](/docs/img/releases/timeline/timeline-button.png) +::: + +A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing. Deployments are grouped into buckets dependeding on how long ago the deployment was performed. + +:::figure +![The Environment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png) +::: + +For releases that have not been deleted, either manually or via [Retention policies](/docs/administration/retention-policies), an overflow menu provides actions that can be triggered: + +1. **Redeploy...** - Redeploys the release +2. **Deploy to...** - Allows deployment of the release into another environment +3. **Delete deployment...** - Deletes the deployment +4. **View task log** - Redirects to the Task log of the deployment + +For deleted releases, no action can be taken and the deployment details are shown for informational purposes only. From 529e2125b94272de81520b055c9fac1bc921df10 Mon Sep 17 00:00:00 2001 From: Steven Cleve <107827476+stevencl840@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:06:24 +1000 Subject: [PATCH 2/2] Fixed spelling --- src/pages/docs/releases/environment-timeline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/releases/environment-timeline.md b/src/pages/docs/releases/environment-timeline.md index a857d5f51e..440199ab32 100644 --- a/src/pages/docs/releases/environment-timeline.md +++ b/src/pages/docs/releases/environment-timeline.md @@ -2,7 +2,7 @@ layout: src/layouts/Default.astro pubDate: 2024-10-28 modDate: 2026-06-09 -title: Environ,enmt Timeline +title: Environment Timeline description: View and interact with the Environment Timeline navOrder: 132 --- @@ -15,7 +15,7 @@ It can be access by clicking the **Timeline** button within the deployment detai ![The Environment Timeline button](/docs/img/releases/timeline/timeline-button.png) ::: -A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing. Deployments are grouped into buckets dependeding on how long ago the deployment was performed. +A drawer opens showing all deployments for the current Environment, Project and Tenant you are viewing. Deployments are grouped into buckets depending on how long ago the deployment was performed. :::figure ![The Environment Timeline with overflow menu for last successful deployment](/docs/img/releases/timeline/timeline.png)