Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.0 update issues with pre-M128 Kiosks #1234

Open
Test18415 opened this issue Nov 1, 2024 · 9 comments
Open

1.6.0 update issues with pre-M128 Kiosks #1234

Test18415 opened this issue Nov 1, 2024 · 9 comments

Comments

@Test18415
Copy link

This wednesday a new version of the chromeos smart card connector app came out. This update made our kiosk solution crash, 200 devices had downtime. The reason was that chrome os 128+ was needed and we had still an old version of 121+.

Is it possible to get notified in the future when the smart card connector reader app needs a new version of chrome OS.

@emaxx-google
Copy link
Collaborator

emaxx-google commented Nov 1, 2024

Hello, apologies for the disruption. Are these existing, previously deployed, devices? That would seem like a bug in Chrome, because the documentation says:

Existing users of your extension won't receive updates when the minimum_chrome_version is higher than their current browser version.

https://developer.chrome.com/docs/extensions/reference/manifest/minimum-chrome-version

@emaxx-google
Copy link
Collaborator

For our understanding, the Kiosk deployment in question is some other application that has Smart Card Connector as a seconary app?

@Test18415
Copy link
Author

Yes that is true, we have an app that uses smart card connector as a secondary app.

@emaxx-google emaxx-google changed the title Chrome OS issues 1.6.0 update issues with pre-M128 Kiosks Nov 4, 2024
@emaxx-google
Copy link
Collaborator

Thanks. We seem to be able to reproduce the bug in ChromeOS Kiosk - how minimum_chrome_version is handled for secondary extensions. Managed Guest Sessions seem to be affected as well, but not regular users...

@emaxx-google
Copy link
Collaborator

@Test18415: To confirm, is your deployment already mitigated (presumably, by updating ChromeOS)? I'm asking because we considered temporarily lowering minimum_chrome_version, but it might be too late to make any real difference.

@Test18415
Copy link
Author

Yes, we have updated the devices allready, so a change is not needed for us.

@emaxx-google
Copy link
Collaborator

emaxx-google commented Nov 8, 2024

That's good to know, thanks. FWIW we're still going to lower the minimum_chrome_version to 126, to match the current LTS version (the rollout of this version of Smart Card Connector is planned for the next week). In parallel the Chromium team is looking into the Kiosk bug.

@emaxx-google
Copy link
Collaborator

The kiosk bug is still being investigated. In the meantime we're pushing a 1.7.0 version update now that lowers the minimum_chrome_version to 126.

@bderuijsscher
Copy link

Thanks, we must be able to prevent such downtime for our project. Is it possible to be notified upon changes before the updates to the connector are published? This way, we might be able to test and validate the solution. Or, pinning the connector to a specific version so that we can plan those validations/upgrades ourselves?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants