Run PSU tests with Portainer 1.21.0

Because the latest Portainer release is now 1.22.0
This commit is contained in:
Tortue Torche 2019-08-27 16:40:30 +02:00
parent cf83068821
commit 7bb3522cef
2 changed files with 6 additions and 1 deletions

View File

@ -91,6 +91,11 @@ test:portainer-1.20.2:
variables:
PORTAINER_VERSION: 1.20.2
test:portainer-1.21.0:
<<: *test_definition
variables:
PORTAINER_VERSION: 1.21.0
test:portainer-latest:
<<: *test_definition

View File

@ -207,7 +207,7 @@ For detailed instructions, see the [CLI Commands](docs/README.md) documentation.
## 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) and [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.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.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).
## License