mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Test PSU with Portainer CE 2.9.3
And remove tests for Portainer CE 2.1.1
This commit is contained in:
@ -100,16 +100,16 @@ test:portainer-1.24.2:
|
|||||||
PORTAINER_VERSION: 1.24.2
|
PORTAINER_VERSION: 1.24.2
|
||||||
PORTAINER_COMMAND_OPTIONS: " --no-analytics"
|
PORTAINER_COMMAND_OPTIONS: " --no-analytics"
|
||||||
|
|
||||||
test:portainer-2.1.1:
|
|
||||||
<<: *test_definition
|
|
||||||
variables:
|
|
||||||
PORTAINER_VERSION: 2.1.1
|
|
||||||
|
|
||||||
test:portainer-2.5.1:
|
test:portainer-2.5.1:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
variables:
|
variables:
|
||||||
PORTAINER_VERSION: 2.5.1
|
PORTAINER_VERSION: 2.5.1
|
||||||
|
|
||||||
|
test:portainer-2.6.3:
|
||||||
|
<<: *test_definition
|
||||||
|
variables:
|
||||||
|
PORTAINER_VERSION: 2.6.3
|
||||||
|
|
||||||
test:portainer-latest:
|
test:portainer-latest:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
|
|
||||||
|
@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
- [macOS](https://apple.com/macos) support
|
- [macOS](https://apple.com/macos) support
|
||||||
- [Windows](https://microsoft.com/windows) support, but it could be unstable ⚠️
|
- [Windows](https://microsoft.com/windows) support, but it could be unstable ⚠️
|
||||||
|
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.9.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.9.2) API
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix documentation scrolling between pages, with the [`auto2top`](https://docsify.js.org/#/configuration?id=auto2top) option of [docsify](https://docsify.js.org)
|
- Fix documentation scrolling between pages, with the [`auto2top`](https://docsify.js.org/#/configuration?id=auto2top) option of [docsify](https://docsify.js.org)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Remove parallel requests improvement, because it's buggy in some situations...
|
- Remove parallel requests improvement, because it's buggy in some situations...
|
||||||
|
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer [2.1.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API
|
||||||
|
|
||||||
## [1.3.0-alpha] - 2021-09-14
|
## [1.3.0-alpha] - 2021-09-14
|
||||||
### Changed
|
### Changed
|
||||||
@ -44,8 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [1.2.0-beta.1] - 2021-09-03
|
## [1.2.0-beta.1] - 2021-09-03
|
||||||
### Added
|
### 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.5.1](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.5.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
|
- Test <abbr title="Portainer Stack Utils">PSU</abbr> with Portainer <abbr title="Community Edition">CE</abbr> [2.6.3](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.6.3) API
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Use Docker [Compose 1.29.2](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)
|
- Use Docker [Compose 1.29.2](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)
|
||||||
|
@ -261,7 +261,7 @@ For detailed instructions, see the [CLI Commands](docs/README.md) documentation.
|
|||||||
|
|
||||||
## Supported Portainer API
|
## 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.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).
|
<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.2).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user