Skip to content

Commit f1e936b

Browse files
chore: bump version to v0.2.20 and update changelog (#445)
[skip ci] chore: bump version to v0.2.20 and update changelog Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c90346a commit f1e936b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.2.20] - 2025-09-30
9+
10+
<!-- Release notes generated using configuration in .github/release.yml at c90346acb9bc44e37eb84ab05d6577995ea20830 -->
11+
12+
## What's Changed
13+
### Contributions
14+
* Fix: correct image path in manager kustomization by @bruelea in https://github.com/netbox-community/netbox-operator/pull/444
15+
16+
17+
**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.19...v0.2.20
18+
19+
[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.20)
20+
21+
---
22+
823
## [v0.2.19] - 2025-09-30
924

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

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resources:
33

44
images:
55
- name: controller
6-
newName: netbox-operator
7-
newTag: v0.2.19
6+
newName: ghcr.io/netbox-community/netbox-operator
7+
newTag: v0.2.20
88
apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization

0 commit comments

Comments
 (0)