This release fixes the sorting behavior for version columns by changing alphanumeric sorting to semver-aware sorting. See ./docs/releases/v0.54.1-changelog.md for more information.
Developer Portal
Changes
- Use mapiAudience configuration value instead of audience by @gusevda in https://github.com/giantswarm/happa/pull/4648
Full Changelog: https://github.com/giantswarm/happa/compare/v1.71.2...v1.71.3
Changes
- Fix monitoring url by @gusevda in https://github.com/giantswarm/happa/pull/4647
Full Changelog: https://github.com/giantswarm/happa/compare/v1.71.1...v1.71.2
Changes
- Monitoring link was fixed by @gusevda in https://github.com/giantswarm/happa/pull/4646
Full Changelog: https://github.com/giantswarm/happa/compare/v1.71.0...v1.71.1
In this release:
- Custom CA information was added to installation details page.
- Non-standard access documentation was added to installation details page.
- GitOps indicator on cluster details page was refactored to be configurable via app configuration. See ./docs/releases/v0.54.0-changelog.md for more information.
In this release:
- Backstage was updated to v1.36.1.
- Update other dependencies.
- Enable default auth policy. GS plugins changes:
- Refactored how GS Kubernetes API is used.
- Refactored data fetching hooks to share common logic. See ./docs/releases/v0.53.0-changelog.md for more information.
Changes
Remove users management and passage client in https://github.com/giantswarm/happa/pull/4645
Other Changes
- Remove PSPs, bump architect-orb to 5.11.1 by @ubergesundheit in https://github.com/giantswarm/happa/pull/4636
- Align files by @architectbot in https://github.com/giantswarm/happa/pull/4638
- Align files by @architectbot in https://github.com/giantswarm/happa/pull/4640
- Align files by @architectbot in https://github.com/giantswarm/happa/pull/4641
- Align files by @architectbot in https://github.com/giantswarm/happa/pull/4643
Full Changelog: https://github.com/giantswarm/happa/compare/v1.70.0...v1.71.0
In this release:
- “Managed through GitOps” indicator was added to cluster details page. See ./docs/releases/v0.52.0-changelog.md for more information.
In this release: Deployments table improvements:
- page size was changed to 50 items. Allowed for a user to change page size to 100 items;
- sort by name by default;
- CLUSTER TYPE column values were fixed for App CRs deployed by a bundle. Grafana link on cluster details page was changed to point to the new Cluster Overview Dashboard. See ./docs/releases/v0.51.1-changelog.md for more information.
In this release:
- Deployments page with overview of all apps deployed throughout clusters was added. Deployments list changes:
- Information in SOURCE column was changed. Now it shows type of source and source name. Information about chart name was moved to a separate column called CHART NAME;
- NAMESPACE/NAME column was split into two separate columns;
- CLUSTER column was changed. Missing cluster names are being correctly filled and values are displayed as links to cluster details pages;
- CLUSTER TYPE column was added to deployments list. Clusters list changes:
- AWS ACCOUNT ID column was fixed to display values in groups of four digits. See ./docs/releases/v0.51.0-changelog.md for more information.