diff --git a/README.md b/README.md index 0f6c65e..477f17d 100644 --- a/README.md +++ b/README.md @@ -88,17 +88,17 @@ After installation, be sure to review all the guides in the Documentation sectio ### Updating 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**. +For example, if you're on **v1.0.18** and the latest is **v1.0.20**, first update to **v1.0.19**, then to **v1.0.20**. +- **v1.0.19 → v1.0.20** + Download and run the [`update1020.sh`](docs/update1020.sh) script. + - **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. - 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 67d83e3..d4a3ee0 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.19 --single-branch https://github.com/getnamingo/registry /opt/registry +git clone --branch v1.0.20 --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 06aa03d..6c65bfe 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -259,7 +259,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.19 --single-branch https://github.com/getnamingo/registry /opt/registry + git clone --branch v1.0.20 --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 1fcd451..da4b523 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,8 +1,10 @@ # Namingo Update Guide -## v1.0.0 to v1.0.16 +## v1.0.0 to v1.0.17 -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. +You must run update scripts in order, without skipping versions. For example, if you're on 1.0.15 and the latest is 1.0.17, first update to 1.0.16, then to 1.0.17. + +- v1.0.16 to v1.0.17 - download and run the [update1017.sh](docs/update1017.sh) script. - v1.0.15 to v1.0.16 - download and run the [update1016.sh](docs/update1016.sh) script.