diff --git a/CHANGELOG.md b/CHANGELOG.md index 01543676..ecd42b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.2.11] - 2025-08-18 + +Bump golang from 1.24.6 to 1.25.0 in the docker group (#412) + + + +## What's Changed +### 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 +* Bump github.com/emicklei/go-restful/v3 from 3.12.2 to 3.13.0 in the go-dependencies group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/416 +* Bump golang from 1.24.6 to 1.25.0 in the docker group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/412 + +## New Contributors +* @github-actions[bot] made their first contribution in https://github.com/netbox-community/netbox-operator/pull/408 + +**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.10...v0.2.11 + +[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.11) + +--- + ## [v0.2.10] - 2025-08-11 fix: update release workflow to create PR instead of pushing directly… (#407) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 827ff083..b58354fa 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,4 +4,4 @@ resources: images: - name: controller newName: ghcr.io/netbox-community/netbox-operator - newTag: v0.2.10 + newTag: v0.2.11