-
Notifications
You must be signed in to change notification settings - Fork 255
Release v3.22.0 #1504
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
Merged
Release v3.22.0 #1504
Conversation
This file contains hidden or 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
* updated netbox_circuit_termination.py to support termination_id and termination_type requirements from NetBox 4.2.0 release * fixed typo in documentation * added backward compatibility with NetBox versions before 4.2.0 * black formatting and changelog fragement * fixed doc-choices-do-not-match-spec CI failure * fixed line length failure from CI checks --------- Co-authored-by: Nick Thompson <[email protected]>
one opened bracket but two closed
Fixed syntax error
inventory plugin: support netbox endpoints running in a non-root context path (subpath)
* Support of object types for netbox_tag module * Tests updates * removed extra spaces * Changelog fragment --------- Co-authored-by: connect <[email protected]>
* Allow mac-addresses lookup * Only add endpoint for NB version greater or equal 4.2
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ok, thx Co-authored-by: Sean M. Collins <[email protected]>
fixes #1426 : broken netbox_service module
…ct_filter Netbox custom field related object filter
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…-2.5.0 Bump urllib3 from 2.3.0 to 2.5.0
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix duplicate task name in documentation
Use set comparison for updating permissions, groups, actions, and object types
Fix contact groups
add yamllint to project pipeline and fix errors
- add _version_sanitize - add unit test for _version_sanitize - netbox-version can sometimes be 4.2.9-Docker-3.2.1 but expecting full_version is just 4.2.9 do not see any purpose Docker-3.2.1 so sanitize netbox version - sanitize api version - just for sure. no issues yet
- allow compare even 3 digit versions or more - sanitize inputs - full_version can sometimes be 4.2.9-Docker-3.2.1 just use only 4.2.9 - extend unit tests
add _version_sanitize and improve _version_check_greater in netbox_utils
- elif parent == "services":
is workaround for Netbox 4.3.0 - 4.4.3 - #20554
GET Parent_object_type wrong data type - integer instead of string
Just delete parent_object_type and parent_object_id
GET is broken anyway
fix issue 1479 - netbox_service - More than one result returned for
Rename variables 'version' to 'api_version' and 'full_version' to 'netbox_version'
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Run pipeline lint with all supported python versions
…-2.6.0 Bump urllib3 from 2.5.0 to 2.6.0
Helper to load test data for unit tests. This function supports loading data files relative to the test file. It works even if the test file is in a subfolder, allowing your test data to be organized in corresponding subfolders alongside the tests.
on.create triggers on any tag *or branch* creation, and doesn't have a filter `on.push.tags`. (https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#create) The correct way to only run a job when a tag matching a pattern is pushed is via `on.push.tags`. (https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#running-your-workflow-only-when-a-push-of-specific-tags-occurs)
Refactor unit-test data structure: improve flexibility and remove abandoned data
ci: Fix release workflow running too often
Release v3.22.0
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 v3.22.0