In this release:
TYPE
column in clusters list view was changed to show management/workload cluster icon;CLUSTER APP
column was added to clusters list. See ./docs/releases/v0.48.0-changelog.md for more information.
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
In this release:
TYPE
column in clusters list view was changed to show management/workload cluster icon;CLUSTER APP
column was added to clusters list.
See ./docs/releases/v0.48.0-changelog.md for more information.Cluster Overview
dashboard.Cluster Overview
dashboard.In this release:
.
pattern in regular expressions in PromQL matches newline characters. With this change regular expressions like .*
match strings that include \n
. To maintain the old behaviour, you will have to change regular expressions by replacing all .
patterns with [^\n]
, e.g. foo[^\n]*
. This upgrades PromQL compatibility from Prometheus 2.0 to 3.0. #9844In this release:
This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.