Downgrade bitwarden cli due to segfault on newer versions
This commit is contained in:
		| @@ -8,7 +8,7 @@ ARG PYTHON_VERSION=3.11.5-r0 | |||||||
| ARG PIP_VERSION=23.1.2-r0 | ARG PIP_VERSION=23.1.2-r0 | ||||||
| ARG GCOMPAT_VERSION=1.1.0-r1 | ARG GCOMPAT_VERSION=1.1.0-r1 | ||||||
| ARG LIBCRYPTO_VERSION=3.1.2-r0 | ARG LIBCRYPTO_VERSION=3.1.2-r0 | ||||||
| ARG BW_VERSION=2023.7.0 | ARG BW_VERSION=2023.1.0 | ||||||
|  |  | ||||||
| COPY requirements.txt /requirements.txt | COPY requirements.txt /requirements.txt | ||||||
|  |  | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ type: application | |||||||
|  |  | ||||||
| version: "v0.8.0" | version: "v0.8.0" | ||||||
|  |  | ||||||
| appVersion: "0.6.5" | appVersion: "0.7.0" | ||||||
|  |  | ||||||
| keywords: | keywords: | ||||||
|   - operator |   - operator | ||||||
| @@ -97,14 +97,8 @@ annotations: | |||||||
|   artifacthub.io/changes: | |   artifacthub.io/changes: | | ||||||
|     - kind: changed |     - kind: changed | ||||||
|       description: "Take care to sync with bitwarden before getting a secret, added BW_SYNC_INTERVAL and BW_FORCE_SYNC envs to control sync." |       description: "Take care to sync with bitwarden before getting a secret, added BW_SYNC_INTERVAL and BW_FORCE_SYNC envs to control sync." | ||||||
|     - kind: changed |     - kind: fixed | ||||||
|       description: "Updated alpine to 3.18.3" |       description: "Downgrade bitwarden cli due to segfault on newer versions" | ||||||
|     - kind: changed |  | ||||||
|       description: "Updated python to 3.11.5-r0" |  | ||||||
|     - kind: changed |  | ||||||
|       description: "Updated libcrypto3 to 3.1.2-r0" |  | ||||||
|     - kind: changed |  | ||||||
|       description: "Updated bitwarden cli to v2023.7.0" |  | ||||||
|   artifacthub.io/images: | |   artifacthub.io/images: | | ||||||
|     - name: bitwarden-crd-operator |     - name: bitwarden-crd-operator | ||||||
|       image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.5 |       image: ghcr.io/lerentis/bitwarden-crd-operator:0.7.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user