Skip to content

Commit 55d4e76

Browse files
github-actions[bot]benoitfodockal
authored
chore: Bump Podman version to 5.7.0 (podman-desktop#14829)
* chore: Update Podman version to v5.7.0 Signed-off-by: benoitf <benoitf@users.noreply.github.com> * chore(test): test data from podman5json file that is changed Signed-off-by: Ondrej Dockal <odockal@redhat.com> --------- Signed-off-by: benoitf <benoitf@users.noreply.github.com> Signed-off-by: Ondrej Dockal <odockal@redhat.com> Co-authored-by: benoitf <benoitf@users.noreply.github.com> Co-authored-by: Ondrej Dockal <odockal@redhat.com>
1 parent 0fcc5ff commit 55d4e76

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

extensions/podman/packages/extension/scripts/podman-download.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ describe('windows platform', () => {
230230

231231
// check called with the correct parameters
232232
expect(downloadAndCheckShaSpy).toHaveBeenCalledWith(
233-
expect.stringContaining('v5.6'),
233+
expect.stringContaining(`v${podman5JSON.version}`),
234234
expect.stringContaining('podman-installer-windows-amd64.exe'),
235235
'podman-installer-windows-amd64.exe',
236236
);
237237
expect(downloadAndCheckShaSpy).toHaveBeenCalledWith(
238-
expect.stringContaining('v5.6'),
238+
expect.stringContaining(`v${podman5JSON.version}`),
239239
expect.stringContaining('podman-installer-windows-arm64.exe'),
240240
'podman-installer-windows-arm64.exe',
241241
);

extensions/podman/packages/extension/src/podman5.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "5.6.2",
2+
"version": "5.7.0",
33
"releaseNotes": {
4-
"href": "https://github.com/containers/podman/releases/tag/v5.6.2"
4+
"href": "https://github.com/containers/podman/releases/tag/v5.7.0"
55
},
66
"platform": {
77
"win32": {
8-
"version": "v5.6.2",
8+
"version": "v5.7.0",
99
"arch": {
1010
"x64": {
1111
"fileName": "podman-installer-windows-amd64.exe"
@@ -16,16 +16,16 @@
1616
}
1717
},
1818
"darwin": {
19-
"version": "v5.6.2",
19+
"version": "v5.7.0",
2020
"arch": {
2121
"x64": {
22-
"fileName": "podman-installer-macos-amd64-v5.6.2.pkg"
22+
"fileName": "podman-installer-macos-amd64-v5.7.0.pkg"
2323
},
2424
"arm64": {
25-
"fileName": "podman-installer-macos-aarch64-v5.6.2.pkg"
25+
"fileName": "podman-installer-macos-aarch64-v5.7.0.pkg"
2626
},
2727
"universal": {
28-
"fileName": "podman-installer-macos-universal-v5.6.2.pkg"
28+
"fileName": "podman-installer-macos-universal-v5.7.0.pkg"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)