Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #165

Merged
merged 32 commits into from
Feb 22, 2024
Merged
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
396e317
Bump backup-restore-sidecar to version v0.10.0
Feb 6, 2024
7df6367
Update headscale-db to PG16.
Gerrit91 Feb 6, 2024
fd619e5
Update RethinkDB to 2.4.4.
Gerrit91 Feb 6, 2024
380d2d7
Bump metal-hammer to version v0.12.1
Feb 6, 2024
20bf0ce
Bump pixie to version v0.3.1
Feb 6, 2024
180e9fd
Bump kernel to version 6.6.16-135
Feb 6, 2024
4ec1ab5
Bump metal-roles to version v0.11.6
Feb 7, 2024
b08fa46
Bump helm-charts to version v0.4.0
Feb 9, 2024
7d671ec
Bump masterdata-api to version v0.10.3
Feb 12, 2024
60f8660
Bump pixie to version v0.3.2
Feb 13, 2024
ea7da4d
Bump metal-ansible-modules to version v0.2.8
Feb 14, 2024
3303a32
Bump ansible-common to version v0.6.10
Feb 14, 2024
28f7cc6
Bump metal-api to version v0.27.0
Feb 15, 2024
205e271
Bump metal-hammer to version v0.12.2
Feb 15, 2024
4196070
Bump metal-api to version v0.27.1
Feb 15, 2024
3823f4e
Bump metal-api to version v0.28.0
Feb 15, 2024
dc0a1d9
Bump metal-ansible-modules to version v0.2.9
Feb 15, 2024
adea53c
Bump to g/g v1.75.2.
Gerrit91 Feb 15, 2024
5577219
Bump helm-charts to version v0.4.1
Feb 15, 2024
abc9d96
Bump metalctl to version v0.15.3
Feb 15, 2024
97aa464
Bump duros-controller to version v0.8.3
Feb 15, 2024
8ef84cf
Bump metalctl to version v0.15.4
Feb 16, 2024
46da644
Bump virtual-garden to v1.26.13.
Gerrit91 Feb 19, 2024
4250c10
Bump metal-bmc to version v0.5.2
Feb 20, 2024
1389159
Bump gardener-extension-provider-metal to version v0.22.2
Feb 21, 2024
8377228
Bump metal-deployment-base to version v0.7.4
Feb 21, 2024
9023810
Bump metal-hammer to version v0.12.3
Feb 21, 2024
04b365e
Bump ansible-common to version v0.6.11
Feb 21, 2024
2a3ddc1
Bump metal-roles to version v0.11.7
Feb 21, 2024
285c483
Revert metal-deployment-base, there is an issue with ansible-galaxy.
Gerrit91 Feb 21, 2024
3cae167
Bump metal-deployment-base to version v0.7.5
Feb 22, 2024
9bb3bb3
Bump metal-roles to version v0.11.8
Feb 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
ansible-roles:
ansible-common:
repository: https://github.com/metal-stack/ansible-common
version: v0.6.9
version: v0.6.11
metal-ansible-modules:
repository: https://github.com/metal-stack/metal-ansible-modules
version: v0.2.7
version: v0.2.9
metal-roles:
repository: https://github.com/metal-stack/metal-roles
version: v0.11.5
version: v0.11.7
binaries:
metal-stack:
kernel:
repository: https://github.com/metal-stack/kernel
url: https://github.com/metal-stack/kernel/releases/download/6.6.14-134/metal-kernel
version: 6.6.14-134
url: https://github.com/metal-stack/kernel/releases/download/6.6.16-135/metal-kernel
version: 6.6.16-135
metal-hammer:
repository: https://github.com/metal-stack/metal-hammer
url: https://github.com/metal-stack/metal-hammer/releases/download/v0.12.0/metal-hammer-initrd.img.lz4
version: v0.12.0
url: https://github.com/metal-stack/metal-hammer/releases/download/v0.12.3/metal-hammer-initrd.img.lz4
version: v0.12.3
metalctl:
darwin:
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.2/metalctl-darwin-amd64
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.4/metalctl-darwin-amd64
linux:
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.2/metalctl-linux-amd64
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.4/metalctl-linux-amd64
repository: https://github.com/metal-stack/metalctl
version: v0.15.2
version: v0.15.4
windows:
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.2/metalctl-windows-amd64
url: https://github.com/metal-stack/metalctl/releases/download/v0.15.4/metalctl-windows-amd64
docker-images:
metal-stack:
control-plane:
masterdata-api:
name: ghcr.io/metal-stack/masterdata-api
repository: https://github.com/metal-stack/masterdata-api
tag: v0.10.2
tag: v0.10.3
metal-api:
name: ghcr.io/metal-stack/metal-api
repository: https://github.com/metal-stack/metal-api
tag: v0.26.3
tag: v0.28.0
metal-console:
name: ghcr.io/metal-stack/metal-console
repository: https://github.com/metal-stack/metal-console
Expand All @@ -49,7 +49,7 @@ docker-images:
metalctl:
name: ghcr.io/metal-stack/metalctl
repository: https://github.com/metal-stack/metalctl
tag: v0.15.2
tag: v0.15.4
rethinkdb-exporter:
name: ghcr.io/metal-stack/rethinkdb-exporter
repository: https://github.com/metal-stack/rethinkdb-exporter
Expand All @@ -66,7 +66,7 @@ docker-images:
gardener-extension-provider-metal:
name: ghcr.io/metal-stack/gardener-extension-provider-metal
repository: https://github.com/metal-stack/gardener-extension-provider-metal
tag: v0.22.1
tag: v0.22.2
machine-controller-manager:
name: eu.gcr.io/gardener-project/gardener/machine-controller-manager
repository: https://github.com/gardener/machine-controller-manager
Expand All @@ -83,11 +83,11 @@ docker-images:
backup-restore-sidecar:
name: ghcr.io/metal-stack/backup-restore-sidecar
repository: https://github.com/metal-stack/backup-restore-sidecar
tag: v0.9.1
tag: v0.10.0
deployment-base:
name: ghcr.io/metal-stack/metal-deployment-base
repository: https://github.com/metal-stack/metal-dockerfiles
tag: v0.7.3
tag: v0.7.5
kubernetes:
audit-forwarder:
name: ghcr.io/metal-stack/audit-forwarder
Expand All @@ -108,7 +108,7 @@ docker-images:
duros-controller:
name: ghcr.io/metal-stack/duros-controller
repository: https://github.com/metal-stack/duros-controller
tag: v0.8.2
tag: v0.8.3
metal-ccm:
name: ghcr.io/metal-stack/metal-ccm
repository: https://github.com/metal-stack/metal-ccm
Expand All @@ -121,7 +121,7 @@ docker-images:
metal-bmc:
name: ghcr.io/metal-stack/metal-bmc
repository: https://github.com/metal-stack/metal-bmc
tag: v0.5.1
tag: v0.5.2
metal-core:
name: ghcr.io/metal-stack/metal-core
repository: https://github.com/metal-stack/metal-core
Expand All @@ -133,7 +133,7 @@ docker-images:
pixiecore:
name: ghcr.io/metal-stack/pixie
repository: https://github.com/metal-stack/pixie
tag: v0.3.0
tag: v0.3.2
third-party:
control-plane:
event-exporter:
Expand All @@ -147,7 +147,7 @@ docker-images:
headscale-db:
name: postgres
repository: https://github.com/docker-library/postgres
tag: 14-alpine
tag: 16-alpine
ipam-db:
name: postgres
repository: https://github.com/docker-library/postgres
Expand All @@ -163,7 +163,7 @@ docker-images:
metal-db:
name: rethinkdb
repository: https://github.com/rethinkdb/rethinkdb-dockerfiles
tag: 2.4.0
tag: 2.4.4-bookworm-slim
nsq:
name: nsqio/nsq
repository: https://github.com/nsqio/nsq
Expand All @@ -183,13 +183,13 @@ docker-images:
tag: v1.0.1
admission-controller:
name: eu.gcr.io/gardener-project/gardener/admission-controller
tag: v1.74.3
tag: v1.75.2
api-server:
name: eu.gcr.io/gardener-project/gardener/apiserver
tag: v1.74.3
tag: v1.75.2
controller-manager:
name: eu.gcr.io/gardener-project/gardener/controller-manager
tag: v1.74.3
tag: v1.75.2
dns-controller-manager:
name: eu.gcr.io/gardener-project/dns-controller-manager
tag: v0.15.5
Expand All @@ -201,7 +201,7 @@ docker-images:
tag: v0.15.10
gardenlet:
name: eu.gcr.io/gardener-project/gardener/gardenlet
tag: v1.74.3
tag: v1.75.2
metrics-exporter:
name: eu.gcr.io/gardener-project/gardener/metrics-exporter
tag: 0.20.0
Expand All @@ -213,7 +213,7 @@ docker-images:
tag: v1.25.0
scheduler:
name: eu.gcr.io/gardener-project/gardener/scheduler
tag: v1.74.3
tag: v1.75.2
shoot-cert-service:
name: eu.gcr.io/gardener-project/gardener/extensions/shoot-cert-service
tag: v1.33.0
Expand All @@ -222,10 +222,10 @@ docker-images:
tag: v1.36.0
virtual-apiserver:
name: registry.k8s.io/kube-apiserver
tag: v1.25.16
tag: v1.26.13
virtual-controller-manager:
name: registry.k8s.io/kube-controller-manager
tag: v1.25.16
tag: v1.26.13
partition:
image-cache-coredns:
name: coredns/coredns
Expand Down Expand Up @@ -256,7 +256,7 @@ helm-charts:
metal-stack:
metal-control-plane:
repository: https://helm.metal-stack.io
version: 0.3.21
version: 0.4.1
monitoring:
kube-prometheus-stack:
repository: https://prometheus-community.github.io/helm-charts
Expand All @@ -276,5 +276,5 @@ repositories:
ref: v0.15.4
url: https://github.com/gardener/etcd-backup-restore.git
gardener:
ref: v1.74.3
ref: v1.75.2
url: https://github.com/gardener/gardener.git