Skip to content

Releases: cyberark/conjur-inspect

v0.4.1

31 Oct 19:11
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[0.1.0] - 2023-01-12

Added