Skip to content

Commit f2ed86e

Browse files
committed
Update Podman to 5.3.1
1 parent b3537fe commit f2ed86e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/prepare-podman-release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on: workflow_dispatch
44

55
env:
66
PODMAN_GITURL: https://github.com/containers/podman.git
7-
PODMAN_SHA: 874bf2c301ecf0ba645f1bb45f81966cc755b7da
7+
PODMAN_SHA: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c # v5.3.1
8+
PODMAN_REVISION_KIND: prod
89

910
jobs:
1011
build:
@@ -88,14 +89,14 @@ jobs:
8889
mkdir -p contrib/win-installer/current
8990
cp *.zip contrib/win-installer/current/
9091
cd contrib/win-installer
91-
powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION dev current
92+
powershell -ExecutionPolicy Bypass -File build.ps1 $BUILD_PODMAN_VERSION $PODMAN_REVISION_KIND current
9293
9394
- name: "📦 Pack Podman"
9495
shell: msys2 {0}
9596
run: |
9697
mkdir -p qcw
9798
export BUILD_PODMAN_VERSION=$(podman-release/test/version/version | sed 's/-.*//')
98-
cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-dev-setup.exe" qcw/
99+
cp "podman-release/contrib/win-installer/podman-$BUILD_PODMAN_VERSION-"*"setup.exe" qcw/
99100
cd qcw
100101
find . -type f \( ! -iname "*.checksums" \) -exec sha256sum -b {} \; > sha.checksums
101102
find . -type f \( ! -iname "*.checksums" \) -exec sha512sum -b {} \; >> sha.checksums

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Version `v9.5.0.0` with 1 patch from Powershell OpenSSH fork PRs:
6868

6969
#### `Podman`
7070

71-
Version `5.3.0` with 3 patch sets:
71+
Version `5.3.1` with 3 patch sets:
7272
* Enable compilation for Windows on parts of QEMU machine provider
7373
* Implement QEMU Podman machine on Windows
7474
* Improve platform specific URL handling in podman compose for machines https://github.com/containers/podman/pull/23827

0 commit comments

Comments
 (0)