From f0061a1c77c5b96d97c2077c4fb425fb72fd999a Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Wed, 15 Jan 2025 21:29:17 -0500 Subject: [PATCH] Change versions --- .../docusaurus/docs/02-Getting Started/01-quick-install.md | 4 ++-- .../docusaurus/docs/02-Getting Started/02-manual-install.md | 2 +- packages/docusaurus/docs/02-Getting Started/03-quick-setup.md | 2 +- packages/docusaurus/docs/06-Newt/02-install.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/docusaurus/docs/02-Getting Started/01-quick-install.md b/packages/docusaurus/docs/02-Getting Started/01-quick-install.md index f17d52c..f6c9388 100644 --- a/packages/docusaurus/docs/02-Getting Started/01-quick-install.md +++ b/packages/docusaurus/docs/02-Getting Started/01-quick-install.md @@ -22,11 +22,11 @@ Installer binaries for Linux can be found in the [Github releases](https://githu For example, on `amd64` download the installer with either wget or curl and make it executable: ```bash -wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer +wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer ``` ```bash -curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.5/installer_linux_amd64" && chmod +x ./installer +curl -L -o installer "https://github.com/fosrl/pangolin/releases/download/1.0.0-beta.6/installer_linux_amd64" && chmod +x ./installer ``` The installer must be run as root. If you're not already root, switch to the root user or use sudo: diff --git a/packages/docusaurus/docs/02-Getting Started/02-manual-install.md b/packages/docusaurus/docs/02-Getting Started/02-manual-install.md index a3d0df8..57025fd 100644 --- a/packages/docusaurus/docs/02-Getting Started/02-manual-install.md +++ b/packages/docusaurus/docs/02-Getting Started/02-manual-install.md @@ -59,7 +59,7 @@ _For any Traefik configuration changes beyond what is needed in this tutorial, p ```yaml services: pangolin: - image: fosrl/pangolin:latest + image: fosrl/pangolin:1.0.0-beta.6 container_name: pangolin restart: unless-stopped ports: diff --git a/packages/docusaurus/docs/02-Getting Started/03-quick-setup.md b/packages/docusaurus/docs/02-Getting Started/03-quick-setup.md index 45186b3..db6b845 100644 --- a/packages/docusaurus/docs/02-Getting Started/03-quick-setup.md +++ b/packages/docusaurus/docs/02-Getting Started/03-quick-setup.md @@ -33,7 +33,7 @@ There are 2 ways to setup Newt: with the CLI application or the Docker container On Linux, you can wget the newt binary and run the command copied during the create site step. Make sure to replace amd64 with your architecture! ```bash -wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt +wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt ``` Then run Newt diff --git a/packages/docusaurus/docs/06-Newt/02-install.md b/packages/docusaurus/docs/06-Newt/02-install.md index 8b4e1bc..31200c4 100644 --- a/packages/docusaurus/docs/06-Newt/02-install.md +++ b/packages/docusaurus/docs/06-Newt/02-install.md @@ -15,11 +15,11 @@ On Linux for example: Download Newt with either wget or curl or from your browser and make it executable: ```bash -wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt +wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt ``` ```bash -curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.2/newt_linux_amd64" && chmod +x ./newt +curl -L -o newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt ``` And run it: