diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26a076f..dc776ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Get app version from chart - uses: mikefarah/yq@v4.43.1 + uses: mikefarah/yq@v4.44.1 id: app_version with: cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml diff --git a/Dockerfile b/Dockerfile index 0c59fa9..ac6936c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,15 @@ -FROM alpine:3.19.0 +FROM alpine:3.19.1 LABEL org.opencontainers.image.source=https://github.com/Lerentis/bitwarden-crd-operator LABEL org.opencontainers.image.description="Kubernetes Operator to create k8s secrets from bitwarden" LABEL org.opencontainers.image.licenses=MIT -ARG PYTHON_VERSION=3.11.8-r0 +ARG PYTHON_VERSION=3.11.9-r0 ARG PIP_VERSION=23.3.1-r0 ARG GCOMPAT_VERSION=1.1.0-r4 -ARG LIBCRYPTO_VERSION=3.1.4-r2 +ARG LIBCRYPTO_VERSION=3.1.4-r5 ARG BW_VERSION=2023.7.0 -ARG NODE_VERSION=20.11.1-r0 +ARG NODE_VERSION=20.12.1-r0 COPY requirements.txt /requirements.txt diff --git a/requirements.txt b/requirements.txt index a58d0b2..10629d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -kopf==1.37.1 +kopf==1.37.2 kubernetes==29.0.0 -Jinja2==3.1.3 +Jinja2==3.1.4 schedule==1.2.1 \ No newline at end of file