Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5554f05
force update agent related services
javjodar Mar 26, 2025
c086736
update changelog
javjodar Mar 26, 2025
7ef5e69
force service update after final restart
javjodar Mar 26, 2025
ab26936
Revert online/offline mode check in Sophos integration.
JocLRojas Mar 26, 2025
7f95769
Revert online/offline mode check in AWS integration.
JocLRojas Mar 26, 2025
5b4a89f
Revert online/offline mode check in Bitdefender integration.
JocLRojas Mar 26, 2025
55c8d79
Revert online/offline mode check in Office365 integration.
JocLRojas Mar 26, 2025
4a10c5c
Revert "Revert online/offline mode check in Office365 integration."
Kbayero Mar 26, 2025
c412467
Revert "Revert online/offline mode check in Bitdefender integration."
Kbayero Mar 26, 2025
ba77eb7
Revert "Revert online/offline mode check in AWS integration."
Kbayero Mar 26, 2025
73cac18
Revert "Revert online/offline mode check in Sophos integration."
Kbayero Mar 26, 2025
07841bd
Update base images to ubuntu 24
Kbayero Mar 26, 2025
887c935
Merge branch 'main' into bugfix/10.7.0/agent_services_forced_restart
Kbayero Mar 26, 2025
637bdb6
remove temporary healthcheck
Kbayero Mar 26, 2025
5020a53
Merge branch 'main' into bugfix/10.7.0/agent_services_forced_restart
Kbayero Mar 26, 2025
01b95a2
Merge branch 'main' into bugfix/10.7.0/agent_services_forced_restart
Kbayero Mar 26, 2025
c206950
change base image
Kbayero Mar 27, 2025
6e17296
Don't restart agent manager and log auth proxy
Kbayero Mar 27, 2025
057bc5c
Merge branch 'main' into bugfix/10.7.0/agent_services_forced_restart
Kbayero Mar 27, 2025
f0014a1
Merge branch 'main' into bugfix/10.7.0/agent_services_forced_restart
Kbayero Mar 28, 2025
a59a446
Updating runners and images to ubuntu 24.04
Kbayero Mar 28, 2025
24051ad
Update CHANGELOG.md
Kbayero Mar 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/alpha-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
validations:
name: Validate permissions
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check permissions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
validations:
name: Validate permissions
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check permissions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
permissions:
# required for all workflows
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images-without-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare_deployment:
name: Prepare deployment - ${{inputs.microservice}}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
tech: ${{ steps.get_tech.outputs.tech }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/principal-installer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/principal-multi-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
setup_deployment:
name: Setup Deployment
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
env_version: ${{ steps.set-env.outputs.env_version }}
microservices: ${{ steps.filter.outputs.changes }}
Expand Down Expand Up @@ -94,3 +94,4 @@ jobs:
microservice: ${{ matrix.service }}
environment: ${{ needs.setup_deployment.outputs.env_version }}
secrets: inherit

2 changes: 1 addition & 1 deletion .github/workflows/production-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
validations:
name: Validate permissions
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check permissions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
validations:
name: Validate permissions
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check permissions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-java-11-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-java-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-docker-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out code into the right branch
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/used-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare_deployment:
name: Prepare deployment - ${{inputs.microservice}}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
tech: ${{ steps.get_tech.outputs.tech }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
-- Fixed issue where tabs remained open when navigating outside the Log Explorer scope to improve user experience.
-- Fixed time filter issue where the date range was not applied correctly.
-- Fixed incorrect query behavior when filtering incidents by ID.
-- Agent Services force update opening necessary ports


## New Features and Improvements
-- Added organization name in app settings to distinguish alert and notification emails for better clarity.
Expand Down
2 changes: 1 addition & 1 deletion agent-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

COPY agent-manager /app/
COPY ./dependencies/agent/ /dependencies/agent/
Expand Down
2 changes: 1 addition & 1 deletion aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install -y ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion bitdefender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install -y ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion correlation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04
RUN apt-get update
RUN apt-get install -y ca-certificates git wget
COPY correlation /app/
Expand Down
2 changes: 1 addition & 1 deletion log-auth-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

COPY log-auth-proxy /app/

Expand Down
2 changes: 1 addition & 1 deletion office365/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install -y ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion sophos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install -y ca-certificates
Expand Down
Loading