Skip to content

Commit 8462055

Browse files
authored
Merge pull request #180 from samuel-esp/chore/release-25.11.0
Chore/Release 25.11.0
2 parents 0f2f871 + 5606e9a commit 8462055

File tree

4 files changed

+387
-295
lines changed

4 files changed

+387
-295
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.11-alpine3.22 AS builder
1+
FROM python:3.12.12-alpine3.22 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.11-alpine3.22
16+
FROM python:3.12.12-alpine3.22
1717

1818
WORKDIR /
1919

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: py-kube-downscaler
33
description: A Helm chart for deploying py-kube-downscaler
44

55
type: application
6-
version: 0.3.7
7-
appVersion: "25.9.0"
6+
version: 0.3.8
7+
appVersion: "25.11.0"

0 commit comments

Comments
 (0)