Run PSU tests with Portainer CE 2.5.1 and 2.6.3

This commit is contained in:
Tortue Torche 2021-09-03 12:27:12 +02:00
parent 2d7c42c80e
commit 4205e7b351
2 changed files with 14 additions and 1 deletions

View File

@ -100,12 +100,21 @@ test:portainer-1.24.1:
PORTAINER_VERSION: 1.24.1
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:
PORTAINER_VERSION: 2.1.1
test:portainer-2.5.1:
<<: *test_definition
variables:
PORTAINER_VERSION: 2.5.1
test:portainer-latest:
<<: *test_definition

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### 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
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.6.3](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API
### Changed
- Use Docker [Compose 1.29.3](https://github.com/docker/compose/releases/tag/1.29.2) instead of Docker [Compose 1.28.3](https://github.com/docker/compose/releases/tag/1.28.3)
- Upgrade Operating System of Docker based images, with [Alpine 3.14](https://hub.docker.com/_/alpine) and [Debian 11](https://hub.docker.com/_/debian)