Skip to content

Commit 4c70476

Browse files
Merge remote-tracking branch 'upstream/master' into is6880/hash-api-key-secret
2 parents 00619ea + 180355d commit 4c70476

File tree

186 files changed

+4412
-2257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+4412
-2257
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Makefile @pcrespov @sanderegg
2929
/services/clusters-keeper/ @sanderegg
3030
/services/datcore-adapter/ @sanderegg
3131
/services/director*/ @sanderegg @pcrespov @GitHK
32-
/services/docker-compose*.yml @sanderegg @mrnicegyu11 @YuryHrytsuk
32+
/services/docker-compose.yml @sanderegg @mrnicegyu11 @YuryHrytsuk
33+
/services/docker-compose.*.yml @sanderegg
3334
/services/dynamic-sidecar/ @GitHK
3435
/services/efs-guardian/ @matusdrobuliak66
3536
/services/invitations/ @pcrespov

.github/workflows/ci-arm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
os: [ubuntu-22.04]
22+
os: [ubuntu-24.04]
2323
python: ["3.11"]
2424
env:
2525
# secrets can be set in settings/secrets on github

.github/workflows/ci-multi-architecture-fusing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
os: [ubuntu-22.04]
23+
os: [ubuntu-24.04]
2424
python: ["3.11"]
2525
env:
2626
# secrets can be set in settings/secrets on github

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: ["3.11"]
25-
os: [ubuntu-22.04]
25+
os: [ubuntu-24.04]
2626
fail-fast: false
2727
env:
2828
TO_TAG_PREFIX: release-github

.github/workflows/ci-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python: ["3.11"]
25-
os: [ubuntu-22.04]
25+
os: [ubuntu-24.04]
2626
fail-fast: false
2727
env:
2828
TO_TAG_PREFIX: staging-github

0 commit comments

Comments
 (0)