diff --git a/CHANGELOG.md b/CHANGELOG.md index 482c994..378d1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0-beta.1] - 2021-11-30 ### Added - Docker images are now multi-architecture (`linux/amd64` and `linux/arm64` 🦾) - [macOS](https://apple.com/macos) support @@ -179,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Debug mode - Strict mode -[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.3.0-alpha...1-3-next +[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.3.0-beta.1...1-3-next +[1.3.0-beta.1]: https://gitlab.com/psuapp/psu/-/tags/v1.3.0-beta.1 [1.3.0-alpha]: https://gitlab.com/psuapp/psu/-/tags/v1.3.0-alpha [1.2.0]: https://gitlab.com/psuapp/psu/-/tags/v1.2.0 [1.2.0-beta.1]: https://gitlab.com/psuapp/psu/-/tags/v1.2.0-beta.1 diff --git a/README.md b/README.md index a84d109..668c818 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) m +- `1.3.0-beta.1` -> [`v1.3.0-beta.1`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0-beta.1) - `1.3.0-alpha` -> [`v1.3.0-alpha`](https://gitlab.com/psuapp/psu/-/tags/v1.3.0-alpha) - `1`, `1.2`, `1.2.0` -> [`v1.2.0`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0) - `1.2.0-beta.1` -> [`v1.2.0-beta.1`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0-beta.1) @@ -145,7 +146,7 @@ For testing/debugging, you can use this Docker image in interactive mode, to run docker run -v $(pwd)/docker-compose.yml:/docker-compose.yml -it --rm --entrypoint bash psuapp/psu:1.2 # Run any commands here! E.g. $ psu --version -Portainer Stack Utils, version 1.3.0-alpha +Portainer Stack Utils, version 1.3.0-beta.1 License GPLv3: GNU GPL version 3 ``` diff --git a/psu b/psu index a9a2d2d..c35bda5 100755 --- a/psu +++ b/psu @@ -27,7 +27,7 @@ set -e # None # ############################ main() { - VERSION="1.3.0-alpha" + VERSION="1.3.0-beta.1" OPTIONS_TABLE=( # option_key;flag_text;option_text;description