We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca774a commit 0cd8adbCopy full SHA for 0cd8adb
2 files changed
charts/bitwarden-crd-operator/Chart.yaml
@@ -120,6 +120,10 @@ annotations:
120
description: "Updated Node.js to 24.14.1-r0"
121
- kind: changed
122
description: "Updated libcrypto3 to 3.5.5-r0"
123
+ - kind: changed
124
+ description: "Updated kopf to 1.44.4"
125
126
+ description: "Updated kubernetes to 35.0.0"
127
artifacthub.io/images: |
128
- name: bitwarden-crd-operator
129
image: ghcr.io/lerentis/bitwarden-crd-operator:0.16.1
requirements.txt
@@ -1,4 +1,4 @@
1
-kopf==1.39.0
2
-kubernetes==34.1.0
+kopf==1.44.4
+kubernetes==35.0.0
3
Jinja2==3.1.6
4
schedule==1.2.2
0 commit comments