Skip to content

Commit f17a9b6

Browse files
authored
fix: prep for v1.0.1 build, update version to 1.0.1 and podman-desktop/api to 1.10.0 (#140)
Signed-off-by: Denis Golovin <[email protected]>
1 parent 35d8545 commit f17a9b6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The Podman Desktop Red Hat Account Extension puts the [Red Hat Developers Subscr
66

77
Once installed, you can find the extension in the Settings menu which you can find in the bottom left corner of Podman Desktop. To sign into your Red Hat account, open the Authentication menu and click on the "Sign in" button:
88

9-
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.0/screenshots/authentication-menu.png)
9+
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/authentication-menu.png)
1010

1111
To sign into your Red Had account, Podman Desktop will open Red Hat SSO in your browser of choice. The SSO form will make sure that each user has accepted the terms and conditions, and has a valid Red Hat [developers subscription](https://developers.redhat.com/about?source=sso). If needed, you may also create a new Red Hat account and further use social login via an existing Google, Microsoft or GitHub account:
1212

13-
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v0.0.2/screenshots/sso.png)
13+
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/sso.png)
1414

1515
Once signed in, there is nothing further to be done. Podman Desktop will automatically use the SSO token to log into the Red Hat container registry and to register the Linux virtual machine (i.e., podman machine) via subscription-manager. The two tasks are listed in the Tasks menu which you can open on the bottom right of Podman Desktop:
1616

17-
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.0/screenshots/tasks.png)
17+
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/tasks.png)
1818

1919
To verify that the sign-in process was successful, you may build the following Dockerfile:
2020
```Dockerfile
@@ -25,7 +25,7 @@ RUN dnf install -y kernel
2525
Pulling the container image `registry.redhat.io/rhel9/toolbox` requires having logged into the Red Hat container registry. Installing the `kernel` package requires access to protected content.
2626

2727
Once signed in, you can now see being logged into the Red Hat Container Registry `registry.redhat.io` in the Registries menu:
28-
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.0/screenshots/registries.png)
28+
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/registries.png)
2929

3030
## Usage on Linux
3131

@@ -37,4 +37,4 @@ From a technical perspective, the extension is not required when running on Linu
3737

3838
You can install the Red Hat Account Extension directly inside of Podman Desktop. It is also part of the Red Hat Extension Pack:
3939

40-
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/main/screenshots/installation.png)
40+
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/installation.png)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "redhat-authentication",
33
"displayName": "Red Hat Authentication",
44
"description": "Login to Red Hat Developers",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icon": "icon.png",
77
"publisher": "redhat",
88
"license": "Apache-2.0",
99
"engines": {
10-
"podman-desktop": "^1.9.0"
10+
"podman-desktop": "^1.10.0"
1111
},
1212
"main": "./dist/extension.js",
1313
"contributes": {
@@ -46,7 +46,7 @@
4646

4747
},
4848
"dependencies": {
49-
"@podman-desktop/api": "^1.9.0",
49+
"@podman-desktop/api": "^1.10.0",
5050
"@redhat-developer/rhcra-client": "^0.0.1",
5151
"@redhat-developer/rhsm-client": "^0.0.4",
5252
"axios": "^1.6.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@
329329
dependencies:
330330
playwright "1.43.1"
331331

332-
"@podman-desktop/api@^1.9.0":
333-
version "1.10.0"
334-
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.10.0.tgz#95da399a8173276d79f94b8ef79e1e608095bd41"
335-
integrity sha512-zZeCQ2BQ59Own3WmFJqSImOIX9KA+QzwLUOAHN7Dtc4c993D5Qy4xT69FF8ZG2oWxP76dnf4OSoFz+z+Py57lg==
332+
"@podman-desktop/api@^1.10.0":
333+
version "1.10.1"
334+
resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.10.1.tgz#0010a752be0df97278ea5a48a7edf87128ec0ba5"
335+
integrity sha512-uQrvi1Z6czj5hPPKt2j22Gpj9NDHHt9SzBMs5OZgMRxdWPmrBulCjs6RLbhkZ4CPe64/dn78WlefVVwPB9zk5g==
336336

337337
"@podman-desktop/tests-playwright@next":
338338
version "0.0.202404252132-654b227"

0 commit comments

Comments
 (0)