|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.5.0 (2025-08-12) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* ci: Add method for checking conventional commit status by @polds in https://github.com/smartcontractkit/crib-sdk/pull/16 |
| 7 | +* build(deps): bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.70.2 to 2.70.3 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/21 |
| 8 | +* Add task to install Helm secrets plugin by @njegosrailic in https://github.com/smartcontractkit/crib-sdk/pull/20 |
| 9 | +* feat(composite): implement Composite API with automatic dependency resolution by @polds in https://github.com/smartcontractkit/crib-sdk/pull/23 |
| 10 | +* fix: Don’t provide commit_msg to GITHUB_OUTPUT by @polds in https://github.com/smartcontractkit/crib-sdk/pull/25 |
| 11 | +* feat: use GitHub’s API to generate release notes by @polds in https://github.com/smartcontractkit/crib-sdk/pull/26 |
| 12 | +* build(deps): bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.70.3 to 2.70.4 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/28 |
| 13 | +* fix: Remove go.work and ignore it by @polds in https://github.com/smartcontractkit/crib-sdk/pull/34 |
| 14 | +* build(deps): bump github.com/aws/jsii-runtime-go from 1.112.0 to 1.113.0 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/27 |
| 15 | +* build(deps): bump github.com/gkampitakis/go-snaps from 0.5.13 to 0.5.14 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/29 |
| 16 | +* build(deps): bump github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 from 2.70.4 to 2.70.7 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/31 |
| 17 | +* build(deps): bump github.com/cdk8s-team/cdk8s-plus-go/cdk8splus30/v2 from 2.4.8 to 2.4.10 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/32 |
| 18 | +* build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/36 |
| 19 | +* build(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in https://github.com/smartcontractkit/crib-sdk/pull/33 |
| 20 | +* fix: Update the auto-ready workflow to hopefully not fail by @polds in https://github.com/smartcontractkit/crib-sdk/pull/35 |
| 21 | +* fix: Update how ComponentNames are derived to be more correct by @polds in https://github.com/smartcontractkit/crib-sdk/pull/37 |
| 22 | +* feat: initial configmap/v2 with support for new Composite API by @polds in https://github.com/smartcontractkit/crib-sdk/pull/30 |
| 23 | + |
| 24 | +## New Contributors |
| 25 | +* @njegosrailic made their first contribution in https://github.com/smartcontractkit/crib-sdk/pull/20 |
| 26 | + |
| 27 | +**Full Changelog**: https://github.com/smartcontractkit/crib-sdk/compare/v0.4.0...v0.5.0 |
| 28 | + |
3 | 29 | ## [0.4.0](https://github.com/smartcontractkit/crib-sdk/compare/v0.3.0...v0.4.0) (2025-07-22)
|
4 | 30 |
|
5 | 31 |
|
|
0 commit comments