Skip to content

Commit

Permalink
prepare 2.25.3 (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Apr 30, 2024
1 parent 400a83f commit 00a770c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion 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')
Expand Down
2 changes: 1 addition & 1 deletion 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')
Expand Down
4 changes: 2 additions & 2 deletions modules/api/go.mod
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions modules/api/go.sum
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions modules/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
Expand Down
16 changes: 2 additions & 14 deletions 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."
}
]
}

0 comments on commit 00a770c

Please sign in to comment.