Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/release_notes/0.215.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Release v0.215.0

## 🚀 Features

- automatic security group tagging for karpenter (#8501)

## 🎯 Improvements

- fix: use default security group for eks 1.33+ when EFA is enabled (#8509)
- fix: karpenter tagging, addons and flaky integration tests (#8508)

## 🐛 Bug Fixes

- fix: match cloudformation stack name using suffix for pod identity association (#8511)
- fix: Add exact match check to use specified addon versions (#8510)
- fix: Fix GPU instance filtering when --instance-selector-gpus=0 (#8506)
- fix: use latest managed addon version for kube-proxy image name (#8505)

## 🧰 Maintenance

- Update aws-node to v1.20.3 (#8471)
- Update nvidia-device-plugin to v0.17.4 (#8453)
- Update coredns (#8472)
- Update ec2-info (#8454)

## 📝 Documentation

- docs: Add Auto Mode behavior change notices (#8513)
- Revert Add scheduled maintenance announcement for eksctl.io (#8500)
- Add scheduled maintenance announcement for eksctl.io (#8498)

## Acknowledgments

The eksctl maintainers would like to sincerely thank and @sapphirew.

Loading