Release v0.41.0 (#1889)

This PR prepares the release `v0.41.0`.
This commit is contained in:
Andrei Kvapil 2026-01-20 03:32:28 +01:00 committed by GitHub
commit ea466820fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 21 additions and 21 deletions

View file

@ -1,2 +1,2 @@
cozystack:
image: ghcr.io/cozystack/cozystack/installer:v0.40.3@sha256:4581c0a80fd31db2988411d96afc77afd315726348468e495c9f5c21b2b2a664
image: ghcr.io/cozystack/cozystack/installer:v0.41.0@sha256:bb8de10621d16f6a6591397a25505d1df62b77d4fae9d0a384265e6edfb2b188

View file

@ -1,2 +1,2 @@
assets:
image: ghcr.io/cozystack/cozystack/cozystack-assets:v0.40.3@sha256:48e63ec92d473038e29ea2375f57a449ed9b9295aced53ae27d3944507c076c4
image: ghcr.io/cozystack/cozystack/cozystack-assets:v0.41.0@sha256:800d4684d3aaef0a61b383a911acf7446ba0fd0860309fc91aa8fdc0e9491b07

View file

@ -1,2 +1,2 @@
e2e:
image: ghcr.io/cozystack/cozystack/e2e-sandbox:v0.40.3@sha256:fde7616aacaf5939388bbe74eb6d946147ce855b9cceb47092f620b75ba2c98a
image: ghcr.io/cozystack/cozystack/e2e-sandbox:v0.41.0@sha256:fde7616aacaf5939388bbe74eb6d946147ce855b9cceb47092f620b75ba2c98a

View file

@ -1 +1 @@
ghcr.io/cozystack/cozystack/matchbox:v0.40.3@sha256:d9674696eb6c59e4564127bb919582ea66bf5b267504ce11ef4f9431db3a247f
ghcr.io/cozystack/cozystack/matchbox:v0.41.0@sha256:40c0ae90d2d2eb15d195cb0fd15b172112690a3279b96af2210c4eda3f66fda3

View file

@ -1 +1 @@
ghcr.io/cozystack/cozystack/objectstorage-sidecar:v0.40.3@sha256:d342ac197b97b81ec42712ecd9d762c6c7710a401736e9d09c64a5b8d59774cc
ghcr.io/cozystack/cozystack/objectstorage-sidecar:v0.41.0@sha256:87bc334ebbf94ea4096eb9bac52345573a41441c8d2f82cc5f304c2300bc4510

View file

@ -1 +1 @@
ghcr.io/cozystack/cozystack/s3manager:v0.5.0@sha256:79463ccddbbd2a4048863944a858b2aced3f6e1c2d77f7ef4fa57e30624f6e35
ghcr.io/cozystack/cozystack/s3manager:v0.5.0@sha256:985c8c5a7b6218230e4e590120ea74abd36e34d7f1ad2c46b6a4a32f4fbd657b

View file

@ -1,5 +1,5 @@
cozystackAPI:
image: ghcr.io/cozystack/cozystack/cozystack-api:v0.40.3@sha256:1b5109bc4149178084941cf1cb505110c581c9326dbb1ef94ffdcdb026dff0e8
image: ghcr.io/cozystack/cozystack/cozystack-api:v0.41.0@sha256:5aef475a81d765b343b92d08190f831739568c43658360791ed21e0ef3ecb9b2
localK8sAPIEndpoint:
enabled: true
replicas: 2

View file

@ -1,6 +1,6 @@
cozystackController:
image: ghcr.io/cozystack/cozystack/cozystack-controller:v0.40.3@sha256:2b4ad67116c03cd001c495001f9032e6d944199f14a2d80a24d697e2293650c3
image: ghcr.io/cozystack/cozystack/cozystack-controller:v0.41.0@sha256:5cea23058c5d0f5370c57c901cefd9638ce31bfb995a3d7d07ca137b3768dffb
debug: false
disableTelemetry: false
cozystackVersion: "v0.40.3"
cozystackVersion: "v0.41.0"
cozystackAPIKind: "DaemonSet"

View file

@ -1,6 +1,6 @@
{{- $brandingConfig := .Values._cluster.branding | default dict }}
{{- $tenantText := "v0.40.3" }}
{{- $tenantText := "v0.41.0" }}
{{- $footerText := "Cozystack" }}
{{- $titleText := "Cozystack Dashboard" }}
{{- $logoText := "" }}

View file

@ -1,6 +1,6 @@
openapiUI:
image: ghcr.io/cozystack/cozystack/openapi-ui:v0.40.3@sha256:9666e61fdf7d4ddfeb9084f49ee9c1297b67a4159c475fe62680a0d84ea4050c
image: ghcr.io/cozystack/cozystack/openapi-ui:v0.41.0@sha256:913ec92b8f9c5e2952264f718d92625ce5281c9714b281e3e8c0437af0d97385
openapiUIK8sBff:
image: ghcr.io/cozystack/cozystack/openapi-ui-k8s-bff:v0.40.3@sha256:c905f98598526820bd71e3997fdc62868b9c3d7a4e9700b01d73b017b0953257
image: ghcr.io/cozystack/cozystack/openapi-ui-k8s-bff:v0.41.0@sha256:fda379dce49c2cd8cb8d7d2a1d8ec6f7bedb3419c058c4355ecdece1c1e937f4
tokenProxy:
image: ghcr.io/cozystack/cozystack/token-proxy:v0.40.3@sha256:73887f80d96e7e3c16f1cebab521b05b4308bf4662ccc6724e6a8a9745ed8254
image: ghcr.io/cozystack/cozystack/token-proxy:v0.41.0@sha256:73887f80d96e7e3c16f1cebab521b05b4308bf4662ccc6724e6a8a9745ed8254

View file

@ -3,7 +3,7 @@ kamaji:
deploy: false
image:
pullPolicy: IfNotPresent
tag: v0.40.3@sha256:777f1df253dc97da7f42019857e7a893c34bd98da1cf36e38533adbdf601acf7
tag: v0.41.0@sha256:d5f2fa2972ba33cd2ccb855256e4bda4734d7e250638811b77f2e0dc72ad6b19
repository: ghcr.io/cozystack/cozystack/kamaji
resources:
limits:
@ -13,4 +13,4 @@ kamaji:
cpu: 100m
memory: 100Mi
extraArgs:
- --migrate-image=ghcr.io/cozystack/cozystack/kamaji:v0.40.3@sha256:777f1df253dc97da7f42019857e7a893c34bd98da1cf36e38533adbdf601acf7
- --migrate-image=ghcr.io/cozystack/cozystack/kamaji:v0.41.0@sha256:d5f2fa2972ba33cd2ccb855256e4bda4734d7e250638811b77f2e0dc72ad6b19

View file

@ -1,4 +1,4 @@
portSecurity: true
routes: ""
image: ghcr.io/cozystack/cozystack/kubeovn-plunger:v0.40.3@sha256:864a75eb6fb07eedef3b9ff94e6bb6b02e94fe73c1e03bf360bc785fbfbc1170
image: ghcr.io/cozystack/cozystack/kubeovn-plunger:v0.41.0@sha256:9d02fbe27c227152261f2cefa2da86d2b671cb1433a0868ddd42ad20da793633
ovnCentralName: ovn-central

View file

@ -1,3 +1,3 @@
portSecurity: true
routes: ""
image: ghcr.io/cozystack/cozystack/kubeovn-webhook:v0.40.3@sha256:e18f9fd679e38f65362a8d0042f25468272f6d081136ad47027168d8e7e07a4a
image: ghcr.io/cozystack/cozystack/kubeovn-webhook:v0.41.0@sha256:e18f9fd679e38f65362a8d0042f25468272f6d081136ad47027168d8e7e07a4a

View file

@ -1,5 +1,5 @@
lineageControllerWebhook:
image: ghcr.io/cozystack/cozystack/lineage-controller-webhook:v0.40.3@sha256:3556a8ca2ee280dff3991519a5f536ec6ea0a4e5f9be0572f23adb8f59466e56
image: ghcr.io/cozystack/cozystack/lineage-controller-webhook:v0.41.0@sha256:c89f47352f0606dd475fe90e19fe2c6e13580af5c9af3f01f356efb4f5c7375e
debug: false
localK8sAPIEndpoint:
enabled: true

View file

@ -10,4 +10,4 @@ linstor:
linstorCSI:
image:
repository: ghcr.io/cozystack/cozystack/linstor-csi
tag: v1.10.5@sha256:68465f120cfeec3d7ccbb389dd9bdbf7df1675da3ab9ba91c3feff21a799bc36
tag: v1.10.5@sha256:353a8bea0b41f832975132da3569da7d4fce85980474edce41a2a37097c7c3a9

View file

@ -1,3 +1,3 @@
objectstorage:
controller:
image: "ghcr.io/cozystack/cozystack/objectstorage-controller:v0.40.3@sha256:76756860145d49abe1585c8ca600267a07fcdbb0b359bc9c127baf9efb8e006b"
image: "ghcr.io/cozystack/cozystack/objectstorage-controller:v0.41.0@sha256:5697f8aae011bd3a7bfde8256850921b84d170f794b26f7eebabaada499b954e"

View file

@ -177,7 +177,7 @@ seaweedfs:
bucketClassName: "seaweedfs"
region: ""
sidecar:
image: "ghcr.io/cozystack/cozystack/objectstorage-sidecar:v0.40.3@sha256:d342ac197b97b81ec42712ecd9d762c6c7710a401736e9d09c64a5b8d59774cc"
image: "ghcr.io/cozystack/cozystack/objectstorage-sidecar:v0.41.0@sha256:87bc334ebbf94ea4096eb9bac52345573a41441c8d2f82cc5f304c2300bc4510"
certificates:
commonName: "SeaweedFS CA"
ipAddresses: []