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

chore(release): add release notes for 2.31.0 #2247

Merged
merged 15 commits into from
Dec 12, 2023
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
20 changes: 9 additions & 11 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.30.x"
armory-version = "2.31.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.30.0"
armory-version-exact = "2.31"
halyard-armory-version = "1.12.1"
kubesvc-version="1.0.73"
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.30"
version_menu = "Armory CD v2.31"

# 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.30.0"
version = "2.31.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.30"
githubbranch = "v2.30"
url = "https://v2-30.docs.armory.io/continuous-deployment/"

[[params.versions]]
version = "Armory CD v2.28"
githubbranch = "v2.28"
Expand All @@ -341,10 +346,3 @@ theme = "forest"
version = "Armory CD v2.27"
githubbranch = "v2.27"
url = "https://v2-27.docs.armory.io/armory-enterprise/"

[[params.versions]]
version = "Armory CD v2.26"
githubbranch = "v2.26"
url = "https://v2-26.docs.armory.io/docs/"


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.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/)
* [Armory Continuous Deployment v2.26 compatibility matrix](https://v2-26.docs.armory.io/docs/feature-status/armory-enterprise-matrix/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: >
Armory Continuous Deployment releases, long term support releases, and patches.
---

<!-- the release-notes-recent.html layout inserts the section index list at the top of the page -->
<!-- partials/list-release-notes-recent.html layout inserts the section index list at the top of the page -->



Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: v2.28.7 Armory Continuous Deployment Release (Spinnaker™ v1.28.0)
title: v2.28.7 Armory Continuous Deployment LTS Release (Spinnaker™ v1.28.0)
toc_hide: true
version: 2.28.7
date: 2023-09-13
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: v2.30.5 Armory Continuous Deployment Release (Spinnaker™ v1.30.4)
title: v2.30.5 Armory Continuous Deployment LTS Release (Spinnaker™ v1.30.4)
toc_hide: true
version: 2.30.5
date: 2023-11-10
Expand Down

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions layouts/partials/list-recent-release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</p>
<details><summary>Click to expand explanation</summary>
<pre><!-- language: lang-none -->
| Armory CD Sample |
| ---------------- |
| 2 . 30 . 1 |
| Armory CD Sample |
| ---------------- |
| 2 . 30 . 1 |
\ \ \
\ \ Dot Release: Contains bug fixes, CVE updates, and/or features behind a feature flag
\ Long Term Support (LTS) Release: Contains significant features, bug fixes, CVE updates, and code/library changes (3 releases support schedule)
Expand All @@ -25,7 +25,7 @@
{{ $pagesReverse := $pages.Reverse }}
{{ $parent := .Page }}

<div><strong>Armory supports the three most recent major releases</strong></div>
<div><strong>These are the latest three releases</strong></div>

<ul>
{{ $semverActiveMajor := 10000 }}
Expand All @@ -37,9 +37,9 @@
{{ range $pagesReverse }}
{{ if eq .Parent $parent }}

{{/* this will pickout the first {major}.{minor}.{patch} numbers */}}
{{/* this will pick out the first {major}.{minor}.{patch} numbers */}}
{{ $semverSlice := findRE "[0-9]+" .Title }}
{{ if and (ge (len $semverSlice) 3) (lt (len $displayedTitles) 3) }}
{{ if and (ge (len $semverSlice) 4) (lt (len $displayedTitles) 4) }}
{{if and (le ( index $semverSlice 0 ) $semverActiveMajor) (lt ( index $semverSlice 1 ) $semverActiveMinor) }}
{{ $semverActiveMajor = index $semverSlice 0 }}
{{ $semverActiveMinor = index $semverSlice 1 }}
Expand All @@ -59,7 +59,7 @@
{{ range $pagesReverse }}
{{ if and (eq .Parent $parent) (not (in $displayedTitles .Title)) }}

{{/* this will pickout the first {major}.{minor}.{patch} numbers */}}
{{/* this will pick out the first {major}.{minor}.{patch} numbers */}}
{{ $semverSlice := findRE "[0-9]+" .Title }}

{{ if and (ge (len $semverSlice) 3) (lt $displayedMinoredVersions 1) }}
Expand All @@ -72,6 +72,6 @@
{{ end }}
</ul>

<div>You can find versions older than the last 3 major releases in the <a href="archive">Armory Release Notes Archive</a>.</div>
<div>You can find older versions in the <a href="archive">Armory Release Notes Archive</a>.</div>

</div>
Loading
Loading