mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Run PSU tests with Portainer CE 2.5.1 and 2.6.3
This commit is contained in:
parent
2d7c42c80e
commit
4205e7b351
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user