Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Highlights for the week ending January 26, 2023
Apps
- (Community contribution) starboard-exporter version v0.7.1 allows configuring
imagePullSecrets
for pulling the exporter from private registries. - trivy-operator-app version 0.3.3 improves the operator’s network policy and fixes a bug in the
PriorityLevelConfiguration
when running small numbers of concurrent scan jobs. - flux-app version 0.21.1 upgrades to support Flux toolkit version 0.38.3, major changes introduced in v0.38.0 are detailed here.
Added
- Added
vertical-pod-autoscaler@2.5.3
& vertical-pod-autoscaler-crd@1.0.1
.
Changed
- Update
node-exporter
to 1.15.0
Changed
- Updated CAPA template output to support new subnet layout as of cluster-aws v0.21.0
- Change default folder for cluster base templates generated by
gitops add base
from bases/clusters/<PROVIDER>
to bases/clusters/<PROVIDER>/template
Added
- Add default machine pool name for
gitops add base
generated templates to capa
and gcp
(CAPG) providers with value: machine-pool0
Breaking Change
- For private clusters, where
network.vpcMode
is set to private
, the subnets property has changed. Instead of previously being a list of CIDR strings the property now include a more complex object providing more configuration options. For migration steps see the “Upgrading to v0.21.0
” section in the readme.
Added
- More configuration options when defining subnets to be created
controlPlane.subnetTags
, bastion.subnetTags
and machinePools[].subnetTags
to target specific subnets- Add icon to Chart.yaml
Changed
- Subnets are now specified on the
AWSCluster
resource by default rather than relying on CAPA code to default them. The same sizing as the CAPA default have been used.