Skip to content

Commit 82bed99

Browse files
samuel-espJTaeuber
andauthored
Chore: Release 25.4.0 (#156)
* chore: bumped dependencies, docker image, app version, release version * chore: pykube update * chore: update pre-commit hooks * chore: adjust versions * chore: add permissions --------- Co-authored-by: Jan <jan.taeuber@telekom.de>
1 parent 216d7a0 commit 82bed99

8 files changed

Lines changed: 56 additions & 49 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,6 @@ jobs:
9797
call-e2e:
9898
needs: build
9999
uses: ./.github/workflows/end2end.yml
100+
permissions:
101+
contents: read
100102
secrets: inherit

.github/workflows/end2end.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
end2end:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
911
steps:
1012
- name: Checkout Repo
1113
uses: actions/checkout@v4

.github/workflows/helm-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
helm:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
1215
- name: Checkout Repo
1316
uses: actions/checkout@v4

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
stages: [pre-push]
5959

6060
- repo: https://github.com/gruntwork-io/pre-commit
61-
rev: v0.1.26
61+
rev: v0.1.29
6262
hooks:
6363
- id: helmlint
6464

@@ -69,7 +69,7 @@ repos:
6969
- id: reorder-python-imports
7070

7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.9.10
72+
rev: v0.11.7
7373
hooks:
7474
# Run the linter.
7575
- id: ruff

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.9-alpine3.20 AS builder
1+
FROM python:3.12.10-alpine3.20 AS builder
22

33
WORKDIR /
44

@@ -13,7 +13,7 @@ COPY pyproject.toml /
1313
RUN poetry config virtualenvs.create false && \
1414
poetry install --no-interaction --without dev --no-ansi --no-root
1515

16-
FROM python:3.12.9-alpine3.20
16+
FROM python:3.12.10-alpine3.20
1717

1818
WORKDIR /
1919

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: A Helm chart for deploying py-kube-downscaler
44

55
type: application
66
version: 0.3.2
7-
appVersion: "25.3.2"
7+
appVersion: "25.4.0"

poetry.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "kube-downscaler"
4-
version = "25.3.2"
4+
version = "25.4.0"
55
description = "Scale down Kubernetes deployments after work hours"
66
authors = ["Jonathan Mayer <jonathan.mayer@telekom.de>", "Jan Taeuber <jan.taeuber@telekom.de>", "Samuel Esposito <samuel-esp@hotmail.it>", "Johannes Thiem <johannesthiem6@gmail.com>"]
77

0 commit comments

Comments
 (0)