Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(releases): Updating Index for releases #2273

Merged
merged 5 commits into from
Feb 15, 2024
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
17 changes: 9 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ weight = 1
[params]
# See codenew shortcode
deploy-engine-plugin-version = "0.16.8"
armory-version = "2.31.x"
armory-version = "2.32.x"
#used in air-gapped
matching-oss-version-exact = "1.27.0"
# used in agent compat and system requirements
mysql-version="5.7; AWS Aurora"
postgresql-version="10+"
#used in the Operator docs
armory-version-exact = "2.31"
armory-version-exact = "2.32"
halyard-armory-version = "1.12.1"
kubesvc-version="1.0.75"
operator-extended-crd-version = "v1alpha2"
Expand All @@ -204,7 +204,7 @@ terms_and_conditions = "https://www.armory.io/terms-and-conditions/"

# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu = "Armory CD v2.31"
version_menu = "Armory CD v2.32"

# Flag used in the "version-banner" partial to decide whether to display a
# banner on every page indicating that this is an archived version of the docs.
Expand All @@ -215,7 +215,7 @@ archived_version = false
# Used in the "version-banner" partial to display a version number for the
# current doc set.
# Also used in the PCM to highlight what version the PCM is for
version = "2.31.x"
version = "2.32.x"

# A link to latest version of the Armory CD docs. Used in the "version-banner" partial to
# point people to the main Armory CD docs site.
Expand Down Expand Up @@ -332,6 +332,11 @@ theme = "forest"

#Add new release versions here. These entries appear in the drop-down menu
# at the top of the website.
[[params.versions]]
version = "Armory CD v2.31"
githubbranch = "v2.31"
url = "https://v2-31.docs.armory.io/continuous-deployment/"

[[params.versions]]
version = "Armory CD v2.30"
githubbranch = "v2.30"
Expand All @@ -342,7 +347,3 @@ theme = "forest"
githubbranch = "v2.28"
url = "https://v2-28.docs.armory.io/continuous-deployment/"

[[params.versions]]
version = "Armory CD v2.27"
githubbranch = "v2.27"
url = "https://v2-27.docs.armory.io/armory-enterprise/"
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This compatibility matrix details what is supported in the **Armory Continuous D

You can find the compatibility matrix for previous Armory Continuous Deployment releases in the docs version for the release you are using:

* [Armory Continuous Deployment v2.31 compatibility matrix](https://v2-31.docs.armory.io/continuous-deployment/feature-status/continuous-deployment-matrix/)
* [Armory Continuous Deployment v2.30 compatibility matrix](https://v2-30.docs.armory.io/continuous-deployment/feature-status/continuous-deployment-matrix/)
* [Armory Continuous Deployment v2.28 compatibility matrix](https://v2-28.docs.armory.io/continuous-deployment/feature-status/continuous-deployment-matrix/)
* [Armory Continuous Deployment v2.27 compatibility matrix](https://v2-27.docs.armory.io/armory-enterprise/feature-status/armory-enterprise-matrix/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.28.1 Armory Continuous Deployment Release (Spinnaker™ v1.28.1)
toc_hide: true
version: 02.28.1
version: 2.28.1
date: 2022-11-23
description: >
Release notes for Armory Continuous Deployment v2.28.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.28.2 Armory Continuous Deployment Release (Spinnaker™ v1.28.4)
toc_hide: true
version: 02.28.2
version: 2.28.2
date: 2023-01-09
description: >
Release notes for Armory Continuous Deployment v2.28.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.28.3 Armory Continuous Deployment Release (Spinnaker™ v1.28.4)
toc_hide: true
version: 02.28.3
version: 2.28.3
date: 2023-01-26
description: >
Release notes for Armory Continuous Deployment v2.28.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.28.4 Armory Continuous Deployment Release (Spinnaker™ v1.28.4)
toc_hide: true
version: 02.28.4
version: 2.28.4
date: 2023-02-07
description: >
Release notes for Armory Continuous Deployment v2.28.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.28.5 Armory Continuous Deployment Release (Spinnaker™ v1.28.5)
toc_hide: true
version: 02.28.5
version: 2.28.5
date: 2023-03-07
description: >
Release notes for Armory Continuous Deployment v2.28.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v2.32.0 Armory Continuous Deployment Release (Spinnaker™ v1.32.3)
title: v2.32.0 Armory Continuous Deployment Feature Release (Spinnaker™ v1.32.3)
toc_hide: true
version: <!-- version in 00.00.00 format ex 02.23.01 for sorting, grouping -->
version: 2.32.0
date: 2024-02-09
description: >
Release notes for Armory Continuous Deployment v2.32.0.
Expand Down
Loading