From 4205e7b3512d846ff641bba4cfb18c485316d1ae Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Fri, 3 Sep 2021 12:27:12 +0200 Subject: [PATCH] Run PSU tests with Portainer CE 2.5.1 and 2.6.3 --- .gitlab-ci.yml | 11 ++++++++++- CHANGELOG.md | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a537c2..3b222c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,12 +100,21 @@ test:portainer-1.24.1: PORTAINER_VERSION: 1.24.1 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: + PORTAINER_VERSION: 2.1.1 + +test:portainer-2.5.1: + <<: *test_definition + variables: + PORTAINER_VERSION: 2.5.1 + test:portainer-latest: <<: *test_definition diff --git a/CHANGELOG.md b/CHANGELOG.md index 522ad79..986d78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Test PSU with Portainer CE [2.5.1](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API +- Test PSU with Portainer CE [2.6.3](https://app.swaggerhub.com/apis/deviantony/Portainer/2.0.1) API + ### Changed - Use Docker [Compose 1.29.3](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) - Upgrade Operating System of Docker based images, with [Alpine 3.14](https://hub.docker.com/_/alpine) and [Debian 11](https://hub.docker.com/_/debian)