Skip to content

Commit 3108f82

Browse files
release(main): v0.3.0
1 parent d75e905 commit 3108f82

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## 0.3.0 (2024-02-07)
4+
5+
<!-- Release notes generated using configuration in .github/release.yaml at main -->
6+
7+
## What's Changed
8+
### Exciting New Features 🎉
9+
* feat: starts additional sec groups by @faiq in https://github.com/d2iq-labs/capi-runtime-extensions/pull/252
10+
* feat: add control-plane load balancer scheme patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/228
11+
* feat: Pull in CAAPH APIs by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/282
12+
* feat: Use latest dynamic credential provider and v1 kubelet API by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/293
13+
* feat: Add ClusterResourceSet strategy for CNI installation by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/288
14+
* feat: Use CAAPH to deploy Calico on workload clusters by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/283
15+
* feat: containerd configuration for mirror registry by @supershal in https://github.com/d2iq-labs/capi-runtime-extensions/pull/292
16+
* feat: introduce a Go module for /api by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/331
17+
### Fixes 🔧
18+
* fix: Stable EBS CSI manifests by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/270
19+
* fix: Ensure registry credentials are namespace local to Cluster by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/332
20+
### Other Changes
21+
* build: Upgrade devbox tools by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/271
22+
* ci: Update release please configuration for v4 action by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/274
23+
* build: Add release conventional commut type for release PRs by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/276
24+
* docs: Add intro page to user docs by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/280
25+
* build: Use ko for building OCI image by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/281
26+
* build: Add files for clusterctl compatibility by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/284
27+
* build: local development in macOS(and Linux) arm64/amd64 using local colima instance by @supershal in https://github.com/d2iq-labs/capi-runtime-extensions/pull/285
28+
* build: Lint for missed errors in tests too by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/287
29+
* build: Remove unused upx makefile stuff by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/291
30+
* docs: Fix indentation of AWS secret example by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/294
31+
* build: Add k8s 1.28 KinD for testing by default by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/295
32+
* build: Add devbox update scheduled job by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/310
33+
* build(main): Latest devbox update (2024-01-22) by @github-actions in https://github.com/d2iq-labs/capi-runtime-extensions/pull/315
34+
* ci: Group k8s mod updates for dependabot by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/316
35+
* build(main): Latest devbox update (2024-01-24) by @d2iq-labs-actions-pr-bot in https://github.com/d2iq-labs/capi-runtime-extensions/pull/320
36+
* build(main): Latest devbox update (2024-02-05) by @d2iq-labs-actions-pr-bot in https://github.com/d2iq-labs/capi-runtime-extensions/pull/326
37+
* docs: fix cluster name in README by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/330
38+
* ci: Consistent bash defaults in workflows by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/336
39+
40+
## New Contributors
41+
* @d2iq-labs-actions-pr-bot made their first contribution in https://github.com/d2iq-labs/capi-runtime-extensions/pull/320
42+
43+
**Full Changelog**: https://github.com/d2iq-labs/capi-runtime-extensions/compare/v0.2.0...v0.3.0
44+
345
## 0.2.0 (2023-10-19)
446

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

0 commit comments

Comments
 (0)