From 513733cb4f2b3ad403c213adcd81b9127c1503d6 Mon Sep 17 00:00:00 2001 From: wazuhci <22834044+wazuhci@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:15:22 +0000 Subject: [PATCH] feat: bump bug/2477-test-bumper --- .github/workflows/5_build_and_push_images.yml | 4 ++-- .../workflows/5_check_integration_tools.yml | 2 +- .github/workflows/5_pr_check.yml | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.json | 4 ++-- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/workflows/5_build_and_push_images.yml b/.github/workflows/5_build_and_push_images.yml index e39cf756..3fcba5bb 100644 --- a/.github/workflows/5_build_and_push_images.yml +++ b/.github/workflows/5_build_and_push_images.yml @@ -1,5 +1,5 @@ -run-name: Build and push images 5.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }} -name: (5.x) Build and push images +run-name: Build and push images 8.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }} +name: (8.x) Build and push images on: workflow_dispatch: diff --git a/.github/workflows/5_check_integration_tools.yml b/.github/workflows/5_check_integration_tools.yml index c22c363a..495bc798 100644 --- a/.github/workflows/5_check_integration_tools.yml +++ b/.github/workflows/5_check_integration_tools.yml @@ -2,7 +2,7 @@ run-name: >- ${{ github.event_name == 'workflow_dispatch' && format('Docker Integration Test - Manual {0} on {1}', inputs.deployment_type, inputs.pr_head_ref) || format('Docker Integration Test - #{0} {1}', github.event.issue.number, github.event.issue.title) }} -name: (5.x) PR Check - Docker Integration Tests +name: (8.x) PR Check - Docker Integration Tests on: issue_comment: diff --git a/.github/workflows/5_pr_check.yml b/.github/workflows/5_pr_check.yml index 6bc408d9..30e2262b 100644 --- a/.github/workflows/5_pr_check.yml +++ b/.github/workflows/5_pr_check.yml @@ -1,4 +1,4 @@ -name: (5.x) Docker PR check +name: (8.x) Docker PR check permissions: contents: read id-token: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b32680c..e385bfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. +## [8.0.0] + +### Added + +- None + +### Changed + +- None + +### Fixed + +- None + +### Deleted + +- None + ## [5.9.9] ### Added diff --git a/VERSION.json b/VERSION.json index 5dbf478d..82aa9a59 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,4 +1,4 @@ { - "version": "5.9.9", - "stage": "beta8" + "version": "8.0.0", + "stage": "rc8" }