Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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.22] - 2025-10-13

<!-- Release notes generated using configuration in .github/release.yml at d1ead7430dbf98f11dd91e8d5f9d074c000d8dec -->

## What's Changed
### Contributions
* Adding app label to spec.selector by @pablogarciamiranda in https://github.com/netbox-community/netbox-operator/pull/437
* fix prefixLength regex pattern in prefixclaim by @faebr in https://github.com/netbox-community/netbox-operator/pull/450
* Bump the go-dependencies group with 11 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/452
* Bump github/codeql-action from 3 to 4 in the github-actions group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/453
* Bump golang from 1.25.1 to 1.25.2 in the docker group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/451


**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.21...v0.2.22

[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.22)

---

## [v0.2.21] - 2025-10-06

<!-- Release notes generated using configuration in .github/release.yml at 2104151728ad29f80c2e737e2609d11b27319aa8 -->
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ resources:
images:
- name: controller
newName: ghcr.io/netbox-community/netbox-operator
newTag: v0.2.21
newTag: v0.2.22
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization