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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20] - 2025-09-30

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

## What's Changed
### Contributions
* Fix: correct image path in manager kustomization by @bruelea in https://github.com/netbox-community/netbox-operator/pull/444


**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.19...v0.2.20

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

---

## [v0.2.19] - 2025-09-30

<!-- Release notes generated using configuration in .github/release.yml at 504a0c79ab983cb3c9a2e51b1b3c407ceb35f3e7 -->
Expand Down
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:

images:
- name: controller
newName: netbox-operator
newTag: v0.2.19
newName: ghcr.io/netbox-community/netbox-operator
newTag: v0.2.20
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization