From 7bb3522cefbe94cf73d31e91b2ca3aee56f02a6d Mon Sep 17 00:00:00 2001
From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com>
Date: Tue, 27 Aug 2019 16:40:30 +0200
Subject: [PATCH] Run PSU tests with Portainer 1.21.0
Because the latest Portainer release is now 1.22.0
---
.gitlab-ci.yml | 5 +++++
README.md | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3f5949..a7ea19b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,11 @@ test:portainer-1.20.2:
variables:
PORTAINER_VERSION: 1.20.2
+test:portainer-1.21.0:
+ <<: *test_definition
+ variables:
+ PORTAINER_VERSION: 1.21.0
+
test:portainer-latest:
<<: *test_definition
diff --git a/README.md b/README.md
index 8166e08..6d0ba4b 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,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.19.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.19.2), [1.20.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.20.2) and [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0).
+PSU was created for the latest versions of Portainer API, which at the time of writing are [1.19.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.19.2), [1.20.2](https://app.swaggerhub.com/apis/deviantony/Portainer/1.20.2), [1.21.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.21.0) and [1.22.0](https://app.swaggerhub.com/apis/deviantony/Portainer/1.22.0).
## License