Skip to content

Commit 9e5300e

Browse files
authored
Add release notes for v0.205.0 (#8216)
1 parent 7db3eaa commit 9e5300e

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

.github/release-drafter.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ categories:
1313
labels:
1414
- 'kind/bug'
1515
- title: '🧰 Maintenance'
16-
labels:
16+
labels:
17+
- 'kind/maintenance'
1718
- 'area/tech-debt'
1819
- 'area/ci'
1920
- title: '📝 Documentation'
20-
labels:
21+
labels:
2122
- 'area/docs'
2223
- 'kind/docs'
2324
change-template: '- $TITLE (#$NUMBER)'
@@ -41,6 +42,8 @@ exclude-contributors:
4142
- 'a-hilaly'
4243
- 'yuxiang-zhang'
4344
- 'cheeseandcereal'
45+
- 'dims'
46+
- 'bryantbiggs'
4447
- 'eksctl-bot'
4548
- 'dependabot'
4649
replacers:

docs/release_notes/0.205.0.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Release v0.205.0
2+
3+
## 🚀 Features
4+
5+
- Add support for creating access entries of type `EC2` for EKS Auto Mode (#8228)
6+
- Support for setting MarketType/InstanceMarketOptions for use with capacity-block (#8207)
7+
8+
## 🎯 Improvements
9+
10+
- Update eksctl api schema for neuron devices (#8255)
11+
- Fix go.sum; check go.mod and go.sum on CI (#8254)
12+
- Switch default for ExecConfig api version from v1alpha1->v1beta1 (#8252)
13+
- Allow separate explicit selection of Neuron Devices (separate from GPUs) in api (#8243)
14+
- Add support for allow/deny regexp(s) in instanceSelector (#8247)
15+
- Re-add support for env var keys from AWS SDK (#8231)
16+
17+
## 🐛 Bug Fixes
18+
19+
- Allow adding remote network config to private clusters (#8261)
20+
- Re-allow use of the `cnn1-az4` availability zone (#8240)
21+
- Add missing coredns-1.32 json file (#8233)
22+
- Print the computed upgrade version correctly (#8232)
23+
- Remove support for p2 instances which require NVIDIA driver \<= 470 (#8226)
24+
- Fix issue installing the nvidia device plugin unconditionally on al2023 (#8225)
25+
- Do not create a placement group when using a reservation (#8220)
26+
27+
## 🧰 Maintenance
28+
29+
- Update aws-node to v1.19.3 (#8258)
30+
31+
## 📝 Documentation
32+
33+
- Update Karpenter usage documentation to reflect latest supported version(s) (#8250)
34+
35+
## Acknowledgments
36+
37+
The eksctl maintainers would like to sincerely thank @NicholasBlaskey, @alexandear, @bryantbiggs, @cenkalti, @dims, @escardoso and @vsoch.

0 commit comments

Comments
 (0)