Merge pull request #1479 from wazuh/enhancement/1471-use-fixed-ubuntu2204-version
Use fixed version of Ubuntu-22.04 in GHA runners instead of latest version
This commit is contained in:
commit
ac84a2b058
4
.github/workflows/al_aio.yml
vendored
4
.github/workflows/al_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-aio-single-instance # required to wait when the main job is done
|
- install-aio-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
4
.github/workflows/al_wazuh.yml
vendored
4
.github/workflows/al_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-wazuh-single-instance # required to wait when the main job is done
|
- install-wazuh-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
4
.github/workflows/centos_aio.yml
vendored
4
.github/workflows/centos_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-aio-single-instance # required to wait when the main job is done
|
- install-aio-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
4
.github/workflows/centos_wazuh.yml
vendored
4
.github/workflows/centos_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-wazuh-single-instance # required to wait when the main job is done
|
- install-wazuh-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
4
.github/workflows/ubuntu_aio.yml
vendored
4
.github/workflows/ubuntu_aio.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-aio-single-instance # required to wait when the main job is done
|
- install-aio-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
4
.github/workflows/ubuntu_wazuh.yml
vendored
4
.github/workflows/ubuntu_wazuh.yml
vendored
@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, release]
|
|||||||
jobs:
|
jobs:
|
||||||
start-runner:
|
start-runner:
|
||||||
name: Start self-hosted EC2 runner
|
name: Start self-hosted EC2 runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
label: ${{ steps.start-ec2-runner.outputs.label }}
|
label: ${{ steps.start-ec2-runner.outputs.label }}
|
||||||
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }}
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- start-runner # required to get output from the start-runner job
|
- start-runner # required to get output from the start-runner job
|
||||||
- install-wazuh-single-instance # required to wait when the main job is done
|
- install-wazuh-single-instance # required to wait when the main job is done
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
|
||||||
steps:
|
steps:
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
|
|||||||
@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Update to [Wazuh v4.10.3](https://github.com/wazuh/wazuh/blob/v4.10.3/CHANGELOG.md#v4103)
|
- Update to [Wazuh v4.10.3](https://github.com/wazuh/wazuh/blob/v4.10.3/CHANGELOG.md#v4103)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Use fixed version of Ubuntu-22.04 in GHA runners instead of latest version ([#1479](https://github.com/wazuh/wazuh-ansible/pull/1479)) \- (PR Checks Workflows)
|
||||||
|
|
||||||
## [v4.10.2]
|
## [v4.10.2]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user