Remove Portainer 1.19.2 support.

Because it's unavailable on Docker Hub.
And bump the last Portainer to 1.22.1
This commit is contained in:
Tortue Torche 2019-10-23 08:23:07 +00:00
parent b9709f8ce9
commit f87cfa64b8
2 changed files with 1 additions and 6 deletions

View File

@ -82,11 +82,6 @@ build:debian-core:
- registry_login - registry_login
- bash scripts/test.sh - bash scripts/test.sh
test:portainer-1.19.2:
<<: *test_definition
variables:
PORTAINER_VERSION: 1.19.2
test:portainer-1.20.2: test:portainer-1.20.2:
<<: *test_definition <<: *test_definition
variables: variables:

View File

@ -207,7 +207,7 @@ For detailed instructions, see the [CLI Commands](docs/README.md) documentation.
## Supported Portainer API ## Supported Portainer API
<abbr title="Portainer Stack Utils">PSU</abbr> was created for the latest versions of Portainer API, which at the time of writing are [1.19.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.19.2), [1.20.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.20.2), [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) and [1.22.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.0). <abbr title="Portainer Stack Utils">PSU</abbr> was created for the latest versions of Portainer API, which at the time of writing are [1.20.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.20.2), [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) and [1.22.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.1).
## License ## License