Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

71 lines (41 loc) · 2.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.1] - 2023-05-31

Security

  • Upgrade requests version to 2.31.0 (#55)

[2.0.0] - 2023-05-07

Added

  • [BREAKING] Remove install, update, uninstall and services commands (#34)
  • [BREAKING] Remove support for Rekono basic authentication (#38)
  • [BREAKING] Change rekono command by rekono-cli command (#46)
  • Optimize, improve, clean and test source code (#36)
  • Specific commands to manage specific Rekono entities (#40)

[1.1.0] - 2023-01-11

Added

  • Add Nuclei installation (#19)
  • Add Spring4Shell Scan installation (#20)
  • Add Log4j Scan installation (#21)
  • Add Gobuster installation (#24)
  • Add --version option to check current Rekono CLI version (#31)

Changed

  • Remove installation of wordlists package (#23)
  • Upgrade requests to version 2.28.1 (#27)

[1.0.3] - 2022-11-01

Changed

  • Remove configuration properties that are included in the new Rekono Settings page (#11)

[1.0.2] - 2022-10-07

Fixed

  • Error during installation via PIP due to the lack of the NODE_OPTIONS environment variable (#8)

[1.0.1] - 2022-09-03

Fixed

  • Error during installation via PIP because requirements.txt is not found (#6)

[1.0.0] - 2022-08-19

Added

  • Make Rekono API requests
  • Install Rekono in the system
  • Update Rekono to the last version
  • Uninstall Rekono from the system
  • Start all Rekono services using systemctl
  • Stop all Rekono services using systemctl
  • Restart all Rekono services using systemctl