diff --git a/Makefile b/Makefile index ce66b1d6e8..8a3d56a6d4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.2 +KUBERMATIC_VERSION?=v2.25.3 DOCKER_REPO ?= quay.io/kubermatic REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION}) IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n') diff --git a/modules/api/Makefile b/modules/api/Makefile index a8845a363a..8bca86dec8 100644 --- a/modules/api/Makefile +++ b/modules/api/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.2 +KUBERMATIC_VERSION?=v2.25.3 DOCKER_REPO ?= quay.io/kubermatic REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION}) IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n') diff --git a/modules/api/go.mod b/modules/api/go.mod index d86bc52021..480d48fc7b 100644 --- a/modules/api/go.mod +++ b/modules/api/go.mod @@ -70,8 +70,8 @@ require ( gopkg.in/square/go-jose.v2 v2.6.0 gopkg.in/yaml.v3 v3.0.1 k8c.io/kubeone v1.7.2 - k8c.io/kubermatic/v2 v2.25.2-0.20240429090042-ab1aed7a6539 - k8c.io/operating-system-manager v1.5.0 + k8c.io/kubermatic/v2 v2.25.3-0.20240430163243-c629d05449a6 + k8c.io/operating-system-manager v1.5.1 k8c.io/reconciler v0.5.0 k8s.io/api v0.29.1 k8s.io/apiextensions-apiserver v0.29.1 diff --git a/modules/api/go.sum b/modules/api/go.sum index d69bcc384c..616ba5aa70 100644 --- a/modules/api/go.sum +++ b/modules/api/go.sum @@ -1421,10 +1421,10 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9 honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= k8c.io/kubeone v1.7.2 h1:uLH19VEp1S5j4f3UwQP4CLHErJ23UiJM2MnbufNWDgI= k8c.io/kubeone v1.7.2/go.mod h1:9v2VFz/+l36cW65kd5YufEYHunbKlJ6P8SBakj05xgM= -k8c.io/kubermatic/v2 v2.25.2-0.20240429090042-ab1aed7a6539 h1:a81DjkH39/MKtMnXpdcOIxhxsiq6K1p0tM+L7HOJuhM= -k8c.io/kubermatic/v2 v2.25.2-0.20240429090042-ab1aed7a6539/go.mod h1:JJqPgpKmQn+OdnuhtGTp+fT8/9wxcFp7srvg7x4wZ0o= -k8c.io/operating-system-manager v1.5.0 h1:XgdDhnHoGcP4xKFdSsPahFVaBuZqb5sr3+mQe6RW7Dc= -k8c.io/operating-system-manager v1.5.0/go.mod h1:h7gVySBkNOVDj2LAW90kDw2nwAROS5k9wVHeK6w/1KQ= +k8c.io/kubermatic/v2 v2.25.3-0.20240430163243-c629d05449a6 h1:EkO3fhBzO9FSE6Te8DRmovEKuoZWZHbpvEylITpDl00= +k8c.io/kubermatic/v2 v2.25.3-0.20240430163243-c629d05449a6/go.mod h1:v+wcV5MBtu+Td218BLcsjbkarmd1tc3h4F4CLPy5EZY= +k8c.io/operating-system-manager v1.5.1 h1:kIzIPgXbX/dBOjrlNn378XinsYmBLmNw0s4SVhU5WHs= +k8c.io/operating-system-manager v1.5.1/go.mod h1:h7gVySBkNOVDj2LAW90kDw2nwAROS5k9wVHeK6w/1KQ= k8c.io/reconciler v0.5.0 h1:BHpelg1UfI/7oBFctqOq8sX6qzflXpl3SlvHe7e8wak= k8c.io/reconciler v0.5.0/go.mod h1:pT1+SVcVXJQeBJhpJBXQ5XW64QnKKeYTnVlQf0dGE0k= k8s.io/api v0.19.0/go.mod h1:I1K45XlvTrDjmj5LoM5LuP/KYrhWbjUKT/SoPG0qTjw= diff --git a/modules/web/Makefile b/modules/web/Makefile index 4fb527d6c9..61068bf4b8 100644 --- a/modules/web/Makefile +++ b/modules/web/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.2 +KUBERMATIC_VERSION?=v2.25.3 CC=npm GOOS ?= $(shell go env GOOS) export GOOS diff --git a/modules/web/package-lock.json b/modules/web/package-lock.json index 250d594ff8..27e7ffbbaa 100644 --- a/modules/web/package-lock.json +++ b/modules/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubermatic-dashboard", - "version": "2.25.2", + "version": "2.25.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kubermatic-dashboard", - "version": "2.25.2", + "version": "2.25.3", "hasInstallScript": true, "license": "proprietary", "dependencies": { diff --git a/modules/web/package.json b/modules/web/package.json index 55b327f631..799494cd9d 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -1,7 +1,7 @@ { "name": "kubermatic-dashboard", "description": "Kubermatic Dashboard", - "version": "2.25.2", + "version": "2.25.3", "type": "module", "license": "proprietary", "repository": "https://github.com/kubermatic/dashboard", diff --git a/modules/web/src/assets/config/changelog.json b/modules/web/src/assets/config/changelog.json index 935dd63496..c03e0d8879 100644 --- a/modules/web/src/assets/config/changelog.json +++ b/modules/web/src/assets/config/changelog.json @@ -1,21 +1,9 @@ { - "externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v2252", + "externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v2253", "entries": [ { "category": "fixed", - "description": "Fix template value for MachineDeployments in edit mode" - }, - { - "category": "fixed", - "description": "Hotfix to mitigate a bug in new releases of Chromium that causes browser crashes on `mat-select` component" - }, - { - "category": "fixed", - "description": "vSphere: fix anti-affinity DRS configuration for VMs" - }, - { - "category": "fixed", - "description": "Fix Azure CCM not being reconciled because of labelling changes" + "description": "[ACTION REQUIRED] The latest Ubuntu 22.04 images ship with cloud-init 24.x package. This package has breaking changes and thus rendered our OSPs as incompatible. It's recommended to refresh your machines with latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines." } ] }