diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c53b2d0..2afb253d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.28] - 2025-11-24 + + + +## What's Changed +### Contributions +* Bump the github-actions group with 3 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/470 +* Bump the go-dependencies group with 17 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/471 + + +**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.27...v0.2.28 + +[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.28) + +--- + ## [v0.2.27] - 2025-11-17 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d9fb65a8..f5943c23 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,6 +4,6 @@ resources: images: - name: controller newName: ghcr.io/netbox-community/netbox-operator - newTag: v0.2.27 + newTag: v0.2.28 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization