wazuh/wazuh-docker

Post release tasks for 4.9.2

Closed this issue · 1 comments

Description

This issue attempts to track the steps necessary to complete post-release maintenance tasks for 4.9.2.
The goal is to complete the following tasks, each task must have a PR associated with this issue.

The branches must follow the naming: merge-<ORIGIN_BRANCH>-into-<DESTINATION_BRANCH>. For example, merge-4.9.2-into-4.10.0.

Tasks

  • Merge branch 4.9.2 into branch 4.10.0. #1607
  • Merge branch 4.10.0 into branch 4.10.1. #1608
  • Merge branch 4.10.1 into branch 4.10.2. #1609
  • Merge branch 4.10.2 into branch master. #1610
  • Publish GitHub release as latest.
  • Delete all stage pre-releases for 4.9.2 (https://github.com/wazuh/wazuh-docker/releases).
  • Delete all stage tags for v4.9.2. BE CAREFUL NOT TO DELETE DEFINITIVE TAG. Example: v4.9.2-rc1, 4.9.2-alpha1, etc.
  • Delete all stage Docker hub images for v4.9.2. BE CAREFUL NOT TO DELETE DEFINITIVE DOCKER IMAGES. Example: v4.9.2-rc1, 4.9.2-alpha1, etc.

LGTM