Skip to content

Commit 6b192ca

Browse files
KbayeroRathHuntJocLRojas
authored
Bugfix/10.7.0/agent services forced restart (#1113)
* force update agent related services * update changelog * force service update after final restart * Revert online/offline mode check in Sophos integration. * Revert online/offline mode check in AWS integration. * Revert online/offline mode check in Bitdefender integration. * Revert online/offline mode check in Office365 integration. * Revert "Revert online/offline mode check in Office365 integration." This reverts commit 55c8d79. * Revert "Revert online/offline mode check in Bitdefender integration." This reverts commit 5b4a89f. * Revert "Revert online/offline mode check in AWS integration." This reverts commit 7f95769. * Revert "Revert online/offline mode check in Sophos integration." This reverts commit ab26936. * Update base images to ubuntu 24 * remove temporary healthcheck * change base image * Don't restart agent manager and log auth proxy * Updating runners and images to ubuntu 24.04 * Update CHANGELOG.md --------- Co-authored-by: Jose Angel Sanchez Velazquez <sanchezvelazquezjoseangel@gmail.com> Co-authored-by: JocLRojas <joc.l.rojas02@gmail.com>
1 parent 5fe7eb3 commit 6b192ca

23 files changed

+23
-24
lines changed

.github/workflows/alpha-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
validations:
1515
name: Validate permissions
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Check permissions
1919
run: |

.github/workflows/beta-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
validations:
1515
name: Validate permissions
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Check permissions
1919
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - https://gh.io/supported-runners-and-hardware-resources
2828
# - https://gh.io/using-larger-runners (GitHub.com only)
2929
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
30+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
3131
permissions:
3232
# required for all workflows
3333
security-events: write

.github/workflows/images-without-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare_deployment:
1414
name: Prepare deployment - ${{inputs.microservice}}
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
outputs:
1717
tech: ${{ steps.get_tech.outputs.tech }}
1818
steps:

.github/workflows/principal-installer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Check out code into the right branch
1313
uses: actions/checkout@v4

.github/workflows/principal-multi-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
setup_deployment:
1111
name: Setup Deployment
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
outputs:
1414
env_version: ${{ steps.set-env.outputs.env_version }}
1515
microservices: ${{ steps.filter.outputs.changes }}
@@ -94,3 +94,4 @@ jobs:
9494
microservice: ${{ matrix.service }}
9595
environment: ${{ needs.setup_deployment.outputs.env_version }}
9696
secrets: inherit
97+

.github/workflows/production-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
validations:
1515
name: Validate permissions
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Check permissions
1919
run: |

.github/workflows/rc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
validations:
1515
name: Validate permissions
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Check permissions
1919
run: |

.github/workflows/used-docker-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Check out code into the right branch
1717
uses: actions/checkout@v4

.github/workflows/used-docker-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)