The following updates have been rolled out to non-production clusters, and will be pushed to production in the coming week. Notable updates include the major release of Karpenter v1 and improvements across various add-ons, ensuring enhanced performance and security. This is also a reminder to for Actions to take regarding the Grafana AngularJS deprecation!
- amazon-eks-ami v20240904
- aws-ebs-csi-driver v1.35.1-eksbuild.1
- aws-load-balancer-controller
- aws-vpc-cni v1.18.3-eksbuild.3
- cert-manager chart/component v1.15.3
- coredns v1.11.3-eksbuild.1
- fluent-bit
- ingress-nginx
- karpenter chart/component v1.0.2
- ❗ Major release v1
- Official announcement
- keda chart v2.15.1
- kube-prometheus-stack chart
- This brings updates to alertmanager, prometheus-operator, prometheus, grafana, etc.
- kube-proxy v1.30.3
- metrics-server v0.7.2
- secrets-store-csi-driver v1.4.5
- velero chart v7.2.1
- vertical-pod-autoscaler v1.2.1
Actions to take
An important change has come to Grafana where the use of AngularJS is being removed in favor of React. Support for AngularJS will be completely removed in Grafana 12, the next major release. As a result you will see warning messages in Grafana dashboards, helping you to identify which panels are using AngularJS plugins.
Many of our customers deploy their own custom dashboards, so we recommend you to check these for AngularJS plugin warnings and update them accordingly. For more information on how to do this, you can refer to the Grafana pages on this topic:
- Removal of AngularJS support in Grafana: what you need to know (blog)
- List of lugins using AngularJS and alternatives to use
Often, you can just click the Try migration
button in the warning and Grafana will auto-migrate your dashboard. After verifying the results, you can save your updated dashboard:
- If using persistence, just click save and you’re done
- If not using persistence, instead relying on dynamic ConfigMap dashboard loading, export the dashboard’s json and backport it to your ConfigMap.
The most commonly used core plugins to change are Graph (old)
, Singlestat
, Table (old)
, and Worldmap
. While these can be auto-migrated, you can also update them to the newer versions, for example:
graph
->timeseries
singlestat
->stat
Some old custom plugins also have found there way as core plugins. For example you can replace grafana-piechart-panel
with the build-in Pie Chart.
[!NOTE] While we have updated our own custom dashboards to use newer plugin versions, unfortunately there are a handfull of leftover dashboards, included in the upstream
kube-prometheus-stack
that we deploy and have not yet been updated. You can safely ignore the warnings for these dashboards for now. Affected dashboards are:
- Alertmanager / Overview
- Grafana / Overview
- Node Exporter / MacOS
- Node Exporter / Nodes
- Node Exporter / USE Method / Cluster
- Node Exporter / USE Method / Node
- Prometheus / Overview