Skip to content

Commit 04204c7

Browse files
release(main): v0.4.0 (#350)
🤖 I have created a release *beep* *boop* --- ## 0.4.0 (2024-02-12) <!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed ### Exciting New Features 🎉 * feat: Support multiple registry credentials if specified by @jimmidyson in #343 * feat: Add Cilium CNI addon support by @jimmidyson in #333 ### Fixes 🔧 * fix: downgrade Calico to v3.26.4 by @dkoshkin in #348 * fix: AMI ID patch by @dkoshkin in #345 * fix: use correct AWS EBS CSI images by @dkoshkin in #344 ### Other Changes * build(main): Latest devbox update (2024-02-12) by @d2iq-labs-actions-pr-bot in #349 * build: Fix up lint config for moved external APIs by @jimmidyson in #355 * test: add a Makefile target to update image by @dkoshkin in #346 **Full Changelog**: v0.3.5...v0.4.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b131e6e commit 04204c7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.5"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## 0.4.0 (2024-02-12)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: Support multiple registry credentials if specified by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/343
10+
* feat: Add Cilium CNI addon support by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/333
11+
### Fixes 🔧
12+
* fix: downgrade Calico to v3.26.4 by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/348
13+
* fix: AMI ID patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/345
14+
* fix: use correct AWS EBS CSI images by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/344
15+
### Other Changes
16+
* build(main): Latest devbox update (2024-02-12) by @d2iq-labs-actions-pr-bot in https://github.com/d2iq-labs/capi-runtime-extensions/pull/349
17+
* build: Fix up lint config for moved external APIs by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/355
18+
* test: add a Makefile target to update image by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/346
19+
20+
21+
**Full Changelog**: https://github.com/d2iq-labs/capi-runtime-extensions/compare/v0.3.5...v0.4.0
22+
323
## 0.3.5 (2024-02-08)
424

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

0 commit comments

Comments
 (0)