In this release, a bug that caused the InstallationsPicker component to incorrectly save selected installations into local storage was fixed. See ./docs/releases/v0.63.1-changelog.md for more information.
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Add support for enabling pre-configured custom resources in KSM
- Add metrics containing labels for Crossplane resources
Changed
- Upgrade
kube-prometheus-stackto 72.3.0- Bumps prometheus-operator to 0.82.0
Added
- Included the
giantswarm.io/clusterlabel
- Included the
In this release:
- GitOps indicator was added to the Deployment details pane;
- linkage between deployments and catalog entities was fixed. See ./docs/releases/v0.63.0-changelog.md for more information.
In this release:
- error messages styles in deployment details were improved;
- resource entity page layout was improved. See ./docs/releases/v0.62.0-changelog.md for more information.
In this release, links from deployments to corresponding catalog entities were added. See ./docs/releases/v0.61.0-changelog.md for more information.
In this release:
- when no installations are selected, all are being fetched;
- several UI improvements were introduced; See ./docs/releases/v0.60.0-changelog.md for more information.
We’re going back to installing the kong OSS version by default instead of enterprise. In case you’re relying on this default behaviour, please make sure to set the
.Values.image.repository,.Values.image.tag,.Values.enterprise.enabledand.Values.enterprise.license_secretvalues to the respective Enterprise values. These changes were introduced in PRs #378 and #379. This release drops support for Kubernetes below v1.26.Added
- Allow chart users to specify the version of the CRDs to match the kong ingress controller version by changing
.Values.kubectlApplyJob.filesto any other file inhelm/kong-app/crds/folder. The default iscrds/custom-resource-definitions-v3.4.3.yaml.
Changed
- Update kong ingress controller to 3.4.3
- Align with upstream chart version 2.48.0 (Changes in upstream repository)
- Allow chart users to specify the version of the CRDs to match the kong ingress controller version by changing
Changed
- upgrade grafana chart: 8.9.0 => 8.11.3
In this release:
- developer portal roadmap link was added to home page;
- configurable Slack support channel link was added to home page;
- “loading” and “error” states were added to the OrganizationPicker and ReleasePicker scaffolder fields;
- region and pipeline information was added to the Installations picker;
- ability to use current user name in the TemplateStringInput scaffolder field was added. See ./docs/releases/v0.59.0-changelog.md for more information.