Releases: cyberark/conjur-inspect
Releases · cyberark/conjur-inspect
v0.4.1
v0.3.0
[0.3.0] - 2023-01-26
Changed
- Renamed
conjur-preflight
toconjur-inspect
.
cyberark/conjur-inspect#30
Added
conjur-preflight
now has a follower port connectivity report where it checks
if the required ports that the follower needs to be deployed are open.
conjurinc/conjur-preflight#18conjur-preflight
now has a cli option flag that can be used to output
JSON formatted reports
conjurinc/conjur-preflight#18- Added a progress indicator for the running checks.
conjurinc/conjur-preflight#24 - Raw report data is now collected during an inspection and saved as a report
result archive. The name and location of this archived are managed with the
new--report-id
and--raw-data-dir
command arguments.
conjurinc/conjur-preflight#26 - Added container runtime checks to report on the available Docker and/or
Podman version and configuration.
cyberark/conjur-inspect#15 - Added more debug logs for shell command execution to improve error
troubleshooting experience.
cyberark/conjur-inspect#31
Fixed
- Previously, if the user running
conjur-preflight
has insufficient permission
to access a partition mountpoint, then the check would result in a segfault.
Now, this logs a warning and skips the mountpoint in the report.
conjurinc/conjur-preflight#28
Security
- Forced golang.org/x/net to use v0.7.0
cyberark/conjur-inspect#34
v0.2.0
[0.2.0] - 2023-01-20
Added
conjur-preflight
now detects whether it is writing standard output to a
terminal or to a file/pipe and formats with rich or plain text accordingly.
conjurinc/conjur-preflight#19
Fixed
- Previously, the application version was not properly embedded in the final
executable. Now the application and the reports it produces reflect the
correct version number.
conjurinc/conjur-preflight#19
Security
- Added replace statements to go.mod to prune dependencies with known vulnerabilities from
the dependency tree.
conjurinc/conjur-preflight#21
conjuring/conjur-preflight#22
v0.1.0
[0.1.0] - 2023-01-12
Added
- Initial reports for CPU, memory, disk space, and OS version.
conjurinc/conjur-preflight#14