Skip to content

Commit a4c91a9

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

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.17] - 2025-09-29
9+
10+
<!-- Release notes generated using configuration in .github/release.yml at d1920ef8225c0cc553fba2a69bf1312cb8430546 -->
11+
12+
## What's Changed
13+
### Contributions
14+
* chore: bump version to v0.2.16 and update changelog by @github-actions[bot] in https://github.com/netbox-community/netbox-operator/pull/435
15+
* start release pipeline on workflow_dispatch by @bruelea in https://github.com/netbox-community/netbox-operator/pull/436
16+
* Bump the go-dependencies group with 21 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/438
17+
18+
19+
**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.16...v0.2.17
20+
21+
[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.17)
22+
23+
---
24+
825
## [v0.2.16] - 2025-09-22
926

1027
Bump the go-dependencies group with 3 updates (#434)

config/manager/kustomization.yaml

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

44
images:
55
- name: controller
6-
newName: ghcr.io/netbox-community/netbox-operator
7-
newTag: v0.2.16
6+
newName: netbox-operator
7+
newTag: v0.2.17
8+
apiVersion: kustomize.config.k8s.io/v1beta1
9+
kind: Kustomization

0 commit comments

Comments
 (0)