Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- GS plugin: Add scaffolder custom field extension for picking a workload cluster.
Changed
- GS plugin: Allow to select only one installation in the InstallationsSelector component.
- GS plugin: Refactor useInstallationsStatuses hook so the state updates are debounced by 200ms.
Changed
- Changed the way registry is being parsed in helm templates
Fixed
- Reduce minAllowed cpu from 200 to 50 millicores to avoid allocating unused cpu.
Fixed
- Reduce minAllowed cpu from 200 to 50 millicores to avoid allocating unused cpu.
Changed
- Changed the way registry is being parsed in helm templates
- Enable VPA by default
Changed
- Deployments/DaemonSets: Make pod affinity templatable. (#654)
- ServiceMonitor: Relabel app & node. (#654)
Changed
- Update PolicyException CR version to v2beta1.
Added
- Added support for setting
.spec.template.spec.priorityClassName
for the Zot deployment via Helm value .priorityClassName
.
Defaults to empty string, meaning a priority class does not get set by default. - Added setting to VPA to control max allowed CPU and memory. Defaults to
750m
and 2048Mi
.
Changed
- Changed default service type to
ClusterIP
. - Changed default node port to
32767
and it is added to the service only when service type is NodePort
. - Enabled
PVC
creation by default. - Changed default resource requests to
300m
CPU and 1024Mi
memory, limits to 500m
CPU and 1536Mi
memory.
Changed
- Make
Certificate Details
dashboard public - Migrate deprecated angular panels.
Added
- GS plugin: Add “Cluster access” pane that explains cluster access in the cluster list.
Removed
- Disable Report Issue addon for TechDocs plugin.