Skip to content

Releases: cyberark/conjur-inspect

v0.5.0

05 Jan 13:59

Choose a tag to compare

[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 by evoke 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 top command output from inside
    the container to the inspect report. CNJR-4618
  • Capture the /etc/hosts file from the container and the host. CNJR-7305
  • Capture the container runtime's network inspect output. CNJR-7307

v0.4.1

31 Oct 19:11

Choose a tag to compare

[0.4.1] - 2024-10-24

Added

  • Updated documentation for installing from Conjur Enterprise Appliance image
    and using the --container-id argument.

v0.3.0

03 Feb 00:28
7466108

Choose a tag to compare

[0.3.0] - 2023-01-26

Changed

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#18
  • conjur-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

v0.2.0

20 Jan 19:35
028f2cc

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

[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

v0.1.0

06 Jan 22:08
79ad469

Choose a tag to compare

[0.1.0] - 2023-01-12

Added