Skip to content

Commit 08ad75c

Browse files
build(main): release 0.2.0
1 parent af46151 commit 08ad75c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## 0.2.0 (2023-10-05)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: AWS cluster config patch by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/172
10+
* feat: Combine generic variables with provider specific variables by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/173
11+
* feat: Use external patch for Docker provider custom image by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/188
12+
* feat: vendor infrastructure provider APIs by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/190
13+
* feat: Introduce scheme and decoder helpers by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/191
14+
* feat: add imageRegistryCredentials handler by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/174
15+
* feat: Deploy default clusterclasses via helm by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/198
16+
* feat: Add Calico CNI AWS ingress rules by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/206
17+
* feat: CAPA v2.2.4 by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/211
18+
### Fixes 🔧
19+
* fix: bring back missing docker handlers by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/187
20+
* fix: typo in docker cluster config api by @supershal in https://github.com/d2iq-labs/capi-runtime-extensions/pull/205
21+
* fix: move provider fields under aws and docker by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/204
22+
* fix: Correctly set external cloud provider for AWS by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/210
23+
* fix: Adds AWS Calico installation configmap by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/212
24+
* fix: Ensure CNI ingress rules are added to AWSCluster by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/213
25+
* fix: Reduce log verbosity for http proxy variable not found by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/214
26+
### Other Changes
27+
* build: Add example files to release artifacts by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/169
28+
* build: Add AWS clusterclass example by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/162
29+
* refactor: Move generic handlers into generic directory by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/171
30+
* ci: Simplify shell configuration by setting defaults by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/184
31+
* build: Disable fortify hardener to enable local debugging by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/186
32+
* docs: Add more details about single var by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/185
33+
* refactor: Move meta handlers to provider packages by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/193
34+
* refactor: Use consistent decoder in mutators by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/196
35+
* build: Suppress devbox envrc update notification by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/197
36+
* build: Consistent behaviour in addons update scripts by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/207
37+
* build: Allow past year in license header by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/209
38+
39+
## New Contributors
40+
* @supershal made their first contribution in https://github.com/d2iq-labs/capi-runtime-extensions/pull/205
41+
42+
**Full Changelog**: https://github.com/d2iq-labs/capi-runtime-extensions/compare/v0.1.2...v0.2.0
43+
344
## 0.1.2 (2023-09-20)
445

546
<!-- Release notes generated using configuration in .github/release.yaml at main -->

0 commit comments

Comments
 (0)