Skip to content

Comments

Bump axonius-api-client from 4.60.3 to 5.0.16 in /docker/axonius#3464

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps axonius-api-client from 4.60.3 to 5.0.16.

Release notes

Sourced from axonius-api-client's releases.

5.0.16

What's Changed

New Contributors

Full Changelog: Axonius/axonius_api_client@5.0.15...5.0.16

5.0.15

Library Changes

  • Fixed the ability to use the PEM certificate file
  • Fixed the ability to filter by Field Filters (-iff)

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

Example Usage

Axonshell

axonshell devices get-by-saved-query -n "ONLY_WINDOWS" -iff
  • By default -iff set to True

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.

... (truncated)

Commits
  • 057fd3c Merge pull request #291 from amithadary/feature/AX-46291_add_support_to_tenan...
  • fa77c73 small fix
  • 29f2c38 added support to internal_axon_tenant_id when creating an adapter connection
  • d9db6e1 Merge pull request #290 from OzJacobii/develop
  • e3a5e31 Version Bump 5.0.15
  • 5ea6536 Merge pull request #289 from OzJacobii/feature/SA-6284_SSL_Issue_Fix
  • 092c7f1 Merge pull request #288 from OzJacobii/feature/SA-6424_Fields_Filter_Fix
  • f0cbe31 CRound 1
  • e22e2f5 SSL Fix
  • 6dcd422 Field Filters
  • 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 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.16.
- [Release notes](https://github.com/Axonius/axonius_api_client/releases)
- [Commits](Axonius/axonius_api_client@4.60.3...5.0.16)

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

dependabot bot commented on behalf of github Apr 8, 2024

Superseded by #3563.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/docker/axonius/axonius-api-client-5.0.16 branch April 8, 2024 11:56
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