From 05d929f9b415f66b92f6c286eccc4686f36e4917 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:31:08 +0300 Subject: [PATCH] v1.0.19 preparation --- README.md | 6 +++--- docs/install-alpine.sh | 2 +- docs/install.sh | 2 +- docs/update.md | 4 +++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b16d5b8..0f6c65e 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,15 @@ After installation, be sure to review all the guides in the Documentation sectio To update, you **must run the update scripts sequentially** without skipping versions. For example, if you're on **v1.0.16** and the latest is **v1.0.18**, first update to **v1.0.17**, then to **v1.0.18**. +- **v1.0.18 → v1.0.19** + Download and run the [`update1019.sh`](docs/update1019.sh) script. + - **v1.0.17 → v1.0.18** Download and run the [`update1018.sh`](docs/update1018.sh) script. - **v1.0.16 → v1.0.17** Download and run the [`update1017.sh`](docs/update1017.sh) script. -- **v1.0.15 → v1.0.16** - Download and run the [`update1016.sh`](docs/update1016.sh) script. - For **older versions**, please refer to [`update.md`](docs/update.md). ### [Configuration Guide](docs/configuration.md) diff --git a/docs/install-alpine.sh b/docs/install-alpine.sh index bff5704..67d83e3 100644 --- a/docs/install-alpine.sh +++ b/docs/install-alpine.sh @@ -177,7 +177,7 @@ ln -sf /usr/share/adminer/latest.php /usr/share/adminer/adminer.php # --- Clone registry source code --- echo "Cloning registry source code..." -git clone --branch v1.0.18 --single-branch https://github.com/getnamingo/registry /opt/registry +git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry # --- Firewall configuration using ufw --- echo "Configuring firewall rules..." diff --git a/docs/install.sh b/docs/install.sh index 9fdf2e8..5344a08 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -254,7 +254,7 @@ EOF wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php - git clone --branch v1.0.18 --single-branch https://github.com/getnamingo/registry /opt/registry + git clone --branch v1.0.19 --single-branch https://github.com/getnamingo/registry /opt/registry echo "Setting up firewall rules..." ufw allow 22/tcp diff --git a/docs/update.md b/docs/update.md index af5b150..1fcd451 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,9 +1,11 @@ # Namingo Update Guide -## v1.0.0 to v1.0.15 +## v1.0.0 to v1.0.16 You must run update scripts in order, without skipping versions. For example, if you're on 1.0.10 and the latest is 1.0.12, first update to 1.0.11, then to 1.0.12. +- v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script. + - v1.0.14 to v1.0.15 - download and run the [update1015.sh](docs/update1015.sh) script. - v1.0.13 to v1.0.14 - download and run the [update1014.sh](docs/update1014.sh) script.