Skip to content

Update plugin for NetBox 4.3.0 compatibility #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kani999
Copy link
Owner

@Kani999 Kani999 commented May 5, 2025

Closes #86

  • Added support for NetBox 4.3.0 in the compatibility table in README.md.
  • Updated min_version and max_version in netbox_attachments/__init__.py to reflect compatibility with NetBox 4.3.0.
  • Bumped plugin version to 8.0.0 in netbox_attachments/version.py.

Summary by CodeRabbit

  • Documentation
    • Updated compatibility table to include support for NetBox version 4.3.0 with plugin version 8.x.x.
  • Chores
    • Updated plugin version to 8.0.0 and adjusted supported NetBox version range to 4.3.0–4.3.99.

- Added support for NetBox 4.3.0 in the compatibility table in README.md.
- Updated `min_version` and `max_version` in `netbox_attachments/__init__.py` to reflect compatibility with NetBox 4.3.0.
- Bumped plugin version to 8.0.0 in `netbox_attachments/version.py`.
@Kani999 Kani999 linked an issue May 5, 2025 that may be closed by this pull request
Copy link
Contributor

coderabbitai bot commented May 5, 2025

Walkthrough

The changes update the plugin to support NetBox version 4.3.x. The README compatibility table now includes NetBox 4.3.0 and plugin version 8.x.x. The plugin configuration in __init__.py is updated to set the minimum and maximum supported NetBox versions to 4.3.0 and 4.3.99, respectively. The plugin version is incremented from 7.2.0 to 8.0.0 in version.py. No other functional or logic changes are introduced.

Changes

Files/Paths Change Summary
README.md Updated compatibility table to include NetBox 4.3.0 and plugin version 8.x.x.
netbox_attachments/init.py Updated min_version to "4.3.0" and max_version to "4.3.99" in NetBoxAttachmentsConfig.
netbox_attachments/version.py Updated __version__ from "7.2.0" to "8.0.0".

Assessment against linked issues

Objective (Issue #) Addressed Explanation
Add compatibility for NetBox 4.3 (#86)

Poem

A hop, a skip, a version leap,
NetBox 4.3, our promise we keep!
The table grows, the numbers climb,
Attachments plugin right on time.
With 8.0.0, we’re ready to go—
Happy coding, from your rabbit in the know!
🐇✨

✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7db517d and 2ec29c3.

📒 Files selected for processing (3)
  • README.md (1 hunks)
  • netbox_attachments/__init__.py (1 hunks)
  • netbox_attachments/version.py (1 hunks)
🔇 Additional comments (2)
netbox_attachments/version.py (1)

1-1: Bump plugin version to 8.0.0.

The version string has been correctly updated to reflect the new major release. Ensure your release notes and CI/CD pipelines reference this new version.

README.md (1)

27-27: Add NetBox 4.3.0 compatibility entry.

The compatibility table now includes NetBox >= 4.3.0 with plugin version 8.x.x, matching the code changes. Verify that the rows remain in ascending NetBox version order for clarity.

Comment on lines +28 to +29
min_version = "4.3.0"
max_version = "4.3.99"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Update NetBox version constraints to 4.3.x.

The min_version and max_version settings have been adjusted to support NetBox 4.3.0–4.3.99, in line with the new plugin release. Please confirm there are no remaining references to the old 4.2.x range elsewhere in the repository.


🏁 Script executed:

#!/bin/bash
# Verify no leftover references to NetBox 4.2.x constraints
rg -n '4\.2\.' --no-color

Length of output: 467


🏁 Script executed:

#!/bin/bash
# Re-verify no leftover references to NetBox 4.2.x constraints without invalid flags
rg -n '4\.2\.' .

Length of output: 188


Update compatibility matrix to NetBox 4.3.x
We’ve updated min_version/max_version to support NetBox 4.3.0–4.3.99, but there’s still a leftover reference to 4.2.x in the docs. Please address the following:

• README.md (line 26): update the compatibility table entry from “>= 4.2.0” to “>= 4.3.0”
• (Optional) The migration header # Generated by Django 4.2.4… in netbox_attachments/migrations/0005_netboxattachment_description.py refers to the Django generator version and can remain unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with Netbox 4.3
1 participant