Skip to content

Commit

Permalink
Prepare release v0.3.1 (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps authored Apr 23, 2024
1 parent be0603f commit ca79f72
Show file tree
Hide file tree
Showing 44 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions manifests/cozystack-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/http-cache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/apps/http-cache/images/nginx-cache.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:7c47297b8133ec28972f23c9f7de1e343b16c8c58cca9105830f7753a7f3b124",
"containerimage.digest": "sha256:1dda8d51fd620c8b40a16873376a690858910aa57241caa09d4cd4b5f84f317e"
"containerimage.config.digest": "sha256:e406d5ac59cc06bbab51e16ae9a520143ad4f54952ef8f8cca982dc89454d616",
"containerimage.digest": "sha256:08e5063e65d2adc17278abee0ab43ce31cf37bc9bc7eb7988ef16f1f1c459862"
}
2 changes: 1 addition & 1 deletion packages/apps/kubernetes/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.3.0
VERSION := 0.3.1

gen: fix-chartnames

Expand Down
2 changes: 1 addition & 1 deletion packages/core/fluxcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-fluxcd
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/core/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions packages/core/installer/images/cozystack.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:0c3185c10c197737d2adc749f6a73bba911b4d5f953556bcf221546d8a319ccc",
"containerimage.digest": "sha256:6bc8f81d789ed74386262d9c5cc663a7f308f5458b9121e2ce7d61b5e6e2b112"
"containerimage.config.digest": "sha256:29b11ecbb92bae830f2e55cd4b6f7f3ada09b2f5514c0eeee395bd2dbd12fb81",
"containerimage.digest": "sha256:791df989ff37a76062c7c638dbfc93435df9ee0db48797f2045c80b6d6b937c0"
}
2 changes: 1 addition & 1 deletion packages/core/installer/images/cozystack.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/cozystack:v0.3.0
ghcr.io/aenix-io/cozystack/cozystack:v0.3.1
2 changes: 1 addition & 1 deletion packages/core/platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-platform
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OUT=../../_out/repos/system
VERSION := 0.3.0
VERSION := 0.3.1

gen: fix-chartnames

Expand Down
2 changes: 1 addition & 1 deletion packages/system/capi-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-capi-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/capi-providers/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-capi-providers
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/cert-manager-issuers/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-cert-manager-issuers
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-cert-manager
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/cilium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-cilium
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/clickhouse-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-clickhouse-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-dashboard
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/dashboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/system/dashboard/images/dashboard.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/dashboard:v0.3.0
ghcr.io/aenix-io/cozystack/dashboard:v0.3.1
4 changes: 2 additions & 2 deletions packages/system/dashboard/images/kubeapps-apis.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"containerimage.config.digest": "sha256:f517e94dcfd0b612ebffb20d9a6b0e15c129384ab3bfcdde2ae3b3d0f956554f",
"containerimage.digest": "sha256:7af76f291acaa9b21dad567fe85a124d2d11ffb032de2812245d467aa0e0f390"
"containerimage.config.digest": "sha256:e5f295cce1b460e2423f07326e812a201fac6ab594ecfc75eddfa81f46fd10fb",
"containerimage.digest": "sha256:6e32bb3f1afaf93e4e619d5655c43dcd1bf10e0d30aa8136e738484f1b0bd474"
}
2 changes: 1 addition & 1 deletion packages/system/dashboard/images/kubeapps-apis.tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.0
ghcr.io/aenix-io/cozystack/kubeapps-apis:v0.3.1
2 changes: 1 addition & 1 deletion packages/system/grafana-oncall/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-grafana-oncall
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/grafana-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-grafana-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-ingress-nginx
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kafka-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kafka-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kamaji-etcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kamaji-etcd
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kamaji/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kamaji
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubeovn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubeovn
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubevirt-cdi-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubevirt-cdi-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubevirt-cdi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubevirt-cdi
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubevirt-csi-node/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubevirt-csi-node
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubevirt-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubevirt-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/kubevirt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-kubevirt
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/linstor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-linstor
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/mariadb-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-mariadb-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/metallb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-metallb
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-monitoring
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/piraeus-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-piraeus-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/postgres-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-postgres-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/rabbitmq-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-rabbitmq-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-redis-operator
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/telepresence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-telepresence
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion packages/system/victoria-metrics-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: cozy-victoria-metrics-operator
version: 0.3.0
version: 0.3.1

0 comments on commit ca79f72

Please sign in to comment.