From e0b3921634805e1ebccce4c9ad49d521ffb2379a Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 2 Dec 2024 12:31:11 +0100 Subject: [PATCH] Weekly highlights update (#2349) Co-authored-by: Create or Update Pull Request Action Co-authored-by: pipo02mix Co-authored-by: Lucas Weatherhog <31103312+weatherhog@users.noreply.github.com> Co-authored-by: yulianedyalkova Co-authored-by: Tobiasz Kukawka --- src/content/changes/highlights/2024-11-28.md | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/content/changes/highlights/2024-11-28.md diff --git a/src/content/changes/highlights/2024-11-28.md b/src/content/changes/highlights/2024-11-28.md new file mode 100644 index 0000000000..2ad2c8a635 --- /dev/null +++ b/src/content/changes/highlights/2024-11-28.md @@ -0,0 +1,35 @@ +--- +date: 2024-11-28T14:00:00 +title: Highlights for the week ending 2024-11-28 +changes_categories: + - Highlights +owner: + - https://github.com/orgs/giantswarm/teams/sig-product +--- + +## Observability + +- [logging-operator](https://github.com/giantswarm/logging-operator) version [0.16.0](https://github.com/giantswarm/logging-operator/compare/v0.15.2...v0.16.0) + - Introducing enhanced visibility with Kubernetes events logging in Alloy, allowing for better monitoring of your environments. + - Improved security by adding support for Private Certificate Authorities (CAs) in Alloy logs. + - More control with the new `events-logger` option, enabling tailored logging settings through the observability-bundle `ConfigMap`. + - Simplified management with the Grafana-Agent configuration now templated, and user privacy respected by disabling usage data reporting. + - Enhanced reliability with improved logging configuration tests. + +- [prometheus-rules](https://github.com/giantswarm/prometheus-rules) version [4.27.0](https://github.com/giantswarm/prometheus-rules/compare/v4.26.2...v4.27.0) + - Get precise alerts with new rules distinguishing between production and non-production clusters, ensuring focused monitoring. + - Expanded monitoring capabilities with new alerts for critical components like cloud-provider-controller, `cilium`, `coredns`, and `vertical-pod-autoscaler-crd`. + - Improved alerting for system reliability, including Shield pod restarts and Mimir ruler failures. + - Enhanced usability with fixes to dashboard links and more robust template testing. + +## Continuous deployment + +- [app-exporter](https://github.com/giantswarm/app-exporter) version [1.0.0](https://github.com/giantswarm/app-exporter/compare/v0.20.0...v1.0.0) + - Gain deeper insights with a new `cluster_id` field in app metrics, enhancing traceability by linking metrics to specific clusters. + - Aligned with the latest standards by removing outdated Kubernetes support, simplifying your configuration for modern environments. + - Streamline your deployment processes with updated pipeline tools and simplified Helm values. + - Ensure consistency and reliability in your deployments with updated label values and the removal of unnecessary dependencies. + +## Docs + +We're excited to announce the launch of our new [Docs Hub](https://docs.giantswarm.io), featuring up-to-date documentation for the Giant Swarm platform, now fully ready for `Cluster API`. While we've preserved our vintage documentation in a dedicated folder for reference, all content in the general documentation section is now accurate and current. We are committed to expanding and enhancing our documentation further in the coming weeks, and we warmly welcome all customer feedback to help us improve and complete our resources.