From a75b2536ad770df47637903c2c457158b811eb34 Mon Sep 17 00:00:00 2001
From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com>
Date: Fri, 3 Sep 2021 16:00:53 +0200
Subject: [PATCH] Bump psu version to 1.2.0-beta.1
Update CHANGELOG
---
CHANGELOG.md | 4 +++-
README.md | 3 ++-
psu | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0db7df1..5448187 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.2.0-beta.1] - 2021-09-03
### Added
- Test PSU with Portainer CE [2.5.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API
- Test PSU with Portainer CE [2.6.3](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API
@@ -133,7 +134,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.2.0-alpha...1-2-next
+[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.2.0-beta.1...1-2-next
+[1.2.0-beta.1]: https://gitlab.com/psuapp/psu/-/tags/v1.2.0-beta.1
[1.2.0-alpha]: https://gitlab.com/psuapp/psu/-/tags/v1.2.0-alpha
[1.1.0]: https://gitlab.com/psuapp/psu/-/tags/v1.1.0
[1.1.0-alpha]: https://gitlab.com/psuapp/psu/-/tags/v1.1.0-alpha
diff --git a/README.md b/README.md
index 7d47dd7..0b78e26 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ For detailed instructions, see [How to use](#how-to-use) section.
Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) matching [GitLab tags](https://gitlab.com/psuapp/psu/-/tags):
+- `1.2.0-beta.1` -> [`v1.2.0-beta.1`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0-beta.1)
- `1.2.0-alpha` -> [`v1.2.0-alpha`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0-alpha)
- `1`, `1.1`, `1.1.0` -> [`v1.1.0`](https://gitlab.com/psuapp/psu/-/tags/v1.1.0)
- `1.1.0-alpha` -> [`v1.1.0-alpha`](https://gitlab.com/psuapp/psu/-/tags/v1.1.0-alpha)
@@ -105,7 +106,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.2.0-alpha
+Portainer Stack Utils, version 1.2.0-beta.1
License GPLv3: GNU GPL version 3
```
diff --git a/psu b/psu
index 4895b30..dd150dc 100644
--- a/psu
+++ b/psu
@@ -27,7 +27,7 @@ set -e
# None #
############################
main() {
- VERSION="1.2.0-alpha"
+ VERSION="1.2.0-beta.1"
OPTIONS_TABLE=(
# option_key;flag_text;option_text;description