mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Bump psu version to 1.0.0
Hurray!
This commit is contained in:
parent
e1a699a73b
commit
ebbc89d8bd
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0] - 2019-07-25
|
||||
### Added
|
||||
- New actions: `ls`, `status`, `services`, `tasks`, `tasks:healthy`, `containers`, `login`, `lint`, `inspect`, `system:info`, `actions`, `help` and `version`
|
||||
- New options: `--auth-token=[AUTH_TOKEN]`, `--compose-file-base64=[BASE64]`, `--env-file-base64=[BASE64]`, `--timeout=[SECONDS]`, `--detect-job=[true|false]`, `--service=[SERVICE_NAME]`, `--insecure`, `--masked-variables`, `--quiet`, `--lint`, `--help` and `--version`
|
||||
|
@ -66,8 +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):
|
||||
|
||||
- `dev` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev)
|
||||
<!-- - `1.1.0-alpha.1` -> [`v1.1.0-alpha.1`](https://gitlab.com/psuapp/psu/-/tags/v1.1.0-alpha.1) -->
|
||||
<!-- - `1`, `1.0`, `1.0.0`, `latest` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0) -->
|
||||
- `1`, `1.0`, `1.0.0`, `latest` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0)
|
||||
- `0.1.1`, `latest` -> [`v0.1.1`](https://gitlab.com/psuapp/psu/-/tags/v0.1.1)
|
||||
- `0.1.0` -> [`v0.1.0`](https://gitlab.com/psuapp/psu/-/tags/v0.1.0)
|
||||
|
||||
@ -76,13 +75,13 @@ Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) m
|
||||
The `core` variant doesn't include `docker-compose`, so it's a bit smaller.
|
||||
But you can't lint Docker compose/stack file before deploying a stack.
|
||||
- `dev-core` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev)
|
||||
<!-- - `1-core`, `1.0-core`, `1.0.0-core`, `core` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0) -->
|
||||
- `1-core`, `1.0-core`, `1.0.0-core`, `core` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0)
|
||||
|
||||
The `debian` and `debian-core` variants use [Debian](https://www.debian.org) instead of [Alpine](https://alpinelinux.org/) as base image for `psu`.
|
||||
- `dev-debian` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev)
|
||||
- `dev-debian-core` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev)
|
||||
<!-- - `1-debian`, `1.0-debian`, `1.0.0-debian`, `debian` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0) -->
|
||||
<!-- - `1-debian-core`, `1.0-debian-core`, `1.0.0-debian-core`, `debian-core` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0) -->
|
||||
- `1-debian`, `1.0-debian`, `1.0.0-debian`, `debian` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0)
|
||||
- `1-debian-core`, `1.0-debian-core`, `1.0.0-debian-core`, `debian-core` -> [`v1.0.0`](https://gitlab.com/psuapp/psu/-/tags/v1.0.0)
|
||||
|
||||
|
||||
#### Testing/debugging:
|
||||
|
2
psu
2
psu
@ -27,7 +27,7 @@ set -e
|
||||
# None #
|
||||
############################
|
||||
main() {
|
||||
VERSION="1.0.0-alpha.12"
|
||||
VERSION="1.0.0"
|
||||
|
||||
OPTIONS_TABLE=(
|
||||
# option_key;flag_text;option_text;description
|
||||
|
Loading…
x
Reference in New Issue
Block a user