Skip to content

Commit

Permalink
Prepare 2.27.0 (#7180)
Browse files Browse the repository at this point in the history
* prepare 2.27.0

* codegen
  • Loading branch information
xrstf authored Feb 18, 2025
1 parent 2b4ece5 commit 2163d84
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 9 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 -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.27.0-rc.0
KUBERMATIC_VERSION?=v2.27.0
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 -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.27.0-rc.0
KUBERMATIC_VERSION?=v2.27.0
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
3 changes: 3 additions & 0 deletions modules/api/cmd/kubermatic-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -30971,6 +30971,9 @@
"type": "boolean",
"x-go-name": "CCMZoneAndRegionEnabled"
},
"csiDriverOperator": {
"$ref": "#/definitions/KubeVirtCSIDriverOperator"
},
"customNetworkPolicies": {
"description": "Optional: CustomNetworkPolicies allows to add some extra custom NetworkPolicies, that are deployed\nin the dedicated infra KubeVirt cluster. They are added to the defaults.",
"type": "array",
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 (
google.golang.org/api v0.209.0
gopkg.in/yaml.v3 v3.0.1
k8c.io/kubeone v1.7.3
k8c.io/kubermatic/v2 v2.27.0-alpha.2.0.20250214114419-4103a9fba169
k8c.io/kubermatic/v2 v2.27.0-rc.0.0.20250218085523-655dc5da7852
k8c.io/machine-controller v1.61.0
k8c.io/operating-system-manager v1.6.1-0.20241118134103-5db575f65108
k8c.io/reconciler v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions modules/api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,8 @@ honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8c.io/kubeone v1.7.2 h1:uLH19VEp1S5j4f3UwQP4CLHErJ23UiJM2MnbufNWDgI=
k8c.io/kubeone v1.7.2/go.mod h1:9v2VFz/+l36cW65kd5YufEYHunbKlJ6P8SBakj05xgM=
k8c.io/kubermatic/v2 v2.27.0-alpha.2.0.20250214114419-4103a9fba169 h1:NOuGwi70ex0+2pZLlCtcOWj19+29oFbE5Undvl+n6+Y=
k8c.io/kubermatic/v2 v2.27.0-alpha.2.0.20250214114419-4103a9fba169/go.mod h1:ig2jw2L4/LVa8dhLfB90OcJh3VfB673ecFF90gKmDIE=
k8c.io/kubermatic/v2 v2.27.0-rc.0.0.20250218085523-655dc5da7852 h1:8aC+iwWxZN+Us8wimmqNm1M1P20t3B3p57OhcZ8b3yo=
k8c.io/kubermatic/v2 v2.27.0-rc.0.0.20250218085523-655dc5da7852/go.mod h1:ig2jw2L4/LVa8dhLfB90OcJh3VfB673ecFF90gKmDIE=
k8c.io/machine-controller v1.61.0 h1:d7KVD2CDG2K76ujSt5RPLUP3BCNDcioObdM1N0BUNlc=
k8c.io/machine-controller v1.61.0/go.mod h1:ZGDFyUeEp66RHcNB5Ki/OJyFdZFgo9dkHJ9s6YJWPcg=
k8c.io/operating-system-manager v1.6.1-0.20241118134103-5db575f65108 h1:xiKGpydY/jsBVD5XT3zvAxW2pPKEtgcv526zdVFzbuw=
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 -eu -o pipefail
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.27.0-rc.0
KUBERMATIC_VERSION?=v2.27.0
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.27.0-rc.0",
"version": "2.27.0",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down

0 comments on commit 2163d84

Please sign in to comment.