Compare commits

..

No commits in common. "2bf13bc8c5c2291e2addaadebca32f527956e259" and "a2186ab3aa8fd58316683c31354a93d4ed1f8302" have entirely different histories.

2 changed files with 16 additions and 9 deletions

View File

@ -8,8 +8,7 @@ ARG PYTHON_VERSION=3.11.6-r1
ARG PIP_VERSION=23.3.1-r0 ARG PIP_VERSION=23.3.1-r0
ARG GCOMPAT_VERSION=1.1.0-r4 ARG GCOMPAT_VERSION=1.1.0-r4
ARG LIBCRYPTO_VERSION=3.1.4-r2 ARG LIBCRYPTO_VERSION=3.1.4-r2
ARG BW_VERSION=2023.7.0 ARG BW_VERSION=2023.1.0
ARG NODE_VERSION=20.10.0-r1
COPY requirements.txt /requirements.txt COPY requirements.txt /requirements.txt
@ -18,7 +17,7 @@ RUN set -eux; \
ARCH="$(apk --print-arch)"; \ ARCH="$(apk --print-arch)"; \
case "${ARCH}" in \ case "${ARCH}" in \
aarch64|arm64) \ aarch64|arm64) \
apk add nodejs=${NODE_VERSION} npm; \ apk add npm; \
npm install -g @bitwarden/cli@${BW_VERSION}; \ npm install -g @bitwarden/cli@${BW_VERSION}; \
;; \ ;; \
amd64|x86_64) \ amd64|x86_64) \

View File

@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
type: application type: application
version: "v0.11.1" version: "v0.11.0"
appVersion: "0.10.1" appVersion: "0.10.0"
keywords: keywords:
- operator - operator
@ -101,10 +101,18 @@ annotations:
artifacthub.io/operator: "true" artifacthub.io/operator: "true"
artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed
description: "Downgrade node to LTS in order to make bw cli work on arm"
- kind: changed - kind: changed
description: "Update bw cli to 2023.7.0 for the same reason" description: "Added the possibility to add labels to generated secrets"
- kind: changed
description: "Updated Alpine to 3.19.0"
- kind: changed
description: "Update Python to 3.11.6-r1"
- kind: changed
description: "Update pip to 23.3.1-r0"
- kind: changed
description: "Update gcompat to 1.1.0-r4"
- kind: changed
description: "Update libcrypto3 to 3.1.4-r2"
artifacthub.io/images: | artifacthub.io/images: |
- name: bitwarden-crd-operator - name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.1 image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.0