-
Notifications
You must be signed in to change notification settings - Fork 44
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
Release v2.3.0 #364
Merged
Merged
Release v2.3.0 #364
Conversation
This file contains 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
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.37...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Sync Main to Develop for 2.2.0
build(deps): bump jinja2 from 3.1.2 to 3.1.3
build(deps): bump gitpython from 3.1.37 to 3.1.41
#329. As we now need to allow Exceptions to be thrown to mark a Job as failed we need to remove the try/except block. The rollback also isn't a concern as the atomic transaction wrapper was removed in Nautobot 2.0.
adds back in all the skipped contrib test cases
… fix get_identifiers to use id var. Using get_or_create will return a tuple which isn't what the attribute is expecting. Also using get_identifiers call is unnecessary as the var is on the self var.
…-device-platform Add support for Platform to IPFabric
…nges Add support for DHCP ranges to InfoBlox
…erface-type-from-nautobot IPFabric use actual interface type instead of config value
Allow Exceptions To Fail Job
…esNotExist, and use IPAddressToInterface for mapping.
…ToInterface object.
Fixes issue where batches of IPv4 addresses only returns the first result, but the API returns 1 result per entry in the batch. Results are now all returned in a flattened list. Fixes issue where last prefix in the list could have more than 1000 hosts, and then the pending batch of networks less than 1000 is not processed. Enhances building API request by using json type instead of data in order to not perform unneccessary serialization.
- [IP Fabric] Improved error handling for database transactions
Fix ACI LocationType Bug
This should fix the issue mentioned in #323.
…address Jacobm/infoblox/bugfix get ipv4address
build(deps): bump django from 3.2.23 to 3.2.24
Co-authored-by: Christian Adell <[email protected]>
implements caching mechanism into the NautobotAdapter
- Rename `CustomFieldAnnotation.name` to `CustomFieldAnnotation.key` - Keep around backwards compatibility for using `name` - Clarify supported types of fields for identifiers - Add tests for custom fields in identifiers
Fix Infoblox Config Bug
…m-networks Fetch networks to get mask length in IPFabric
fixes custom field contrib functionality
use typing.get_type_hints everywhere in favor of __annotations__
Kircheneer
approved these changes
Feb 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
integration: ciscoaci
Issues/PRs for Cisco ACI integration.
integration: contrib
Contrib related issues and PRs
integration: infoblox
Issues/PRs for Infoblox integration
integration: ipfabric
Issues/PRs for IPFabric integration
type: feature
Introduction of substantial new functionality to the application
type: housekeeping
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.
Added
Fixed
Changed