Skip to content

Commit e85c5df

Browse files
authored
chore: update to Podman Desktop API 1.9.0 (#94)
Signed-off-by: Florent Benoit <[email protected]>
1 parent cc98a05 commit e85c5df

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM scratch
2020
LABEL org.opencontainers.image.title="Red Hat Account" \
2121
org.opencontainers.image.description="Allows the ability in Podman Desktop to login to Red Hat SSO" \
2222
org.opencontainers.image.vendor="Red Hat" \
23-
io.podman-desktop.api.version=">= 1.7.0"
23+
io.podman-desktop.api.version=">= 1.9.0"
2424

2525
COPY package.json /extension/
2626
COPY LICENSE /extension/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"publisher": "redhat",
88
"license": "Apache-2.0",
99
"engines": {
10-
"podman-desktop": "^0.0.1"
10+
"podman-desktop": "^1.9.0"
1111
},
1212
"main": "./dist/extension.js",
1313
"contributes": {
@@ -29,9 +29,9 @@
2929
"test": "vitest run --coverage"
3030
},
3131
"dependencies": {
32-
"@podman-desktop/api": "0.0.202403201348-23ebd88",
32+
"@podman-desktop/api": "^1.9.0",
3333
"@redhat-developer/rhcra-client": "^0.0.1",
34-
"@redhat-developer/rhsm-client": "^0.0.4 ",
34+
"@redhat-developer/rhsm-client": "^0.0.4",
3535
"@types/node": "^18.15.11",
3636
"axios": "^1.6.5",
3737
"js-yaml": "^4.1.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@
312312
dependencies:
313313
esquery "^1.4.0"
314314

315-
"@podman-desktop/api@0.0.202403201348-23ebd88":
316-
version "0.0.202403201348-23ebd88"
317-
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-0.0.202403201348-23ebd88.tgz#35967578523a7190122765c99d12397d7a69c871"
318-
integrity sha512-UQn/rPyH4L1gS7kHaJJmIltAMenJWARk2kRfUMsGQ9V6e9VXC13dcY0UfOTIhu+uRwRziQ6CRfJc4q1lGKmxZw==
315+
"@podman-desktop/api@^1.9.0":
316+
version "1.9.0"
317+
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.9.0.tgz#5520b719da555f999c4d42184549a054d680c852"
318+
integrity sha512-QFPnl+kYxWdAqoKDRplyqBDNoQj15FLtqCbYW1sq19U4OJP/BXZ9r4SNF8ndvQnBXXvATjUeCC/VAjUuwf5lqQ==
319319

320320
"@redhat-developer/rhcra-client@^0.0.1":
321321
version "0.0.1"
@@ -325,7 +325,7 @@
325325
axios "^1.6.7"
326326
form-data "^4.0.0"
327327

328-
"@redhat-developer/rhsm-client@^0.0.4 ":
328+
"@redhat-developer/rhsm-client@^0.0.4":
329329
version "0.0.4"
330330
resolved "https://registry.yarnpkg.com/@redhat-developer/rhsm-client/-/rhsm-client-0.0.4.tgz#152181f68dca1acf36813cb610c9e5887f9f92ef"
331331
integrity sha512-93Onlfg6z7WRffxPM2IcRaFZ8FEv0QeF2LBYaD7WY5hk4IZRoVBeqzUaT4Zd7hQ3Jw16wtuxoQfYUds7MBVOiQ==

0 commit comments

Comments
 (0)