From 8f48dd5cf0d17bd55254a68dcf9459989530f155 Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Fri, 10 Dec 2021 16:37:40 +0100 Subject: [PATCH] Test PSU with Portainer CE 2.11.0 And remove tests for Portainer CE 2.5.1 --- .gitlab-ci.yml | 10 +++++----- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c26fcc..eb73e04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a304b2e..f734656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Test PSU with Portainer CE [2.11.0](https://app.swaggerhub.com/apis/portainer/portainer-ce/2.11.0) API + +### Removed +- Test PSU with Portainer CE [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 diff --git a/README.md b/README.md index b13a018..4769571 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ For detailed instructions, see the [CLI Commands](docs/README.md) documentation. ## Supported Portainer API -PSU 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). +PSU 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