Adding support for Elasticsearch as a backend
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Make rbac-operator optional for installation without OIDC.
Added
- Read-only role for customer access into Control Plane.
Changed
- Reintroduced config properties which should have been just deprecated but got dropped prematurely in v1.4.0 (#36)
configmap.annotations-prefixconfigmap.default-ssl-certificateconfigmap.hpa-enabledconfigmap.hpa-max-replicasconfigmap.hpa-min-replicasconfigmap.hpa-target-cpu-utilization-percentageconfigmap.hpa-target-memory-utilization-percentageconfigmap.ingress-class
- Reintroduced config properties which should have been just deprecated but got dropped prematurely in v1.4.0 (#36)
Added
There have been some additions regarding the App Catalog and Apps in general:
- We added a way to edit the version of an installed app. (#1227, #1212)
- We’ve also added a version picker during app installation, so you can now pick the version of the app that you want to install (#1202)
- There is now a table that shows chart versions and what app versions they will install when viewing an app from the App Catalog (#1200)
- Add lastly, we’ve added
kiamandexternal-dnsto the list of preinstalled apps on clusters that indeed have these apps (#1197)
We’ve also made upgrade availability information more visible in more places:
- We’ve added an upgrade notice in the clusters list, so you can see at a glance which clusters are eligible for an upgrade (#1204)
- Similar to the above, we’ve also added an upgrade available icon in the list of clusters on the organization detail page (#1208)
Changed
- Some modals could stay open even when changing routes. We now make sure modals close when the route changes (#1211)
- We now ensure that the organization provider credentials form closes when you leave the page (#1209)
Fixed
- We fixed a memory leak in the app installation form (#1210)
- We now ensure that the upgrade cluster modal does not re-render unnecessarily after dispatching an action (#1233)
- Check cluster existence in dashboard resources component to avoid some potential error cases (#1230)
- We fixed a bug where clusters would be created in the currently selected organization, instead of the organization you clicked “create cluster” in (#1207)
- And lastly, we fixed an issue triggering the update cluster modal (#1206)
Development changes / refactorings
- Add support for using cluster names to all
gsctlcommands that take a cluster ID as input (https://github.com/giantswarm/docs/pull/422)
- Add support for using cluster names to all
- Added the new Control Plane K8s API reference section. (https://github.com/giantswarm/docs/pull/419)
- Added gsctl installation instructions for Arch Linux. (https://github.com/giantswarm/docs/pull/420)
- Updated the security overview. (https://github.com/giantswarm/docs/pull/395)
- Updated the On-Prem architecture article. (https://github.com/giantswarm/docs/pull/402)
Changed
- Disable HPA, PDB and clear resource requests for extra small clusters. (#34)