Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Update tests and ATS #65

Merged
merged 6 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ workflows:

- architect/run-tests-with-ats:
name: execute chart tests
app-test-suite_container_tag: "0.2.3"
filters:
# Do not trigger the job on merge to main.
branches:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Upgrade to Linkerd v2.14.3.
- Update Linkerd CNI and Control plane in CI.
- Update ATS.

## [1.3.2] - 2023-10-12

Expand Down
6 changes: 3 additions & 3 deletions tests/ats/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pytest-helm-charts = ">=0.7.0"
pytest = ">=6.2.5"
pykube-ng = ">=21.10.0"
pytest-helm-charts = ">=1.1.2"
pytest = "~=7.4.2"
pykube-ng = "~=23.6.0"
mcharriere marked this conversation as resolved.
Show resolved Hide resolved
pyyaml = "~=6.0"
pytest-rerunfailures = ">=10.2"
requests = "~=2.31.0"
Expand Down
Loading