From c94f5faf18d993d3eba8e015f9e8fdcaffb48da9 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 18 Feb 2025 17:26:29 +0000 Subject: Add VyOS Stream page and 2025-Q1 release --- site/get/index.md | 19 ++++++++++++++++- site/get/stream.md | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 site/get/stream.md diff --git a/site/get/index.md b/site/get/index.md index da7fa4d..b0b2f7b 100644 --- a/site/get/index.md +++ b/site/get/index.md @@ -12,7 +12,7 @@ # Get VyOS - VyOS has two release "channels": rolling release and LTS releases. + VyOS has three release "channels": rolling release, VyOS Stream, and LTS releases. @@ -39,6 +39,23 @@ +
+ + ## VyOS Stream + + VyOS Stream serves as a technology preview and a quality gate for the upcoming LTS release. + New images are releases roughly every quarter. + + Features can only be removed from VyOS Stream through a deprecation procedure, + and we promise to only make forward-compatible changes to the configuration syntax + and API, so that users, integrators, and developers of external tools + can prepare their environments and projects for the future LTS release + and help us identify and fix issues. + + Go to the [VyOS Stream page](/get/stream) to download. + +
+
## LTS release diff --git a/site/get/stream.md b/site/get/stream.md new file mode 100644 index 0000000..914b8b3 --- /dev/null +++ b/site/get/stream.md @@ -0,0 +1,61 @@ +
+ + +
+
+
+ + VyOS Stream serves as a technology preview and a quality gate for the upcoming LTS release. + New images are releases roughly every quarter. + + Features can only be removed from VyOS Stream through a deprecation procedure, + and we promise to only make forward-compatible changes to the configuration syntax + and API, so that users, integrators, and developers of external tools + can prepare their environments and projects for the future LTS release + and help us identify and fix issues. + + + ## Verifying image signatures + + We use [minisign](https://jedisct1.github.io/minisign/) for release signing. To learn about its advantages + over GPG, read [signify: Securing OpenBSD From Us To You](https://www.openbsd.org/papers/bsdcan-signify.html). + + One obvious advantage is that you don't need to import the key anywhere, you can pass it as a command line argument. + Once you download an image and its `.minisig` file, you can verify its integrity with this command: + + ``` + minisign -Vm -P RWTR1ty93Oyontk6caB9WqmiQC4fgeyd/ejgRxCRGd2MQej7nqebHneP + ``` + +
+ +
+ + ## Releases + + ### VyOS Stream 1.5-2025-Q1 + + * Image: [vyos-1.5-stream-2025-Q1-generic-amd64.iso](https://community-downloads.vyos.dev/stream/1.5-stream-2025-Q1/vyos-1.5-stream-2025-Q1-generic-amd64.iso) ([sig](https://community-downloads.vyos.dev/stream/1.5-stream-2025-Q1/vyos-1.5-stream-2025-Q1-generic-amd64.iso.minisig)) + * Source code tarball: [circinus-1.5-stream-2025-Q1.tar.gz](https://community-downloads.vyos.dev/stream/1.5-stream-2025-Q1/circinus-1.5-stream-2025-Q1.tar.gz) ([sig](https://community-downloads.vyos.dev/stream/1.5-stream-2025-Q1/circinus-1.5-stream-2025-Q1.tar.gz.minisig)) + +
+ +
+ +
-- cgit v1.2.3