Skip to content

Commit

Permalink
[release/v2.25] Bump dashboard version for KKP next patch release 2.2…
Browse files Browse the repository at this point in the history
…5.13 (#7081)

Signed-off-by: archups <[email protected]>
  • Loading branch information
archups authored Jan 15, 2025
1 parent c9cac4b commit df70dfc
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.25.12
KUBERMATIC_VERSION?=v2.25.13
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.25.12
KUBERMATIC_VERSION?=v2.25.13
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/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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.12-0.20241105130633-31fc74762427
k8c.io/kubermatic/v2 v2.25.13-0.20250111105853-a382b08ee47d
k8c.io/operating-system-manager v1.5.2
k8c.io/reconciler v0.5.0
k8s.io/api v0.29.1
Expand Down
4 changes: 2 additions & 2 deletions modules/api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1421,8 +1421,8 @@ 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.12-0.20241105130633-31fc74762427 h1:q939zE1/ose3J3lqgwfiG3uuS2+CiOhXvLxolGAGWNI=
k8c.io/kubermatic/v2 v2.25.12-0.20241105130633-31fc74762427/go.mod h1:lW37Zy4mClvBX/h6qzhIKFlbiE5GqPJvar2z7UgQQMw=
k8c.io/kubermatic/v2 v2.25.13-0.20250111105853-a382b08ee47d h1:DVjvCmCDWcM78l0FALfDcsHXSR7+upKdpyprzVf85rU=
k8c.io/kubermatic/v2 v2.25.13-0.20250111105853-a382b08ee47d/go.mod h1:lW37Zy4mClvBX/h6qzhIKFlbiE5GqPJvar2z7UgQQMw=
k8c.io/operating-system-manager v1.5.2 h1:zzRAGytDUNFlegQW31kUE3dc6tVzAdqZ6IxrbDFugOI=
k8c.io/operating-system-manager v1.5.2/go.mod h1:h7gVySBkNOVDj2LAW90kDw2nwAROS5k9wVHeK6w/1KQ=
k8c.io/reconciler v0.5.0 h1:BHpelg1UfI/7oBFctqOq8sX6qzflXpl3SlvHe7e8wak=
Expand Down
2 changes: 1 addition & 1 deletion modules/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.25.12
KUBERMATIC_VERSION?=v2.25.13
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubermatic-dashboard",
"description": "Kubermatic Dashboard",
"version": "2.25.12",
"version": "2.25.13",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
12 changes: 10 additions & 2 deletions modules/web/src/assets/config/changelog.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v22511",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v22513",
"entries": [
{
"category": "fixed",
"description": "Fix reconciling loop when resetting Application values to an empty value"
"description": "Fix a bug where groups scope was missing in authentication request for kubernetes-dashboard"
},
{
"category": "fixed",
"description": "Fix missing AMI value in edit machine deployment dialog"
},
{
"category": "fixed",
"description": "Make Domain field optional when using application credentials for Openstack provider"
}
]
}

0 comments on commit df70dfc

Please sign in to comment.