Skip to content

Commit f4042af

Browse files
authored
Merge branch 'main' into fix-26848-userns-pod-validation
Signed-off-by: N E I L O H E N E <[email protected]>
2 parents ff87df0 + 90a03ca commit f4042af

File tree

1,263 files changed

+50459
-47807
lines changed

Some content is hidden

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

1,263 files changed

+50459
-47807
lines changed

.cirrus.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ env:
2828
FEDORA_AARCH64_NAME: "${FEDORA_NAME}-aarch64"
2929
PRIOR_FEDORA_NAME: "fedora-41"
3030
RAWHIDE_NAME: "rawhide"
31-
DEBIAN_NAME: "debian-13"
31+
DEBIAN_NAME: "debian-14"
3232

3333
# Image identifiers
34-
IMAGE_SUFFIX: "c20250910t092246z-f42f41d13"
34+
IMAGE_SUFFIX: "c20251120t131229z-f42f41d14"
3535

3636
# EC2 images
3737
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"
@@ -1090,7 +1090,9 @@ upgrade_test_task:
10901090
depends_on: *build
10911091
matrix:
10921092
- env:
1093-
PODMAN_UPGRADE_FROM: v4.8.0
1093+
PODMAN_UPGRADE_FROM: v5.3.1
1094+
- env:
1095+
PODMAN_UPGRADE_FROM: v5.6.2
10941096
gce_instance: *standardvm
10951097
env:
10961098
TEST_FLAVOR: upgrade_test

.github/workflows/check_cirrus_cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
# This is where the scripts live
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
repository: containers/podman
5050
ref: 'main'
@@ -73,7 +73,7 @@ jobs:
7373
body: file://./artifacts/email_body.txt
7474

