feat: bump bug/2477-test-bumper

This commit is contained in:
wazuhci
2026-07-01 15:15:22 +00:00
parent 5bd2286b6f
commit 513733cb4f
5 changed files with 24 additions and 6 deletions
@@ -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:
@@ -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:
+1 -1
View File
@@ -1,4 +1,4 @@
name: (5.x) Docker PR check
name: (8.x) Docker PR check
permissions:
contents: read
id-token: write
+18
View File
@@ -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
+2 -2
View File
@@ -1,4 +1,4 @@
{
"version": "5.9.9",
"stage": "beta8"
"version": "8.0.0",
"stage": "rc8"
}