-
Notifications
You must be signed in to change notification settings - Fork 34
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
Develop to main for release #293
Merged
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 [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Changes dev python minimum to 3.9
Bump certifi from 2022.12.7 to 2023.7.22
…it results on the server instead of getting all results and filtering on the client side.
Adds group_names_raw option to gql_inventory
Updating tests
#237: when searching for cables, use pynautobot's filter() API to lim…
* Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Changes dev python minimum to 3.8 * Changes dev python minimum to 3.9 * Adds group_names_raw option to gql_inventory * #237: when searching for cables, use pynautobot's filter() API to limit results on the server instead of getting all results and filtering on the client side. * linting fixes (black) * Update data population module * Update inventory modules * Remove unnecessary * Update inventories tests yamls * Remove slufgify, update test object names. * Updates tests minimum py 3.9 / nb 1.4 / ans 2.14 * Fixes black and sanity tests * Removes Nautobot 1.4+ conditional tests * Adds group_names_raw option to gql_inventory * Updates tests minimum py 3.9 / nb 1.4 / ans 2.14 * Fixes black and sanity tests * Removes Nautobot 1.4+ conditional tests * Updates collection for compatibility with Nautobot 2.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Wesch <[email protected]> Co-authored-by: Josh VanDeraa <[email protected]> Co-authored-by: Noah Robin <[email protected]> Co-authored-by: Joe Wesch <[email protected]>
* Prepare for release 5.0.0 Co-authored-by: Joe Wesch <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Wesch <[email protected]> Co-authored-by: Josh VanDeraa <[email protected]> Co-authored-by: Noah Robin <[email protected]> Co-authored-by: Joe Wesch <[email protected]>
* Fix plugin module. * Bump up python in docs. * Relax docs dependencies
# Conflicts: # .readthedocs.yml # CHANGELOG.rst # docs/plugins/cable_module.rst # docs/plugins/circuit_module.rst # docs/plugins/circuit_termination_module.rst # docs/plugins/circuit_type_module.rst # docs/plugins/cluster_group_module.rst # docs/plugins/cluster_module.rst # docs/plugins/cluster_type_module.rst # docs/plugins/console_port_module.rst # docs/plugins/console_port_template_module.rst # docs/plugins/console_server_port_module.rst # docs/plugins/console_server_port_template_module.rst # docs/plugins/device_bay_module.rst # docs/plugins/device_bay_template_module.rst # docs/plugins/device_interface_module.rst # docs/plugins/device_interface_template_module.rst # docs/plugins/device_module.rst # docs/plugins/device_type_module.rst # docs/plugins/front_port_module.rst # docs/plugins/front_port_template_module.rst # docs/plugins/gql_inventory_inventory.rst # docs/plugins/index.rst # docs/plugins/inventory_inventory.rst # docs/plugins/inventory_item_module.rst # docs/plugins/ip_address_module.rst # docs/plugins/ip_address_to_interface_module.rst # docs/plugins/location_module.rst # docs/plugins/location_type_module.rst # docs/plugins/lookup_graphql_lookup.rst # docs/plugins/lookup_lookup.rst # docs/plugins/manufacturer_module.rst # docs/plugins/nautobot_server_module.rst # docs/plugins/platform_module.rst # docs/plugins/plugin_module.rst # docs/plugins/power_feed_module.rst # docs/plugins/power_outlet_module.rst # docs/plugins/power_outlet_template_module.rst # docs/plugins/power_panel_module.rst # docs/plugins/power_port_module.rst # docs/plugins/power_port_template_module.rst # docs/plugins/prefix_module.rst # docs/plugins/provider_module.rst # docs/plugins/query_graphql_module.rst # docs/plugins/rack_group_module.rst # docs/plugins/rack_module.rst # docs/plugins/rear_port_module.rst # docs/plugins/rear_port_template_module.rst # docs/plugins/relationship_association_module.rst # docs/plugins/rir_module.rst # docs/plugins/role_module.rst # docs/plugins/route_target_module.rst # docs/plugins/service_module.rst # docs/plugins/status_module.rst # docs/plugins/tag_module.rst # docs/plugins/tenant_group_module.rst # docs/plugins/tenant_module.rst # docs/plugins/virtual_chassis_module.rst # docs/plugins/virtual_machine_module.rst # docs/plugins/vlan_group_module.rst # docs/plugins/vlan_module.rst # docs/plugins/vm_interface_module.rst # docs/plugins/vrf_module.rst # galaxy.yml # poetry.lock # pyproject.toml # tests/integration/targets/latest/tasks/device.yml # tests/integration/targets/latest/tasks/plugin_bgp_asn.yml
# Conflicts: # .github/workflows/tests.yml # development/requirements.txt # plugins/inventory/inventory.py # poetry.lock # pyproject.toml # tests/integration/integration_config.tmpl.yml # tests/integration/nautobot-populate.py # tests/integration/targets/inventory/files/test-inventory-options-flatten.json # tests/integration/targets/inventory/files/test-inventory-plurals.json # tests/integration/targets/inventory/files/test-inventory.json # tests/integration/targets/latest/tasks/device_interface.yml # tests/integration/targets/latest/tasks/location.yml # tests/unit/module_utils/test_nautobot_base_class.py
next to develop
…hoices() method.
Fix ssl_verify
Adds device redundancy group module
Fixes lookup endpoints to use dashes
Adds modules for custom fields
Changes Location to look up by name/parent
Fixes tests for latest ansible versions
Adds namespace module
Post Release v5.0.2
Support modifying custom fields on vm interfaces
Release v5.1.0
joewesch
approved these changes
Dec 13, 2023
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.
Release to main.