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 committed Jun 2, 2022
1 parent cddef6c commit b799f00
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 81 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.6.0"
pytest-helm-charts = ">=0.7.0"
pytest = ">=6.2.5"
pykube-ng = ">=21.10.0"
pytest-rerunfailures = ">=10.2"
Expand Down
178 changes: 100 additions & 78 deletions tests/ats/Pipfile.lock

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

4 changes: 2 additions & 2 deletions tests/ats/test_basic_cluster.py
Expand Up @@ -3,8 +3,8 @@

import pykube
import pytest
from pytest_helm_charts.fixtures import Cluster
from pytest_helm_charts.utils import wait_for_deployments_to_run
from pytest_helm_charts.clusters import Cluster
from pytest_helm_charts.k8s.deployment import wait_for_deployments_to_run

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b799f00

Please sign in to comment.