forked from wazuh/wazuh-docker
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2582f0aab | ||
|
|
513733cb4f | ||
|
|
5bd2286b6f | ||
|
|
0fe10c4e42 | ||
|
|
3c4b8551d2 | ||
|
|
fd2e55e7ab |
@@ -1,5 +1,5 @@
|
|||||||
run-name: Build and push images 5.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
|
run-name: Build and push images 8.x - ${{ inputs.dev && 'dev' || 'release' }} - ${{ inputs.id }}
|
||||||
name: (5.x) Build and push images
|
name: (8.x) Build and push images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ run-name: >-
|
|||||||
${{ github.event_name == 'workflow_dispatch'
|
${{ github.event_name == 'workflow_dispatch'
|
||||||
&& format('Docker Integration Test - Manual {0} on {1}', inputs.deployment_type, inputs.pr_head_ref)
|
&& 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) }}
|
|| 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:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: (5.x) Docker PR check
|
name: (8.x) Docker PR check
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
@@ -1,6 +1,42 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
### Deleted
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
## [5.0.0]
|
## [5.0.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "5.0.0",
|
"version": "8.0.0",
|
||||||
"stage": "beta3"
|
"stage": "rc8"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user