mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Run PSU tests with Portainer 1.22.2, 1.23.2 and 1.24.0
Remove Portainer 1.21.0 support
This commit is contained in:
parent
ea681e241f
commit
c01b40d2cb
@ -91,16 +91,16 @@ build:debian-core:
|
||||
- registry_login
|
||||
- bash scripts/test.sh
|
||||
|
||||
test:portainer-1.21.0:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 1.21.0
|
||||
|
||||
test:portainer-1.22.2:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 1.22.2
|
||||
|
||||
test:portainer-1.23.2:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 1.23.2
|
||||
|
||||
test:portainer-latest:
|
||||
<<: *test_definition
|
||||
|
||||
|
@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.24.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.0) API
|
||||
|
||||
### Removed
|
||||
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) API
|
||||
|
||||
## [1.0.4] - 2020-01-27
|
||||
### Added
|
||||
|
@ -212,7 +212,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.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0), [1.22.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.2) and [1.23.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.23.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.22.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.2), [1.23.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.23.2) and [1.24.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.0).
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user