Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Add three stat panels to “Container images from docker.io” dashboard
Changed
- Update Content Security Policy to fix worker-src error.
- Upgrade backstage to v1.20.3.
Fixed
- Fix queries in “Container images from docker.io” dashboard to use the
image_speclabel instead ofimage.
- Fix queries in “Container images from docker.io” dashboard to use the
Added
- Public dashboard: Container images from docker.io
Highlights for the week ending Nov 16 2023
General
- Logging infrastructure is now available on AWS and CAPA management clusters.
Falco
Falco0.7.0is released. It means the underlying component version is higher than0.36.0. The update containsfalcoctltool which helps to administrate Falco configuration and audit the state of the system. From now onFalcoimages will not be longer shipped with rules inside the image. Instead, they will use an init container to download the rules from an official repository and will check frequently for updates. As a consequence, the amount of rulesFalcoinstalls has drastically been lowered, and the previous ruleset has been divided into several categories,Standard,Incubating, andSandbox. This reduces the noise in general but in case the previous ruleset is required, it is possible to enable this using the command line tool. For more information about the new situation, check Falco’s newrules repository.
Changed
- Upgrade backstage to v1.20.1.
Fixed
- Fix Content Security Policy to include fortawesome.com.