Skip to content

Commit

Permalink
Merge pull request #93 from Lerentis/feature/tt/probe-handling
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
Lerentis committed Aug 4, 2024
2 parents 0c0243c + 096bf6b commit aef0a5a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM alpine:3.19.1
FROM alpine:3.20.2

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.9-r0
ARG PIP_VERSION=23.3.1-r0
ARG PYTHON_VERSION=3.12.3-r1
ARG PIP_VERSION=24.0-r2
ARG GCOMPAT_VERSION=1.1.0-r4
ARG LIBCRYPTO_VERSION=3.1.4-r5
ARG BW_VERSION=2023.7.0
ARG NODE_VERSION=20.12.1-r0
ARG LIBCRYPTO_VERSION=3.3.1-r3
ARG BW_VERSION=2024.7.2
ARG NODE_VERSION=20.15.1-r0

COPY requirements.txt /requirements.txt

Expand Down
20 changes: 15 additions & 5 deletions charts/bitwarden-crd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator

type: application

version: "v0.13.1"
version: "v0.14.0"

appVersion: "0.12.1"
appVersion: "0.13.0"

keywords:
- operator
Expand Down Expand Up @@ -109,8 +109,18 @@ annotations:
artifacthub.io/operator: "true"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "Recreation of secrets where secretType is not defined."
- kind: changed
description: "Update Alpine to 3.20.2"
- kind: changed
description: "Update Python to 3.12.3-r1"
- kind: changed
description: "Update Pip to 24.0-r2"
- kind: changed
description: "Update NodeJS to 20.15.1-r0"
- kind: changed
description: "Update libcrypto3 to 3.3.1-r3"
- kind: changed
description: "Update BitwardenCLI to 2024.7.2"
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.12.1
image: ghcr.io/lerentis/bitwarden-crd-operator:0.13.0

0 comments on commit aef0a5a

Please sign in to comment.