-
Notifications
You must be signed in to change notification settings - Fork 33
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 5.0.2 #270
Merged
Merged
Release 5.0.2 #270
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] <support@github.com>
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] <support@github.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Wesch <joe.wesch@networktocode.com> Co-authored-by: Josh VanDeraa <jv@networktocode.com> Co-authored-by: Noah Robin <noahr@nvidia.com> Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
* Prepare for release 5.0.0 Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Wesch <joe.wesch@networktocode.com> Co-authored-by: Josh VanDeraa <jv@networktocode.com> Co-authored-by: Noah Robin <noahr@nvidia.com> Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
* 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
# Conflicts: # poetry.lock
joewesch
previously approved these changes
Oct 24, 2023
f58ed3d
to
0811995
Compare
@joewesch can you approve one more time? I realized that there is also a fix for choices, so I amended release notes in the commit. |
joewesch
approved these changes
Oct 24, 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.
Contains fix for SSL verification.