From e0511463cac2a6bc8bdeeb5761b93966c5de91af Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Tue, 14 Sep 2021 11:10:14 +0200 Subject: [PATCH] Update tested Portainer versions list Add Portainer 1.24.2 Remove Portainer 1.24.1 and 2.0.1 --- .gitlab-ci.yml | 9 ++------- CHANGELOG.md | 5 +++++ README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a9347b..24d2f6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,18 +93,13 @@ build:debian-core: - registry_login - bash scripts/test.sh -test:portainer-1.24.1: +test:portainer-1.24.2: <<: *test_definition variables: PORTAINER_IMAGE: "portainer/portainer" - PORTAINER_VERSION: 1.24.1 + PORTAINER_VERSION: 1.24.2 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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 007535f..b5019bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Add tests for `actions`, `containers` and `services` actions +- Test PSU with Portainer [1.24.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1) API ### Changed - Downgrade Docker Compose from [1.29.2](https://github.com/docker/compose/releases/tag/1.29.2) to [1.28.0](https://github.com/docker/compose/releases/tag/1.28.0) for Alpine image, to get faster builds 🚀 @@ -16,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Tests should run fine now with macOS +### Removed +- Test PSU with Portainer [1.24.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1) API +- Test PSU with Portainer [2.0.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API + ## [1.2.0-beta.1] - 2021-09-03 ### Added - Test PSU with Portainer CE [2.5.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API diff --git a/README.md b/README.md index 518cf7a..00c25cc 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,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.1](https://app.swaggerhub.com/apis/deviantony/Portainer/1.24.1), [2.0.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) and [2.1.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1). +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.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). ## License