diff --git a/CHANGELOG.md b/CHANGELOG.md index b01c2c29..4c53b2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.27] - 2025-11-17 + + + +## What's Changed +### Contributions +* Bump the go-dependencies group with 15 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/468 + + +**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.26...v0.2.27 + +[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.27) + +--- + ## [v0.2.26] - 2025-11-10 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d8fea5f1..d9fb65a8 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.26 + newTag: v0.2.27 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization