From 0ad4d43b842c7de45d83512fa3e0b9aa24ea00ae Mon Sep 17 00:00:00 2001 From: Pablo Garcia Miranda Date: Tue, 26 Aug 2025 11:31:51 +0200 Subject: [PATCH 1/2] Adding a catch-all category for generating automatically all contributions in the release notes --- .github/release.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From b43e540748f670d04241dd98e8b40cc810aac466 Mon Sep 17 00:00:00 2001 From: Pablo Garcia Miranda Date: Tue, 26 Aug 2025 11:44:47 +0200 Subject: [PATCH 2/2] Add missing contributions to CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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