mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Bump psu version to 1.3.0-alpha
Update psu, CHANGELOG and README
This commit is contained in:
@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.3.0-alpha] - 2021-09-14
|
||||||
### Changed
|
### Changed
|
||||||
- **Breaking Change**: [HTTPie](https://httpie.io/) is replaced by [cURL](https://curl.se), for smaller Docker images, faster execution and to be more portable
|
- **Breaking Change**: [HTTPie](https://httpie.io/) is replaced by [cURL](https://curl.se), for smaller Docker images, faster execution and to be more portable
|
||||||
- Boost performance for some actions like `status`, `tasks` and `tasks:healthy`, with parallel requests
|
- Boost performance for some actions like `status`, `tasks` and `tasks:healthy`, with parallel requests
|
||||||
@ -159,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Debug mode
|
- Debug mode
|
||||||
- Strict mode
|
- Strict mode
|
||||||
|
|
||||||
[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.2.0...1-3-next
|
[Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.3.0-alpha...1-3-next
|
||||||
|
[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]: 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
|
[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.2.0-alpha]: https://gitlab.com/psuapp/psu/-/tags/v1.2.0-alpha
|
||||||
|
@ -76,6 +76,7 @@ Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) m
|
|||||||
|
|
||||||
<!-- - `dev` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev) -->
|
<!-- - `dev` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev) -->
|
||||||
|
|
||||||
|
- `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`, `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)
|
- `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.2.0-alpha` -> [`v1.2.0-alpha`](https://gitlab.com/psuapp/psu/-/tags/v1.2.0-alpha)
|
||||||
@ -121,7 +122,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
|
docker run -v $(pwd)/docker-compose.yml:/docker-compose.yml -it --rm --entrypoint bash psuapp/psu:1.2
|
||||||
# Run any commands here! E.g.
|
# Run any commands here! E.g.
|
||||||
$ psu --version
|
$ psu --version
|
||||||
Portainer Stack Utils, version 1.2.0
|
Portainer Stack Utils, version 1.3.0-alpha
|
||||||
License GPLv3: GNU GPL version 3
|
License GPLv3: GNU GPL version 3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user