Skip to content

Commit e304150

Browse files
chore(main): release 0.5.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14d3a18 commit e304150

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

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+
329
## [0.4.0](https://github.com/smartcontractkit/crib-sdk/compare/v0.3.0...v0.4.0) (2025-07-22)
430

531

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters
1010
Licensor: SmartContract Chainlink Limited SEZC
1111

1212
<!-- x-release-please-start-version -->
13-
Licensed Work: crib-sdk v0.4.0
13+
Licensed Work: crib-sdk v0.5.0
1414
The Licensed Work is (c) 2025 SmartContract Chainlink Limited SEZC
1515
<!-- x-release-please-end -->
1616

crib-sdk-License-grants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- x-release-please-start-version -->
2-
# v0.4.0 crib-sdk-License-grants
2+
# v0.5.0 crib-sdk-License-grants
33

44
Additional Use Grant(s):
55

6-
You may make use of the crib-sdk v0.4.0 (which is available subject to the license
6+
You may make use of the crib-sdk v0.5.0 (which is available subject to the license
77
here, the “Licensed Work”) solely for purposes of
88
<!-- x-release-please-end -->
99

0 commit comments

Comments
 (0)