Skip to content

Comments

Bump axonius-api-client from 4.60.3 to 5.0.14 in /docker/axonius#3333

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 15, 2024

Bumps axonius-api-client from 4.60.3 to 5.0.14.

Release notes

Sourced from axonius-api-client's releases.

5.0.14

Library Changes

  • Added the ability to add tag expiration date using date format (YYYY-MM-DD) or days-from-now (int)

Full Changelog: Axonius/axonius_api_client@5.0.13...5.0.14

Example Usage

Axonshell

axonshell -nw devices get --wiz simple "name equals windows" --max-pages 1 --max-rows 1 --tag "A" --tag "B" --tag "C" -exp A=2024-05-05 -exp B=10

API

Python setup.py develop
Axonshell tools shell
- Must have .env file
rows = c.devices.get(wiz_entries=[{'type': 'simple', 'value': 'name equals oz'}], max_pages=1, max_rows=1)
c.devices.labels.add(rows=rows, labels=['A', 'B', 'C'], expirable_tags={'A': '2024-05-05', 'B': 10})
axonshell users saved-query export --uuid "658c57b5ec767a9169bb3351"

5.0.13

Library Changes

  • Added a new warning field on client counts.
  • Modified client counts dataclass to be less restrictive.
  • Fixed a comparison bug with enforcements.

Full Changelog: Axonius/axonius_api_client@5.0.12...5.0.13

5.0.12

Library Changes

  • Added the ability to import and export saved queries as the GUI does.

Full Changelog: Axonius/axonius_api_client@5.0.11...5.0.12

New Commands

Two new commands were added for supported asset types.

Usage: axonshell devices saved-query [OPTIONS] COMMAND [ARGS]...

Group: Work with saved queries.

Options: --help Show this message and exit. </tr></table>

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.14.
- [Release notes](https://github.com/Axonius/axonius_api_client/releases)
- [Commits](Axonius/axonius_api_client@4.60.3...5.0.14)

---
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 Feb 15, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2024

Superseded by #3427.

@dependabot dependabot bot closed this Mar 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/docker/axonius/axonius-api-client-5.0.14 branch March 7, 2024 11:58
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