Skip to content

Commit

Permalink
Tests: Upgrade dependencies & remove explicit ATS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Oct 11, 2023
1 parent df45fb6 commit 5fd5d05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
architect: giantswarm/architect@4.31.0
architect: giantswarm/architect@4.33.0

workflows:
version: 2
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions tests/ats/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5fd5d05

Please sign in to comment.