Skip to content

Commit 870bdc5

Browse files
chore: bump version to v0.2.38 and update changelog (#519)
[skip ci] chore: bump version to v0.2.38 and update changelog Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bc18711 commit 870bdc5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.38] - 2026-02-19
9+
10+
<!-- Release notes generated using configuration in .github/release.yml at bc187116f37a5120248887b0c0b61da73dbd5d83 -->
11+
12+
## What's Changed
13+
### Contributions
14+
* Align envtest with go.mod and update envtest Kubernetes version to 1.33 by @jstudler in https://github.com/netbox-community/netbox-operator/pull/518
15+
* Build(deps): bump the go-dependencies group with 16 updates by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/517
16+
* Build(deps): bump golang from 1.25.7 to 1.26.0 in the docker group by @dependabot[bot] in https://github.com/netbox-community/netbox-operator/pull/516
17+
* Compatibility with new NetBox versions by @bruelea in https://github.com/netbox-community/netbox-operator/pull/506
18+
19+
20+
**Full Changelog**: https://github.com/netbox-community/netbox-operator/compare/v0.2.37...v0.2.38
21+
22+
[Full Release](https://github.com/netbox-community/netbox-operator/releases/tag/v0.2.38)
23+
24+
---
25+
826
## [v0.2.37] - 2026-02-09
927

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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
images:
55
- name: controller
66
newName: ghcr.io/netbox-community/netbox-operator
7-
newTag: v0.2.37
7+
newTag: v0.2.38
88
apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization

0 commit comments

Comments
 (0)