Changelog entry missing for tag change #9155

Closed
opened 2025-12-29 20:46:20 +01:00 by adam · 1 comment
Owner

Originally created by @kuhball on GitHub (Jan 26, 2024).

Originally assigned to: @arthanson on GitHub.

Deployment Type

Self-hosted

NetBox Version

v3.7.1

Python Version

3.11

Steps to Reproduce

  1. Edit an Interface / Device / Site
  2. Add / remove a tag

Reproducible within demo.netbox.dev.

Expected Behavior

After adding / removing the tag I would expect to see a changelog entry.

Observed Behavior

No changelog entry is created.

Originally created by @kuhball on GitHub (Jan 26, 2024). Originally assigned to: @arthanson on GitHub. ### Deployment Type Self-hosted ### NetBox Version v3.7.1 ### Python Version 3.11 ### Steps to Reproduce 1. Edit an Interface / Device / Site 2. Add / remove a tag Reproducible within demo.netbox.dev. ### Expected Behavior After adding / removing the tag I would expect to see a changelog entry. ### Observed Behavior No changelog entry is created.
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:46:20 +01:00
adam closed this issue 2025-12-29 20:46:20 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 26, 2024):

Seems like a regression introduced in v3.7.0 by #14147.

Setting CHANGELOG_SKIP_EMPTY_CHANGES = False works around the bug.

@jeremystretch commented on GitHub (Jan 26, 2024): Seems like a regression introduced in v3.7.0 by #14147. Setting `CHANGELOG_SKIP_EMPTY_CHANGES = False` works around the bug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9155