Skip to content

Commit

Permalink
Switch placement of edge and stable sections (#1767)
Browse files Browse the repository at this point in the history
* Switched placement of edge and stable sections

Signed-off-by: Travis Beckham <[email protected]>

* apt-get install -y

Signed-off-by: Flynn <[email protected]>

---------

Signed-off-by: Travis Beckham <[email protected]>
Signed-off-by: Flynn <[email protected]>
Co-authored-by: Flynn <[email protected]>
  • Loading branch information
travisbeckham and kflynn committed Apr 24, 2024
1 parent 22f831f commit 725d76b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/on-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.clou
scurl https://packages.cloud.google.com/apt/doc/apt-key.gpg \
| sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update
sudo apt-get install google-cloud-cli
sudo apt-get install -y google-cloud-cli
26 changes: 13 additions & 13 deletions linkerd.io/content/releases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ weight = 18

Releases and packages of Linkerd are available in several different forms.

## Stable releases

As of February 2024, the Linkerd project is no longer producing open source
stable release artifacts. Instead, the vendor community around Linkerd is
responsible for supported, stable release artifacts.

Known distributions of Linkerd with stable release artifacts include:

- [Buoyant Enterprise for Linkerd](https://docs.buoyant.io/buoyant-enterprise-linkerd)
from Buoyant, creators of Linkerd.
Latest version: **enterprise-2.15.2**
[[release notes](https://docs.buoyant.io/release-notes/buoyant-enterprise-linkerd/enterprise-2.15.2/)].

## Edge releases

All Linkerd development happens "on main": all changes, whether security
Expand All @@ -27,16 +40,3 @@ The full list of edge release artifacts can be found on

Latest version: **{{% latestedge %}}** [[release
notes](https://github.com/linkerd/linkerd2/releases/tag/{{% latestedge %}})].

## Stable releases

As of February 2024, the Linkerd project is no longer producing open source
stable release artifacts. Instead, the vendor community around Linkerd is
responsible for supported, stable release artifacts.

Known distributions of Linkerd with stable release artifacts include:

- [Buoyant Enterprise for Linkerd](https://docs.buoyant.io/buoyant-enterprise-linkerd)
from Buoyant, creators of Linkerd.
Latest version: **enterprise-2.15.2**
[[release notes](https://docs.buoyant.io/release-notes/buoyant-enterprise-linkerd/enterprise-2.15.2/)].

0 comments on commit 725d76b

Please sign in to comment.