Skip to content

build(main): release capi-runtime-extensions 0.1.0 #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{".":"0.1.0"}
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# Changelog

## 0.1.0 (2023-12-14)

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

## What's Changed
### Exciting New Features 🎉
* feat: AWS cluster config patch by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/172
* feat: Combine generic variables with provider specific variables by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/173
* feat: Use external patch for Docker provider custom image by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/188
* feat: vendor infrastructure provider APIs by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/190
* feat: Introduce scheme and decoder helpers by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/191
* feat: add imageRegistryCredentials handler by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/174
* feat: Deploy default clusterclasses via helm by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/198
* feat: Add Calico CNI AWS ingress rules by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/206
* feat: CAPA v2.2.4 by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/211
* feat: Add worker configs var and handler by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/208
* feat: adds aws ebs config by @faiq in https://github.com/d2iq-labs/capi-runtime-extensions/pull/192
* feat: add AWS IAM instance profile patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/216
* feat: Calico 3.26.3 by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/218
* feat: add AWS instance type patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/217
* feat: variables and patches for AWS AMI spec by @supershal in https://github.com/d2iq-labs/capi-runtime-extensions/pull/225
* feat: add VPC ID and Subnet IDs patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/220
* feat: deploy AWS CPI by @faiq in https://github.com/d2iq-labs/capi-runtime-extensions/pull/229
* feat: starts additional sec groups by @faiq in https://github.com/d2iq-labs/capi-runtime-extensions/pull/252
* feat: add control-plane load balancer scheme patch by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/228
### Fixes 🔧
* fix: bring back missing docker handlers by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/187
* fix: typo in docker cluster config api by @supershal in https://github.com/d2iq-labs/capi-runtime-extensions/pull/205
* fix: move provider fields under aws and docker by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/204
* fix: Correctly set external cloud provider for AWS by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/210
* fix: Adds AWS Calico installation configmap by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/212
* fix: Ensure CNI ingress rules are added to AWSCluster by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/213
* fix: Reduce log verbosity for http proxy variable not found by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/214
* fix: Don't set AWS region as required by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/219
* fix: Stable EBS CSI manifests by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/270
### Other Changes
* ci: Try to fix release workflow by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/165
* build(main): release 0.1.1 by @github-actions in https://github.com/d2iq-labs/capi-runtime-extensions/pull/166
* build: Use correct ghcr.io registry for multiplatform image manifest by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/167
* build(main): release 0.1.2 by @github-actions in https://github.com/d2iq-labs/capi-runtime-extensions/pull/168
* build: Add example files to release artifacts by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/169
* build: Add AWS clusterclass example by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/162
* refactor: Move generic handlers into generic directory by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/171
* ci: Simplify shell configuration by setting defaults by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/184
* build: Disable fortify hardener to enable local debugging by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/186
* docs: Add more details about single var by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/185
* refactor: Move meta handlers to provider packages by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/193
* refactor: Use consistent decoder in mutators by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/196
* build: Suppress devbox envrc update notification by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/197
* build: Consistent behaviour in addons update scripts by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/207
* build: Allow past year in license header by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/209
* build: Increase golangci-lint timeout for slower GHA runners by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/222
* refactor: Always use unstructured in patch generators by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/221
* build: Update tools by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/223
* refactor: Remove usage of non-meta handlers by @dkoshkin in https://github.com/d2iq-labs/capi-runtime-extensions/pull/226
* build(main): release 0.2.0 by @github-actions in https://github.com/d2iq-labs/capi-runtime-extensions/pull/170
* build: Upgrade devbox tools by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/271
* ci: Update release please configuration for v4 action by @jimmidyson in https://github.com/d2iq-labs/capi-runtime-extensions/pull/274

## New Contributors
* @supershal made their first contribution in https://github.com/d2iq-labs/capi-runtime-extensions/pull/205

**Full Changelog**: https://github.com/d2iq-labs/capi-runtime-extensions/compare/v0.1.0...capi-runtime-extensions-v0.1.0

## 0.2.0 (2023-10-19)

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