Conversation
LucaNicosia
approved these changes
May 8, 2025
claudious96
approved these changes
May 8, 2025
rickstardust
approved these changes
May 8, 2025
Contributor
rickstardust
left a comment
There was a problem hiding this comment.
Some minor requests
ddutt
requested changes
May 9, 2025
Member
ddutt
left a comment
There was a problem hiding this comment.
There's more. We've added support for using VMWare's vCenter as an inventory source to gather data from Linux VMs running on VMWare.
4212f61 to
00e5e39
Compare
Signed-off-by: Emanuele Lanuti <emanuele.lanuti@stardustsystems.net>
Signed-off-by: Emanuele Lanuti <emanuele.lanuti@stardustsystems.net>
00e5e39 to
7c0b3d0
Compare
Sepehr-A
approved these changes
May 9, 2025
ddutt
approved these changes
May 9, 2025
Signed-off-by: Emanuele Lanuti <emanuele.lanuti@stardustsystems.net>
ddutt
approved these changes
May 9, 2025
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
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.
Description
This release adds several new capabilities and important bug fixes. Notably, it includes more flexible filtering options, improvements to REST engine parameter handling, and support for certificate verification settings. These changes are backward-compatible.
Filter devices by address
You can now filter devices based on one or more IP addresses using the address argument in the CLI.
Set certificate verification mode
Added support for the cert-verify parameter in configuration. You can set it to True, False, or a path to a CA certificate. This controls whether and how certificates are verified when connecting over HTTPS.
REST engine parameter update fix
When switching to engine='rest', the engine parameters are now correctly updated instead of keeping defaults. This avoids inconsistent behavior when switching between engines.
Update CI actions
GitHub Actions updated to fix deprecation warnings and re-enable linting and test execution on pull requests.
Upgrade dependencies
Upgraded uvicorn to version 0.15.0
Upgraded Docker base image to python:3.9.21-slim-bullseye
Changes to the Documentation
Updated release-notes.md
Double Check
developbranch.developbranch.--signoffapplied