From 5fd5d050530f5cb4a40fe67274bc1606d977ec66 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 11 Oct 2023 11:48:50 +0200 Subject: [PATCH] Tests: Upgrade dependencies & remove explicit ATS version. --- .circleci/config.yml | 4 +--- CHANGELOG.md | 1 + tests/ats/Pipfile | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e71e76b5..1c56eef8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - architect: giantswarm/architect@4.31.0 + architect: giantswarm/architect@4.33.0 workflows: version: 2 @@ -34,8 +34,6 @@ workflows: - architect/run-tests-with-ats: name: run-tests-with-ats - app-test-suite_version: v0.4.1 - app-test-suite_container_tag: 0.4.1 filters: branches: ignore: diff --git a/CHANGELOG.md b/CHANGELOG.md index a2743f34..bf0bb50a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s - Image: Update to [`v1.9.0`](https://github.com/kubernetes/ingress-nginx/blob/main/changelog/Changelog-1.9.0.md). ([#536](https://github.com/giantswarm/ingress-nginx-app/pull/536)) - Deployment/DaemonSet: Make `controller.topologySpreadConstraints` an array. ([#536](https://github.com/giantswarm/ingress-nginx-app/pull/536))\ **NOTE:** This is part of our alignment to upstream. Please convert any overrides of `controller.topologySpreadConstraints` to an array, too. +- Tests: Upgrade dependencies & remove explicit ATS version. ([#538](https://github.com/giantswarm/ingress-nginx-app/pull/538)) ## [3.0.1] - 2023-09-18 diff --git a/tests/ats/Pipfile b/tests/ats/Pipfile index a8c461c7..cb17e91f 100644 --- a/tests/ats/Pipfile +++ b/tests/ats/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true python_version = "3.9" [packages] -pykube-ng = "~=22.9.0" -pytest = "~=7.4.0" -pytest-helm-charts = "~=1.1.1" +pykube-ng = "~=23.6.0" +pytest = "~=7.4.2" +pytest-helm-charts = "~=1.1.2" requests = "~=2.31.0"