Skip to content
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 51 commits into from
Feb 21, 2024
Merged

Release v2.3.0 #364

merged 51 commits into from
Feb 21, 2024

Conversation

jdrew82
Copy link
Contributor

@jdrew82 jdrew82 commented Feb 21, 2024

Added

Fixed

Changed

  • 333 - Allow Exceptions To Fail Job by @jdrew82
  • 341 - Wrap IPFabric's database calls around try/except by @jmcgill298
  • 362 - Use typing.get_type_hints everywhere in favor of annotations by @Kircheneer

dependabot bot and others added 30 commits January 10, 2024 17:00
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
…esNotExist, and use IPAddressToInterface for mapping.
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
…address

Jacobm/infoblox/bugfix get ipv4address
Kircheneer and others added 15 commits February 8, 2024 11:20
build(deps): bump django from 3.2.23 to 3.2.24
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
…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__
@jdrew82 jdrew82 self-assigned this Feb 21, 2024
@jdrew82 jdrew82 requested review from alhogan, a team, qduk and chadell as code owners February 21, 2024 16:14
@jdrew82 jdrew82 added type: housekeeping integration: infoblox Issues/PRs for Infoblox integration integration: ciscoaci Issues/PRs for Cisco ACI integration. integration: ipfabric Issues/PRs for IPFabric integration integration: contrib Contrib related issues and PRs labels Feb 21, 2024
Copy link
Contributor

@Kircheneer Kircheneer left a comment

Choose a reason for hiding this comment

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

LGTM

@jdrew82 jdrew82 merged commit 7869108 into main Feb 21, 2024
30 checks passed
@jdrew82 jdrew82 deleted the release-v2.3.0 branch February 21, 2024 16:53
@smk4664 smk4664 added the type: feature Introduction of substantial new functionality to the application label Feb 14, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants