feat: regenerate ingester.py for NetBox 4.7.0 support - #109
Open
leoparente wants to merge 4 commits into
Open
Conversation
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 26, 2026
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||
beta1 -> beta2 adds 11 Interface.type choice values (100gbase-x-sfp112, nine infiniband-*-4x variants, hpe-synergy-interconnect-link); no structural changes. Header stamps refreshed. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
leoparente
marked this pull request as ready for review
September 2, 2026 17:08
leoparente
requested review from
davidlanouette,
jajeffries,
manrodrigues,
mfiedorowicz,
paulstuart and
samiura
as code owners
September 2, 2026 17:08
…e ports) interface_example no longer combines channels with channel_id (NetBox rejects the pair on one interface), and service now demonstrates port_mappings instead of the deprecated protocol/ports with no ports. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
beta2 -> GA is schema-identical; this refresh is header stamps (Source: NetBox v4.7.0) so the shipped artifacts reference the release, not a pre-release. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates the SDK's ingestion schema bindings against a live NetBox v4.7.0 (GA) instance:
ingester.py, the protobuf modules (ingester_pb2.py/.pyi), and the entity docs/examples.What's new
CoolingSource,CoolingFeed,CoolingIntake,CoolingOutflow,ModuleBayType, each with docs examples; newEntityunion variants for all five.Service.port_mappings(list of"tcp/53"-style strings),Interface.channels/channel_id/writablemac_address,DeviceType/ModuleTypecooling_method+end_of_life,Rack/RackTypecooling_capability+cooling_capacity,ModuleBay/ModuleTypemodule_bay_types,CustomField.nulls_first.Wire compatibility
All pre-existing protobuf field numbers, types, and cardinalities are unchanged — additions only.
Servicekeepsprotocol/portsalongside the newport_mappings, matching NetBox 4.7's deprecation approach.Verification
Related PRs
Notes
Regenerated and verified against 4.7.0 GA (the pre-release → GA delta was header stamps only).
🤖 Generated with Claude Code