Test PSU with Portainer CE 2.11.0

And remove tests for Portainer CE 2.5.1
This commit is contained in:
Tortue Torche 2021-12-10 16:37:40 +01:00
parent 42398f4415
commit 8f48dd5cf0
3 changed files with 12 additions and 6 deletions

View File

@ -100,16 +100,16 @@ test:portainer-1.24.2:
PORTAINER_VERSION: 1.24.2 PORTAINER_VERSION: 1.24.2
PORTAINER_COMMAND_OPTIONS: " --no-analytics" PORTAINER_COMMAND_OPTIONS: " --no-analytics"
test:portainer-2.5.1:
<<: *test_definition
variables:
PORTAINER_VERSION: 2.5.1
test:portainer-2.6.3: test:portainer-2.6.3:
<<: *test_definition <<: *test_definition
variables: variables:
PORTAINER_VERSION: 2.6.3 PORTAINER_VERSION: 2.6.3
test:portainer-2.9.3:
<<: *test_definition
variables:
PORTAINER_VERSION: 2.9.3
test:portainer-latest: test:portainer-latest:
<<: *test_definition <<: *test_definition

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.11.0](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.11.0) API
### Removed
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.5.1](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.5.1) API
## [1.3.0] - 2021-12-07 ## [1.3.0] - 2021-12-07
### Added ### Added
- Add `linux/arm/v7` architecture to support Raspberry Pi - Add `linux/arm/v7` architecture to support Raspberry Pi

View File

@ -286,7 +286,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.24.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1), [2.5.1](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.5.1), [2.6.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.6.3) and [2.9.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.9.3). <abbr title="Portainer Stack Utils">PSU</abbr> was created for the latest versions of Portainer API, which at the time of writing are [1.24.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1), [2.6.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.6.3), [2.9.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.9.3) and [2.11.0](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.11.0).
## License ## License