update dependencies
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -165,4 +165,6 @@ include
 | 
			
		||||
lib
 | 
			
		||||
lib64
 | 
			
		||||
 | 
			
		||||
myvalues.yaml
 | 
			
		||||
myvalues.yaml
 | 
			
		||||
 | 
			
		||||
.vscode
 | 
			
		||||
							
								
								
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Dockerfile
									
									
									
									
									
								
							@@ -1,13 +1,13 @@
 | 
			
		||||
FROM alpine:3.17.3
 | 
			
		||||
FROM alpine:3.18.0
 | 
			
		||||
 | 
			
		||||
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.10.11-r0
 | 
			
		||||
ARG PIP_VERSION=22.3.1-r1
 | 
			
		||||
ARG GCOMPAT_VERSION=1.1.0-r0
 | 
			
		||||
ARG LIBCRYPTO_VERSION=3.0.8-r4
 | 
			
		||||
ARG PYTHON_VERSION=3.11.3-r11
 | 
			
		||||
ARG PIP_VERSION=23.1.2-r0
 | 
			
		||||
ARG GCOMPAT_VERSION=1.1.0-r1
 | 
			
		||||
ARG LIBCRYPTO_VERSION=3.1.0-r4
 | 
			
		||||
ARG BW_VERSION=2023.1.0
 | 
			
		||||
 | 
			
		||||
COPY requirements.txt /requirements.txt
 | 
			
		||||
@@ -35,7 +35,7 @@ RUN set -eux; \
 | 
			
		||||
    adduser -S -D -u 1000 -G bw-operator bw-operator; \
 | 
			
		||||
    mkdir -p /home/bw-operator; \
 | 
			
		||||
    chown -R bw-operator /home/bw-operator; \
 | 
			
		||||
    apk add gcc musl-dev libstdc++ gcompat=${GCOMPAT_VERSION} python3=${PYTHON_VERSION} py3-pip=${PIP_VERSION} libcrypto3=${LIBCRYPTO_VERSION} libssl3=${LIBCRYPTO_VERSION}; \
 | 
			
		||||
    apk add gcc musl-dev libstdc++ gcompat=${GCOMPAT_VERSION} python3=${PYTHON_VERSION} py3-pip=${PIP_VERSION} libcrypto3=${LIBCRYPTO_VERSION}; \
 | 
			
		||||
    pip install -r /requirements.txt --no-warn-script-location; \
 | 
			
		||||
    rm /requirements.txt; \
 | 
			
		||||
    apk del --purge gcc musl-dev libstdc++;
 | 
			
		||||
 
 | 
			
		||||
@@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
 | 
			
		||||
 | 
			
		||||
type: application
 | 
			
		||||
 | 
			
		||||
version: "v0.7.2"
 | 
			
		||||
version: "v0.7.3"
 | 
			
		||||
 | 
			
		||||
appVersion: "0.6.2"
 | 
			
		||||
appVersion: "0.6.3"
 | 
			
		||||
 | 
			
		||||
keywords:
 | 
			
		||||
  - operator
 | 
			
		||||
@@ -95,8 +95,8 @@ annotations:
 | 
			
		||||
  artifacthub.io/operator: "true"
 | 
			
		||||
  artifacthub.io/containsSecurityUpdates: "false"
 | 
			
		||||
  artifacthub.io/changes: |
 | 
			
		||||
    - kind: fixed
 | 
			
		||||
      description: "Fallback to npm package on ARM as native bitwarden cli package is not compatible with ARM"
 | 
			
		||||
    - kind: changed
 | 
			
		||||
      description: "Update Alpine and other dependencies"
 | 
			
		||||
  artifacthub.io/images: |
 | 
			
		||||
    - name: bitwarden-crd-operator
 | 
			
		||||
      image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.2
 | 
			
		||||
      image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user