Skip to content

Commit

Permalink
Bump version to 24.7.0 (#67)
Browse files Browse the repository at this point in the history
* chore: update pykube package

* fix: new chart & appVersion
  • Loading branch information
Fovty authored Jul 11, 2024
1 parent 3eab4fc commit f2586bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: py-kube-downscaler
description: A Helm chart for deploying py-kube-downscaler

type: application
version: 0.2.2
appVersion: "24.5.2"
version: 0.2.3
appVersion: "24.7.0"
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Henning Jacobs <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.8,<4"
new-pykube = "*"
new-pykube = "^24.7.0"
pytz = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f2586bc

Please sign in to comment.