Skip to content

Commit

Permalink
[release/v2.25] prepare 2.25.9 (#6852)
Browse files Browse the repository at this point in the history
* [release/v2.25] prepare 2.25.9

* [release/v2.25] codegen

* [release/v2.25] update changelog
  • Loading branch information
xrstf authored Sep 17, 2024
1 parent 58186ff commit 11e3ebd
Show file tree
Hide file tree
Showing 10 changed files with 37 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.8
KUBERMATIC_VERSION?=v2.25.9
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.8
KUBERMATIC_VERSION?=v2.25.9
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
10 changes: 10 additions & 0 deletions modules/api/cmd/kubermatic-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -29947,6 +29947,16 @@
"type": "boolean",
"x-go-name": "IPv6Enabled"
},
"loadBalancerMethod": {
"description": "Optional: Gets mapped to the \"lb-method\" setting in the cloud config.\ndefaults to \"ROUND_ROBIN\".",
"type": "string",
"x-go-name": "LoadBalancerMethod"
},
"loadBalancerProvider": {
"description": "Optional: Gets mapped to the \"lb-provider\" setting in the cloud config.\ndefaults to \"\"",
"type": "string",
"x-go-name": "LoadBalancerProvider"
},
"manageSecurityGroups": {
"description": "Optional: Gets mapped to the \"manage-security-groups\" setting in the cloud config.\nThis setting defaults to true.",
"type": "boolean",
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.8-0.20240820122910-32981714eb22
k8c.io/kubermatic/v2 v2.25.9-0.20240914092535-5213dd6f6caa
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.8-0.20240820122910-32981714eb22 h1:dKkyOejjAYFJOiqQCKYfzjpoFDS7hyyFtzkK3+iHJ9M=
k8c.io/kubermatic/v2 v2.25.8-0.20240820122910-32981714eb22/go.mod h1:lW37Zy4mClvBX/h6qzhIKFlbiE5GqPJvar2z7UgQQMw=
k8c.io/kubermatic/v2 v2.25.9-0.20240914092535-5213dd6f6caa h1:+PqmwLS2jsJnjYmovzEIImKCEbDe4FX8jRnm4kKNUWg=
k8c.io/kubermatic/v2 v2.25.9-0.20240914092535-5213dd6f6caa/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

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/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.8
KUBERMATIC_VERSION?=v2.25.9
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.8",
"version": "2.25.9",
"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#v2258",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md#v2259",
"entries": [
{
"category": "fixed",
"description": "Fix TLS errors in the admin page when using a custom CA for the metering object store"
"description": "Fix vSphere degradation because of missing CCM/CSI container images"
},
{
"category": "fixed",
"description": "Fix an issue where the cursor in the web terminal kept jumping to the beginning due to a sizing issue"
},
{
"category": "fixed",
"description": "When deleting a cluster, the Kubevirt provider waits for the etcd backups to get deleted before removing the namespace"
}
]
}

0 comments on commit 11e3ebd

Please sign in to comment.