Update tested Portainer versions list

Add Portainer 1.24.2
Remove Portainer 1.24.1 and 2.0.1
This commit is contained in:
Tortue Torche 2021-09-14 11:10:14 +02:00
parent 1b873ba148
commit e0511463ca
3 changed files with 8 additions and 8 deletions

View File

@ -93,18 +93,13 @@ build:debian-core:
- registry_login
- bash scripts/test.sh
test:portainer-1.24.1:
test:portainer-1.24.2:
<<: *test_definition
variables:
PORTAINER_IMAGE: "portainer/portainer"
PORTAINER_VERSION: 1.24.1
PORTAINER_VERSION: 1.24.2
PORTAINER_COMMAND_OPTIONS: " --no-analytics"
test:portainer-2.0.1:
<<: *test_definition
variables:
PORTAINER_VERSION: 2.0.1
test:portainer-2.1.1:
<<: *test_definition
variables:

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Add tests for `actions`, `containers` and `services` actions
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.24.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1) API
### Changed
- Downgrade Docker Compose from [1.29.2](https://github.com/docker/compose/releases/tag/1.29.2) to [1.28.0](https://github.com/docker/compose/releases/tag/1.28.0) for Alpine image, to get faster builds 🚀
@ -16,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Tests should run fine now with macOS
### Removed
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.24.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1) API
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [2.0.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API
## [1.2.0-beta.1] - 2021-09-03
### Added
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.5.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API

View File

@ -228,7 +228,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.24.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1), [2.0.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) and [2.1.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1).
<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.1.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1), [2.5.1](https://documentation.portainer.io/api/api-schema-ce) and [2.6.3](https://documentation.portainer.io/api/api-schema-ce).
## License