In this release:
RELEASEcolumn was added to clusters list;LOCATIONcolumn was added to clusters list;AWS ACCOUNT IDcolumn was added to clusters list. See ./docs/releases/v0.49.0-changelog.md for more information.
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
In this release:
RELEASE column was added to clusters list;LOCATION column was added to clusters list;AWS ACCOUNT ID column was added to clusters list.
See ./docs/releases/v0.49.0-changelog.md for more information.AutomatedException feature.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 Overviewdashboard.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: