Changelog of the base of the orchestrator

5.13 (2024-01-05)

  • Added a --no-pull option to the command to start Cyberwatch without pulling new Docker images (cyberwatch start command).
  • Added a --no-redis option to the command to configure an external Redis server (cyberwatch configure command).
  • Added a CBW_NO_PULL variable in the orchestrator base configuration file to disable the pull of new Docker images.
  • Added missing options in the Bash completion of Cyberwatch commands.
  • Helm versions lower than 3.7.0 are no longer supported.

5.12 (2023-12-11)

  • Added a --no-pull option to the command to restart Cyberwatch without pulling new Docker images (cyberwatch restart command).
  • Added a CBW_SIDEKIQ_REPLICAS variable in the orchestrator base configuration file to increase the number of Sidekiq replicas.
  • Fixed a problem related to the use of an external Redis.
  • Fixed an infinite loop problem that could occur when stopping the application when the orchestrator is Swarm (cyberwatch stop command).
  • Fixed an issue with the command checking the orchestrator base status, when checking for database backups (cyberwatch doctor command).
  • Fixed error code returned when executing a command on a running container (cyberwatch exec command).
  • TLS certificates for master and satellite nodes are now valid for five years.

5.11 (2023-07-24)

  • Revert the fix for external Redis.

5.10 (2023-07-21)

  • Images signatures are now verified with Cosign.
  • Limit Elasticsearch memory usage to 1.5 GB.
  • Fixed a problem related to the use of an external Redis.
  • Application update/restart from GUI: database backup problem fixed.

5.9 (2022-11-17)

  • Added a new container called “web-scanner” dedicated to scanning network targets and websites.
  • Ease the configuration of environment variables with Swarm.
  • Manage TLS for MariaDB for Swarm

Back to top