7575
- if: always()
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: ${{ github.job }}_artifacts
7979
path: artifacts/*

.github/workflows/dev-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Bump to -dev
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
ref: ${{ github.ref_name }}
1414
token: ${{ secrets.PODMANBOT_TOKEN }}
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GH_TOKEN: ${{ github.token }}
8282
steps:
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
with:
8585
ref: main
8686
token: ${{ secrets.PODMANBOT_TOKEN }}

.github/workflows/first_contrib_cert_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Step 2: Checkout the repository containing the certificate HTML file.
5757
- name: Checkout containers/automation repository
5858
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }}
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
repository: containers/automation
6262
path: automation-repo

.github/workflows/mac-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
steps.check.outputs.buildarm == 'true' ||
9797
steps.check.outputs.builduniversal == 'true' ||
9898
steps.actual_dryrun.outputs.dryrun == 'true'
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
with:
101101
ref: ${{steps.getversion.outputs.version}}
102102
- name: Set up Go
@@ -151,7 +151,7 @@ jobs:
151151
steps.check.outputs.buildarm == 'true' ||
152152
steps.check.outputs.builduniversal == 'true' ||
153153
steps.actual_dryrun.outputs.dryrun == 'true'
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: installers
157157
path: |

.github/workflows/machine-os-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
pip3 install git+https://github.com/packit/wait-for-copr.git@main
6767
68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
if: steps.getversion.outputs.update == 'true'
7070
id: checkout
7171
with:

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fi
100100
101101
- name: Checkout Version
102-
uses: actions/checkout@v5
102+
uses: actions/checkout@v6
103103
with:
104104
ref: ${{steps.getversion.outputs.version}}
105105

@@ -173,7 +173,7 @@ jobs:
173173
if: >-
174174
steps.check.outputs.buildartifacts == 'true' ||
175175
steps.actual_dryrun.outputs.dryrun == 'true'
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: artifacts
179179
path: |

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
needs: check
6767
steps:
6868
- name: Checkout Version
69-
uses: actions/checkout@v5
69+
uses: actions/checkout@v6
7070
with:
7171
ref: ${{needs.check.outputs.version}}
7272
- name: Set up Go
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
make release-artifacts
8282
- name: Upload to Actions as artifact
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: release-artifacts
8686
path: release/*
@@ -103,7 +103,7 @@ jobs:
103103
KEYCHAIN_PWD: ${{ secrets.MACOS_CI_KEYCHAIN_PWD }}
104104
steps:
105105
- name: Checkout Version
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107
with:
108108
ref: ${{needs.check.outputs.version}}
109109
- name: Set up Go
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
make ARCH=universal notarize &> /dev/null
138138
- name: Artifact
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v5
140140
with:
141141
name: mac-installers
142142
path: |
@@ -161,9 +161,9 @@ jobs:
161161
}
162162
Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
163163
- name: Checkout Podman
164-
uses: actions/checkout@v5
164+
uses: actions/checkout@v6
165165
- name: Download Windows zip artifact
166-
uses: actions/download-artifact@v5
166+
uses: actions/download-artifact@v6
167167
- name: Set up Go
168168
uses: actions/setup-go@v6
169169
with:
@@ -230,21 +230,21 @@ jobs:
230230
Copy-Item -Path podman-${{steps.getversion.outputs.version}}-setup.exe -Destination podman-installer-windows-${{ matrix.arch }}.exe
231231
Pop-Location
232232
- name: Upload the MSI
233-
uses: actions/upload-artifact@v4
233+
uses: actions/upload-artifact@v5
234234
with:
235235
name: win-msi-${{ matrix.arch }}
236236
path: |
237237
.\contrib\win-installer\podman-installer-windows-${{ matrix.arch }}.msi
238238
- name: Upload the bundle (legacy)
239-
uses: actions/upload-artifact@v4
239+
uses: actions/upload-artifact@v5
240240
with:
241241
name: win-installer-${{ matrix.arch }}
242242
path: |
243243
.\contrib\win-installer-legacy\podman-installer-windows-${{ matrix.arch }}.exe
244244
# For backwards compatibility, we also upload the amd64 windows
245245
# installer using the old name
246246
- name: Upload the bundle with the old name (legacy)
247-
uses: actions/upload-artifact@v4
247+
uses: actions/upload-artifact@v5
248248
if: ${{ matrix.arch == 'amd64' }}
249249
with:
250250
name: win-installer
@@ -262,7 +262,7 @@ jobs:
262262
VERSION: ${{needs.check.outputs.version}}
263263
steps:
264264
- name: Checkout Version
265-
uses: actions/checkout@v5
265+
uses: actions/checkout@v6
266266
with:
267267
ref: ${{needs.check.outputs.version}}
268268
- name: Get release notes
@@ -281,7 +281,7 @@ jobs:
281281
- name: Display release notes
282282
run: cat $VERSION-release-notes.md
283283
- name: Download all artifacts
284-
uses: actions/download-artifact@v5
284+
uses: actions/download-artifact@v6
285285
- name: Show artifacts
286286
run: |
287287
mv win-installer/* release-artifacts

.github/workflows/update-podmanio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
GH_TOKEN: ${{ secrets.PODMANBOT_TOKEN }}
6767

68-
- uses: actions/checkout@v5
68+
- uses: actions/checkout@v6
6969
if: >-
7070
steps.getversion.outputs.notRC == 'true' &&
7171
steps.checkpr.outputs.prexists == 'false'

.github/workflows/upload-win-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Note this purposefully checks out the same branch the action runs in, as the
5454
# installer build script is designed to support older releases (uses the archives
5555
# on the release tag).
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
# This step is super-duper critical for the built/signed windows installer .exe file.
5858
# It ensures the referenced $version github release page does NOT already contain
5959
# this file. Windows assigns a UUID to the installer at build time, it's assumed
@@ -120,7 +120,7 @@ jobs:
120120
Exit $code
121121
- name: Artifact
122122
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: installer
126126
path: |

0 commit comments

Comments
 (0)