From 6aacc6997735f5d560d09a76beb38e46c78c121d Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 26 Jul 2023 13:34:55 +0200 Subject: [PATCH] [release/v2.22] update changelog.json, remove some non-user-facing changes from it (#6118) --- modules/web/src/assets/config/changelog.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/modules/web/src/assets/config/changelog.json b/modules/web/src/assets/config/changelog.json index 1d2d997cce..a34e4c49a2 100644 --- a/modules/web/src/assets/config/changelog.json +++ b/modules/web/src/assets/config/changelog.json @@ -3,24 +3,12 @@ "entries": [ { "category": "changed", - "description": "Use buildx instead of Buildah to create multi-architecture KKP container images." + "description": "Update machine-controller to v1.56.4." }, { "category": "changed", "description": "Metrics server write timeout increased." }, - { - "category": "changed", - "description": "Update to Golang 1.19.10." - }, - { - "category": "fixed", - "description": "Fix default url configuration of Blackbox exporter." - }, - { - "category": "fixed", - "description": "Alertmanager now allows blackbox exporter to perform healthcheck API call without AuthFailure." - }, { "category": "fixed", "description": "Fix a bug where project scope endpoints for GCP were working only with the presets instead of one of presets or credentials."