Skip to content

Bump axonius-api-client from 4.60.3 to 5.0.1 in /docker/axonius#1921

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/axonius/axonius-api-client-5.0.1
Closed

Bump axonius-api-client from 4.60.3 to 5.0.1 in /docker/axonius#1921
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/axonius/axonius-api-client-5.0.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps axonius-api-client from 4.60.3 to 5.0.1.

Release notes

Sourced from axonius-api-client's releases.

5.0.1

Axonshell changes

FEATURE expose include field when adding or removing tags

Added two new options to all axonshell {asset_type} devices get* commands:

  --tag-invert / --no-tag-invert  Only add tags to assets that do NOT match
                                  the query provided  [env var:
                                  AX_TAGS_ADD_INVERT_SELECTION; default: no-
                                  tag-invert]
  --untag-invert / --no-untag-invert
                                  Only remove tags from assets that do NOT
                                  match the query provided  [env var:
                                  AX_TAGS_REMOVE_INVERT_SELECTION; default:
                                  no-untag-invert]

These options allow you to add tags to or remove tags from assets that do not match a query. For example, to add the tag is_not_windows to all assets that are not Windows devices:

axonshell devices get --wiz simple "os.type equals windows" --tag-invert --tag is_not_windows

Conversely, you can remove a tag from all assets that do not match a query:

axonshell devices get --wiz simple "os.type equals windows" --untag-invert --untag is_not_windows

Library changes

... (truncated)

Commits
  • 9db0d17 Merge pull request #244 from Axonius/develop
  • a222eab version bump
  • c596a9e Merge pull request #243 from Axonius/develop
  • d809113 Merge pull request #242 from Axonius/bugfix/user_schema
  • 1325ff0 test fix for when data scopes are not enabled
  • 0640f59 bugfix: wrong type defined in AssetGetByIdSchema
  • 2c5af6f Add more info to echo
  • ef753e6 Add axonshell options to axonshell {asset_type} get*
  • a2b8c97 Add tags_add_invert_selection and tags_remove_invert_selection to asset_callb...
  • 8c195c9 lint fixes for asset_callbacks.Base
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axonius-api-client](https://github.com/Axonius/axonius_api_client) from 4.60.3 to 5.0.1.
- [Release notes](https://github.com/Axonius/axonius_api_client/releases)
- [Commits](Axonius/axonius_api_client@4.60.3...5.0.1)

---
updated-dependencies:
- dependency-name: axonius-api-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 5, 2023

Superseded by #1933.

@dependabot dependabot bot closed this May 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/docker/axonius/axonius-api-client-5.0.1 branch May 5, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants