Releases: cyberark/conjur-inspect
Releases · cyberark/conjur-inspect
v0.5.0
[0.5.0] - 2025-12-04
Added
- Runit services status check that records service statuses to the inspect
report. CNJR-11977 - Command history check that records the recent command history from the host
machine to the inspect report. CNJR-11976 - Container command history check that records the recent command history from
inside a container to the inspect report. CNJR-11978 - Etcd cluster members check that captures the current cluster members
(as reported byevoke cluster member list) in the inspect report. CNJR-11979 - Ruby thread dump check that captures thread dumps from Ruby processes running
in the container. CNJR-8736 - Container processes check that records the process list from inside the
container to the inspect report. CNJR-4619 - Resource usage check that captures the
topcommand output from inside
the container to the inspect report. CNJR-4618 - Capture the
/etc/hostsfile from the container and the host. CNJR-7305 - Capture the container runtime's
network inspectoutput. CNJR-7307
v0.4.1
[0.4.1] - 2024-10-24
Added
- Updated documentation for installing from Conjur Enterprise Appliance image
and using the--container-idargument.
v0.3.0
[0.3.0] - 2023-01-26
Changed
- Renamed
conjur-preflighttoconjur-inspect.
cyberark/conjur-inspect#30
Added
conjur-preflightnow 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-preflightnow 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-idand--raw-data-dircommand 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-preflighthas 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-preflightnow 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