mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Test PSU with Portainer CE 2.11.0
And remove tests for Portainer CE 2.5.1
This commit is contained in:
parent
42398f4415
commit
8f48dd5cf0
@ -100,16 +100,16 @@ test:portainer-1.24.2:
|
||||
PORTAINER_VERSION: 1.24.2
|
||||
PORTAINER_COMMAND_OPTIONS: " --no-analytics"
|
||||
|
||||
test:portainer-2.5.1:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 2.5.1
|
||||
|
||||
test:portainer-2.6.3:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 2.6.3
|
||||
|
||||
test:portainer-2.9.3:
|
||||
<<: *test_definition
|
||||
variables:
|
||||
PORTAINER_VERSION: 2.9.3
|
||||
|
||||
test:portainer-latest:
|
||||
<<: *test_definition
|
||||
|
||||
|
@ -6,6 +6,12 @@ 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.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
|
||||
### Added
|
||||
- Add `linux/arm/v7` architecture to support Raspberry Pi
|
||||
|
@ -286,7 +286,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.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user