Skip to content

Commit

Permalink
Update test dependencies for py-helm-charts v0.7.0 (#173)
Browse files Browse the repository at this point in the history
* Update py-helm-charts to v0.7.0

* Update CHANGELOG.md
  • Loading branch information
mleisa authored and mnitchev committed Dec 7, 2022
1 parent c331f63 commit a23f16b
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 74 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,16 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Update test dependencies and py-helm-charts version to [0.7.0](https://github.com/giantswarm/pytest-helm-charts/blob/master/CHANGELOG.md) ([#173](https://github.com/giantswarm/external-dns-app/pull/173))

## [2.14.0] - 2022-05-31

### Added

- VerticalPodAutoscaler for automatically setting requests and limits depending on usage. Fixes OOM kills on huge clusters.

## [2.14.0] - 2022-05-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion tests/ats/Pipfile
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pytest-helm-charts = "==0.7.0b2"
pytest-helm-charts = ">=0.7.0"
pytest = ">=6.2.5"
pykube-ng = ">=21.10.0"
pytest-rerunfailures = ">=10.2"
Expand Down
168 changes: 95 additions & 73 deletions tests/ats/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a23f16b

Please sign in to comment.