From df5d262201309121c5de64de2f0ca3b94220cd53 Mon Sep 17 00:00:00 2001 From: Archana Sawant Date: Fri, 15 Mar 2024 15:33:07 +0530 Subject: [PATCH] Bump version and changelog for March Minor release 2.25.0 (#6584) Signed-off-by: archups --- Makefile | 2 +- modules/api/Makefile | 2 +- modules/api/go.mod | 2 +- modules/api/go.sum | 4 +- modules/web/Makefile | 2 +- modules/web/package-lock.json | 4 +- modules/web/package.json | 2 +- modules/web/src/assets/config/changelog.json | 147 ++++++++++++++++++- 8 files changed, 155 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 6cd0985399..3edf942d2b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.0-rc.0 +KUBERMATIC_VERSION?=v2.25.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') diff --git a/modules/api/Makefile b/modules/api/Makefile index d814d08008..8c6d9b3bdd 100644 --- a/modules/api/Makefile +++ b/modules/api/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.0-rc.0 +KUBERMATIC_VERSION?=v2.25.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') diff --git a/modules/api/go.mod b/modules/api/go.mod index 0a56b9461f..a2e896ab20 100644 --- a/modules/api/go.mod +++ b/modules/api/go.mod @@ -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.0-beta.4.0.20240314084602-518f8aa6fd20 + k8c.io/kubermatic/v2 v2.25.0-rc.0 k8c.io/operating-system-manager v1.5.0 k8c.io/reconciler v0.5.0 k8s.io/api v0.29.1 diff --git a/modules/api/go.sum b/modules/api/go.sum index ef1be2f6b5..85cacc28d0 100644 --- a/modules/api/go.sum +++ b/modules/api/go.sum @@ -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.0-beta.4.0.20240314084602-518f8aa6fd20 h1:Nw5p+vYxuTBWigHJt13N5cDWKD8Fee33Ye2aGqBV1lU= -k8c.io/kubermatic/v2 v2.25.0-beta.4.0.20240314084602-518f8aa6fd20/go.mod h1:dmFyeWNX+/fEwMPHjq8EqRev3F+BXn7zLzZzKqV0bH0= +k8c.io/kubermatic/v2 v2.25.0-rc.0 h1:UnE8QhbsiLQ0EMtawV86Vbv9eCf9vIBxgFt0so01qzI= +k8c.io/kubermatic/v2 v2.25.0-rc.0/go.mod h1:dmFyeWNX+/fEwMPHjq8EqRev3F+BXn7zLzZzKqV0bH0= 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/reconciler v0.5.0 h1:BHpelg1UfI/7oBFctqOq8sX6qzflXpl3SlvHe7e8wak= diff --git a/modules/web/Makefile b/modules/web/Makefile index 777b174b5e..d681dfc4fa 100644 --- a/modules/web/Makefile +++ b/modules/web/Makefile @@ -1,6 +1,6 @@ SHELL=/bin/bash export KUBERMATIC_EDITION ?= ee -KUBERMATIC_VERSION?=v2.25.0-rc.0 +KUBERMATIC_VERSION?=v2.25.0 CC=npm GOOS ?= $(shell go env GOOS) export GOOS diff --git a/modules/web/package-lock.json b/modules/web/package-lock.json index 3448284022..124a402a0e 100644 --- a/modules/web/package-lock.json +++ b/modules/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubermatic-dashboard", - "version": "2.25.0-rc.0", + "version": "2.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kubermatic-dashboard", - "version": "2.25.0-rc.0", + "version": "2.25.0", "hasInstallScript": true, "license": "proprietary", "dependencies": { diff --git a/modules/web/package.json b/modules/web/package.json index 634725766a..e6c83d81cb 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -1,7 +1,7 @@ { "name": "kubermatic-dashboard", "description": "Kubermatic Dashboard", - "version": "2.25.0-rc.0", + "version": "2.25.0", "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 46448f29c2..d443a65b50 100644 --- a/modules/web/src/assets/config/changelog.json +++ b/modules/web/src/assets/config/changelog.json @@ -1,4 +1,149 @@ { "externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.25.md", - "entries": [] + "entries": [ + { + "category": "added", + "description": "Add support for Kubernetes 1.29." + }, + { + "category": "added", + "description": "Add support for Edge provider." + }, + { + "category": "added", + "description": "EE: Add KubeVirt to the Default Applications Catalog." + }, + { + "category": "added", + "description": "EE: Add k8sgpt operator to the Default Applications Catalog." + }, + { + "category": "added", + "description": "EE: Add nvidia-gpu-operator to the Default Applications Catalog." + }, + { + "category": "added", + "description": "EE: Update default application definitions with latest helm chart version." + }, + { + "category": "added", + "description": "Add logo, upstream documentation and source code link fields to the applications." + }, + { + "category": "added", + "description": "Comments are now persisted in the values section of ApplicationDefinitions and ApplicationInstallations when using the new defaultValuesBlock and valuesBlock fields respectively." + }, + { + "category": "added", + "description": "Add K8sGPT to the Webshell." + }, + { + "category": "added", + "description": "EE: Add new feature to create, restore and schedule backups for user cluster namespaces." + }, + { + "category": "added", + "description": "Support for configuring static network for flatcar machines." + }, + { + "category": "added", + "description": "Support for disabling CSI driver for user clusters." + }, + { + "category": "added", + "description": "Option to enable Cilium Ingress capabilities for user clusters." + }, + { + "category": "added", + "description": "Flatcar is now supported on GCE." + }, + { + "category": "added", + "description": "Added Flatcar as supported OS on VMware Cloud Director." + }, + { + "category": "added", + "description": "Add support for configuring allowed IP allocation modes for VMware Cloud Director." + }, + { + "category": "added", + "description": "Support for attaching multiple networks to a vApp on VMware Cloud Director." + }, + { + "category": "added", + "description": "Add `ClusterBackupStorageLocation` and related user cluster configurations." + }, + { + "category": "changed", + "description": "User Cluster MLA: Grafana has been updated to v10.2.2" + }, + { + "category": "changed", + "description": "API change: Update MachineDeployment form for Anexia provider. Add configuration support for named templates and multiple disks." + }, + { + "category": "fixed", + "description": "Set LoadBalancerSKU on Azure clusters if the field is set in the preset." + }, + { + "category": "fixed", + "description": "Fix a bug where Operating System Profiles were not being listed for GCP." + }, + { + "category": "fixed", + "description": "Fix a bug where dedicated credentials were incorrectly being required as mandatory input when editing provider settings for a cluster." + }, + { + "category": "fixed", + "description": "Fix invalid project ID in API requests for Nutanix provider." + }, + { + "category": "fixed", + "description": "Fix a bug where OSPs were not being listed for VMware Cloud Director." + }, + { + "category": "fixed", + "description": "Fix issue in editing and updating applications of cluster template." + }, + { + "category": "fixed", + "description": "Fix issue with cursor position inside YAML editor." + }, + { + "category": "fixed", + "description": "Fix a bug where dedicated credentials were incorrectly being required as mandatory input when editing provider settings for a cluster." + }, + { + "category": "fixed", + "description": "No longer fail constructing vSphere endpoint when a `/` suffix is present in the datacenter configuration." + }, + { + "category": "fixed", + "description": "Resolved an issue where logs were duplicated when multiple pods from the same service were deployed on the same Kubernetes node." + }, + { + "category": "fixed", + "description": "Stop constantly re-deploying operating-system-manager when registry mirrors are configured." + }, + { + "category": "fixed", + "description": "Fix OIDC network policy, by allowing to set NamespaceOverride to specify where the ingress controller is deployed." + }, + { + "category": "fixed", + "description": "Fix missing image registry override for hubble-ui components if Cilium is deployed as System Application." + }, + { + "category": "fixed", + "description": "Enable web terminal button when at least one MD replica is ready." + }, + { + "category": "deprecated", + "description": "Deprecate v1.11 and v1.12 Cilium and Hubble KKP Addons, as Cilium CNI is managed by Applications from version 1.13." + }, + { + "category": "removed", + "description": "Some of high cardinality metrics were dropped from the User Cluster MLA Prometheus. If your KKP installation was using some of those metrics for the custom Grafana dashboards for the user clusters, your dashboards might stop showing some of the charts." + } + ] }