From ca79f725a3990a87181fd040f6eadfca34589851 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 23 Apr 2024 11:55:45 +0200 Subject: [PATCH] Prepare release v0.3.1 (#97) Signed-off-by: Andrei Kvapil --- manifests/cozystack-installer.yaml | 4 ++-- packages/apps/http-cache/Makefile | 2 +- packages/apps/http-cache/images/nginx-cache.json | 4 ++-- packages/apps/kubernetes/Makefile | 2 +- packages/core/Makefile | 2 +- packages/core/fluxcd/Chart.yaml | 2 +- packages/core/installer/Makefile | 2 +- packages/core/installer/images/cozystack.json | 4 ++-- packages/core/installer/images/cozystack.tag | 2 +- packages/core/platform/Chart.yaml | 2 +- packages/system/Makefile | 2 +- packages/system/capi-operator/Chart.yaml | 2 +- packages/system/capi-providers/Chart.yaml | 2 +- packages/system/cert-manager-issuers/Chart.yaml | 2 +- packages/system/cert-manager/Chart.yaml | 2 +- packages/system/cilium/Chart.yaml | 2 +- packages/system/clickhouse-operator/Chart.yaml | 2 +- packages/system/dashboard/Chart.yaml | 2 +- packages/system/dashboard/Makefile | 2 +- packages/system/dashboard/images/dashboard.tag | 2 +- packages/system/dashboard/images/kubeapps-apis.json | 4 ++-- packages/system/dashboard/images/kubeapps-apis.tag | 2 +- packages/system/grafana-oncall/Chart.yaml | 2 +- packages/system/grafana-operator/Chart.yaml | 2 +- packages/system/ingress-nginx/Chart.yaml | 2 +- packages/system/kafka-operator/Chart.yaml | 2 +- packages/system/kamaji-etcd/Chart.yaml | 2 +- packages/system/kamaji/Chart.yaml | 2 +- packages/system/kubeovn/Chart.yaml | 2 +- packages/system/kubevirt-cdi-operator/Chart.yaml | 2 +- packages/system/kubevirt-cdi/Chart.yaml | 2 +- packages/system/kubevirt-csi-node/Chart.yaml | 2 +- packages/system/kubevirt-operator/Chart.yaml | 2 +- packages/system/kubevirt/Chart.yaml | 2 +- packages/system/linstor/Chart.yaml | 2 +- packages/system/mariadb-operator/Chart.yaml | 2 +- packages/system/metallb/Chart.yaml | 2 +- packages/system/monitoring/Chart.yaml | 2 +- packages/system/piraeus-operator/Chart.yaml | 2 +- packages/system/postgres-operator/Chart.yaml | 2 +- packages/system/rabbitmq-operator/Chart.yaml | 2 +- packages/system/redis-operator/Chart.yaml | 2 +- packages/system/telepresence/Chart.yaml | 2 +- packages/system/victoria-metrics-operator/Chart.yaml | 2 +- 44 files changed, 48 insertions(+), 48 deletions(-) diff --git a/manifests/cozystack-installer.yaml b/manifests/cozystack-installer.yaml index c5154c8e..bcbc41ec 100644 --- a/manifests/cozystack-installer.yaml +++ b/manifests/cozystack-installer.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: cozystack containers: - name: cozystack - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.0" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.1" env: - name: KUBERNETES_SERVICE_HOST value: localhost @@ -82,7 +82,7 @@ spec: fieldRef: fieldPath: metadata.name - name: darkhttpd - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.0" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.3.1" command: - /usr/bin/darkhttpd - /cozystack/assets diff --git a/packages/apps/http-cache/Makefile b/packages/apps/http-cache/Makefile index 98938e51..786ee33e 100644 --- a/packages/apps/http-cache/Makefile +++ b/packages/apps/http-cache/Makefile @@ -2,7 +2,7 @@ PUSH := 1 LOAD := 0 REGISTRY := ghcr.io/aenix-io/cozystack NGINX_CACHE_TAG = v0.1.0 -TAG := v0.3.0 +TAG := v0.3.1 image: image-nginx diff --git a/packages/apps/http-cache/images/nginx-cache.json b/packages/apps/http-cache/images/nginx-cache.json index 28fc1e83..764de68e 100644 --- a/packages/apps/http-cache/images/nginx-cache.json +++ b/packages/apps/http-cache/images/nginx-cache.json @@ -1,4 +1,4 @@ { - "containerimage.config.digest": "sha256:7c47297b8133ec28972f23c9f7de1e343b16c8c58cca9105830f7753a7f3b124", - "containerimage.digest": "sha256:1dda8d51fd620c8b40a16873376a690858910aa57241caa09d4cd4b5f84f317e" + "containerimage.config.digest": "sha256:e406d5ac59cc06bbab51e16ae9a520143ad4f54952ef8f8cca982dc89454d616", + "containerimage.digest": "sha256:08e5063e65d2adc17278abee0ab43ce31cf37bc9bc7eb7988ef16f1f1c459862" } \ No newline at end of file diff --git a/packages/apps/kubernetes/Makefile b/packages/apps/kubernetes/Makefile index e79536b6..43a830f4 100644 --- a/packages/apps/kubernetes/Makefile +++ b/packages/apps/kubernetes/Makefile @@ -1,7 +1,7 @@ PUSH := 1 LOAD := 0 REGISTRY := ghcr.io/aenix-io/cozystack -TAG := v0.3.0 +TAG := v0.3.1 UBUNTU_CONTAINER_DISK_TAG = v1.29.1 image: image-ubuntu-container-disk diff --git a/packages/core/Makefile b/packages/core/Makefile index f9b6b8df..c5aaa071 100644 --- a/packages/core/Makefile +++ b/packages/core/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.0 +VERSION := 0.3.1 gen: fix-chartnames diff --git a/packages/core/fluxcd/Chart.yaml b/packages/core/fluxcd/Chart.yaml index 80dbd10e..911ef5cc 100644 --- a/packages/core/fluxcd/Chart.yaml +++ b/packages/core/fluxcd/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-fluxcd -version: 0.3.0 +version: 0.3.1 diff --git a/packages/core/installer/Makefile b/packages/core/installer/Makefile index 0845ba4f..f93501fb 100644 --- a/packages/core/installer/Makefile +++ b/packages/core/installer/Makefile @@ -3,7 +3,7 @@ NAMESPACE=cozy-system PUSH := 1 LOAD := 0 REGISTRY := ghcr.io/aenix-io/cozystack -TAG := v0.3.0 +TAG := v0.3.1 TALOS_VERSION=$(shell awk '/^version:/ {print $$2}' images/talos/profiles/installer.yaml) show: diff --git a/packages/core/installer/images/cozystack.json b/packages/core/installer/images/cozystack.json index 9eaf5811..53d66aa3 100644 --- a/packages/core/installer/images/cozystack.json +++ b/packages/core/installer/images/cozystack.json @@ -1,4 +1,4 @@ { - "containerimage.config.digest": "sha256:0c3185c10c197737d2adc749f6a73bba911b4d5f953556bcf221546d8a319ccc", - "containerimage.digest": "sha256:6bc8f81d789ed74386262d9c5cc663a7f308f5458b9121e2ce7d61b5e6e2b112" + "containerimage.config.digest": "sha256:29b11ecbb92bae830f2e55cd4b6f7f3ada09b2f5514c0eeee395bd2dbd12fb81", + "containerimage.digest": "sha256:791df989ff37a76062c7c638dbfc93435df9ee0db48797f2045c80b6d6b937c0" } \ No newline at end of file diff --git a/packages/core/installer/images/cozystack.tag b/packages/core/installer/images/cozystack.tag index a080e3c5..5d5e9925 100644 --- a/packages/core/installer/images/cozystack.tag +++ b/packages/core/installer/images/cozystack.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/cozystack:v0.3.0 +ghcr.io/aenix-io/cozystack/cozystack:v0.3.1 diff --git a/packages/core/platform/Chart.yaml b/packages/core/platform/Chart.yaml index 280d1b83..eea29366 100644 --- a/packages/core/platform/Chart.yaml +++ b/packages/core/platform/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-platform -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/Makefile b/packages/system/Makefile index 19908de7..2b3d9476 100644 --- a/packages/system/Makefile +++ b/packages/system/Makefile @@ -1,5 +1,5 @@ OUT=../../_out/repos/system -VERSION := 0.3.0 +VERSION := 0.3.1 gen: fix-chartnames diff --git a/packages/system/capi-operator/Chart.yaml b/packages/system/capi-operator/Chart.yaml index 1fccfecd..b40a1502 100644 --- a/packages/system/capi-operator/Chart.yaml +++ b/packages/system/capi-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-capi-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/capi-providers/Chart.yaml b/packages/system/capi-providers/Chart.yaml index 08100832..2462f7a8 100644 --- a/packages/system/capi-providers/Chart.yaml +++ b/packages/system/capi-providers/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-capi-providers -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/cert-manager-issuers/Chart.yaml b/packages/system/cert-manager-issuers/Chart.yaml index dbc4a24a..403f4ad9 100644 --- a/packages/system/cert-manager-issuers/Chart.yaml +++ b/packages/system/cert-manager-issuers/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-cert-manager-issuers -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/cert-manager/Chart.yaml b/packages/system/cert-manager/Chart.yaml index cd6f32aa..b4db70e2 100644 --- a/packages/system/cert-manager/Chart.yaml +++ b/packages/system/cert-manager/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-cert-manager -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/cilium/Chart.yaml b/packages/system/cilium/Chart.yaml index 9d26a247..ec63f6d1 100644 --- a/packages/system/cilium/Chart.yaml +++ b/packages/system/cilium/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-cilium -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/clickhouse-operator/Chart.yaml b/packages/system/clickhouse-operator/Chart.yaml index 1abdb9c1..44e92cc8 100644 --- a/packages/system/clickhouse-operator/Chart.yaml +++ b/packages/system/clickhouse-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-clickhouse-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/dashboard/Chart.yaml b/packages/system/dashboard/Chart.yaml index e9ab3766..a0bd5a25 100644 --- a/packages/system/dashboard/Chart.yaml +++ b/packages/system/dashboard/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-dashboard -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/dashboard/Makefile b/packages/system/dashboard/Makefile index ba516362..5336007d 100644 --- a/packages/system/dashboard/Makefile +++ b/packages/system/dashboard/Makefile @@ -3,7 +3,7 @@ NAMESPACE=cozy-$(NAME) PUSH := 1 LOAD := 0 REPOSITORY := ghcr.io/aenix-io/cozystack -TAG := v0.3.0 +TAG := v0.3.1 include ../../../scripts/package-system.mk diff --git a/packages/system/dashboard/images/dashboard.tag b/packages/system/dashboard/images/dashboard.tag index 1e32aea2..6cca9596 100644 --- a/packages/system/dashboard/images/dashboard.tag +++ b/packages/system/dashboard/images/dashboard.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/dashboard:v0.3.0 +ghcr.io/aenix-io/cozystack/dashboard:v0.3.1 diff --git a/packages/system/dashboard/images/kubeapps-apis.json b/packages/system/dashboard/images/kubeapps-apis.json index 0c935cb6..b93cd4f3 100644 --- a/packages/system/dashboard/images/kubeapps-apis.json +++ b/packages/system/dashboard/images/kubeapps-apis.json @@ -1,4 +1,4 @@ { - "containerimage.config.digest": "sha256:f517e94dcfd0b612ebffb20d9a6b0e15c129384ab3bfcdde2ae3b3d0f956554f", - "containerimage.digest": "sha256:7af76f291acaa9b21dad567fe85a124d2d11ffb032de2812245d467aa0e0f390" + "containerimage.config.digest": "sha256:e5f295cce1b460e2423f07326e812a201fac6ab594ecfc75eddfa81f46fd10fb", + "containerimage.digest": "sha256:6e32bb3f1afaf93e4e619d5655c43dcd1bf10e0d30aa8136e738484f1b0bd474" } \ No newline at end of file diff --git a/packages/system/dashboard/images/kubeapps-apis.tag b/packages/system/dashboard/images/kubeapps-apis.tag index 0e1b2083..502d3dae 100644 --- a/packages/system/dashboard/images/kubeapps-apis.tag +++ b/packages/system/dashboard/images/kubeapps-apis.tag @@ -1 +1 @@ -ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.0 +ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.1 diff --git a/packages/system/grafana-oncall/Chart.yaml b/packages/system/grafana-oncall/Chart.yaml index 10270e0a..0b958e70 100644 --- a/packages/system/grafana-oncall/Chart.yaml +++ b/packages/system/grafana-oncall/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-grafana-oncall -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/grafana-operator/Chart.yaml b/packages/system/grafana-operator/Chart.yaml index 4e2f0667..c90e34bc 100644 --- a/packages/system/grafana-operator/Chart.yaml +++ b/packages/system/grafana-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-grafana-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/ingress-nginx/Chart.yaml b/packages/system/ingress-nginx/Chart.yaml index 4052d4a7..6b57794a 100644 --- a/packages/system/ingress-nginx/Chart.yaml +++ b/packages/system/ingress-nginx/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-ingress-nginx -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kafka-operator/Chart.yaml b/packages/system/kafka-operator/Chart.yaml index 2b58f4ee..450e9d2b 100644 --- a/packages/system/kafka-operator/Chart.yaml +++ b/packages/system/kafka-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kafka-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kamaji-etcd/Chart.yaml b/packages/system/kamaji-etcd/Chart.yaml index 0db062e9..92a2bb2d 100644 --- a/packages/system/kamaji-etcd/Chart.yaml +++ b/packages/system/kamaji-etcd/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kamaji-etcd -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kamaji/Chart.yaml b/packages/system/kamaji/Chart.yaml index 3b2eca6e..c417e9e3 100644 --- a/packages/system/kamaji/Chart.yaml +++ b/packages/system/kamaji/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kamaji -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubeovn/Chart.yaml b/packages/system/kubeovn/Chart.yaml index 82deb252..b7433d36 100644 --- a/packages/system/kubeovn/Chart.yaml +++ b/packages/system/kubeovn/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubeovn -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubevirt-cdi-operator/Chart.yaml b/packages/system/kubevirt-cdi-operator/Chart.yaml index 118203f1..e2c678e2 100644 --- a/packages/system/kubevirt-cdi-operator/Chart.yaml +++ b/packages/system/kubevirt-cdi-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubevirt-cdi-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubevirt-cdi/Chart.yaml b/packages/system/kubevirt-cdi/Chart.yaml index 8196b961..b45b98c3 100644 --- a/packages/system/kubevirt-cdi/Chart.yaml +++ b/packages/system/kubevirt-cdi/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubevirt-cdi -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubevirt-csi-node/Chart.yaml b/packages/system/kubevirt-csi-node/Chart.yaml index b54bbe9a..97c633b1 100644 --- a/packages/system/kubevirt-csi-node/Chart.yaml +++ b/packages/system/kubevirt-csi-node/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubevirt-csi-node -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubevirt-operator/Chart.yaml b/packages/system/kubevirt-operator/Chart.yaml index 8c19792c..9e323d18 100644 --- a/packages/system/kubevirt-operator/Chart.yaml +++ b/packages/system/kubevirt-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubevirt-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/kubevirt/Chart.yaml b/packages/system/kubevirt/Chart.yaml index 5bc1c02f..31990646 100644 --- a/packages/system/kubevirt/Chart.yaml +++ b/packages/system/kubevirt/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-kubevirt -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/linstor/Chart.yaml b/packages/system/linstor/Chart.yaml index bc6d8a6a..ac5fa842 100644 --- a/packages/system/linstor/Chart.yaml +++ b/packages/system/linstor/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-linstor -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/mariadb-operator/Chart.yaml b/packages/system/mariadb-operator/Chart.yaml index 9ec8e1d7..c9914851 100644 --- a/packages/system/mariadb-operator/Chart.yaml +++ b/packages/system/mariadb-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-mariadb-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/metallb/Chart.yaml b/packages/system/metallb/Chart.yaml index dc74d54e..9e175734 100644 --- a/packages/system/metallb/Chart.yaml +++ b/packages/system/metallb/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-metallb -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/monitoring/Chart.yaml b/packages/system/monitoring/Chart.yaml index 59034c9f..05aa5f64 100644 --- a/packages/system/monitoring/Chart.yaml +++ b/packages/system/monitoring/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-monitoring -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/piraeus-operator/Chart.yaml b/packages/system/piraeus-operator/Chart.yaml index fc11bbae..0bf50022 100644 --- a/packages/system/piraeus-operator/Chart.yaml +++ b/packages/system/piraeus-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-piraeus-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/postgres-operator/Chart.yaml b/packages/system/postgres-operator/Chart.yaml index 6ac6b901..c752bd57 100644 --- a/packages/system/postgres-operator/Chart.yaml +++ b/packages/system/postgres-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-postgres-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/rabbitmq-operator/Chart.yaml b/packages/system/rabbitmq-operator/Chart.yaml index deb77927..3db87f8e 100644 --- a/packages/system/rabbitmq-operator/Chart.yaml +++ b/packages/system/rabbitmq-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-rabbitmq-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/redis-operator/Chart.yaml b/packages/system/redis-operator/Chart.yaml index af22ab2d..b5d1574e 100644 --- a/packages/system/redis-operator/Chart.yaml +++ b/packages/system/redis-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-redis-operator -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/telepresence/Chart.yaml b/packages/system/telepresence/Chart.yaml index 6028c2bc..4047dedd 100644 --- a/packages/system/telepresence/Chart.yaml +++ b/packages/system/telepresence/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-telepresence -version: 0.3.0 +version: 0.3.1 diff --git a/packages/system/victoria-metrics-operator/Chart.yaml b/packages/system/victoria-metrics-operator/Chart.yaml index 320444d7..6664b11a 100644 --- a/packages/system/victoria-metrics-operator/Chart.yaml +++ b/packages/system/victoria-metrics-operator/Chart.yaml @@ -1,2 +1,2 @@ name: cozy-victoria-metrics-operator -version: 0.3.0 +version: 0.3.1