diff --git a/.github/release.yml b/.github/release.yml index d31eafeb..8c92c55f 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,6 +6,9 @@ changelog: categories: + - title: Contributions + labels: + - '*' - title: Version Bumps labels: - dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d26e7aa..7f5dfc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Bump the go-dependencies group with 10 updates (#419) ## What's Changed +### Contributions +* Bump leaselocker to v0.3.0 and switch to `ll.UnlockWithRetry()` by @jstudler in https://github.com/netbox-community/netbox-operator/pull/417 + ### Version Bumps * Bump the go-dependencies group with 10 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/419 @@ -29,6 +32,11 @@ Bump golang from 1.24.6 to 1.25.0 in the docker group (#412) ## What's Changed +### Contributions +* put skip ci message at beginning of commit message for clarity/consistency by @jstudler in https://github.com/netbox-community/netbox-operator/pull/409 +* Dependabot Updates by @jstudler in https://github.com/netbox-community/netbox-operator/pull/411 +* Remove self-approval step from release workflow as it's not allowed in gh by @jstudler in https://github.com/netbox-community/netbox-operator/pull/410 + ### Version Bumps * Bump the go-dependencies group with 9 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/414 * Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/413