-
Notifications
You must be signed in to change notification settings - Fork 383
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
(1password) Add support for 1password v8.x (fixes #1773) #2108
Conversation
* 1password v8 doesn't have the same URL redirect available to it. Instead, parse the HTML page from the update server to find the links to the downloads. * Also convert v4 and v7 to this method of getting new versions. * 1password v7 is maintained in a separate stream, confusingly named OPW6 because major version 7 is kept in the same update stream as v6 on the AgileBits update server. * Beta streams for all three major versions are included. In beta streams for v4 and v8, the fourth version component is used for the build number, which is included in the upstream version. * 1password.json has been carefully updated so that the most recent item in the stream that is also available in the community repo is represented. This ensures that correct new versions are built and existing versions are skipped and correctly recorded in this file. * Nightly versions are silently discarded
❌ Package verification failed, please review the Appveyor Logs and the provided Artifacts before requesting a human reviewer to take a look. |
The 1password uninstaller call changed from v7 to v8. This fixes the uninstall script for versions 4, 7, and 8.
✅ Package verification completed without issues. PR is now pending human review |
Updated comments on testing. While I was able to test all of the 1password 4.x and 1password 7.x packages on |
The new Chocolatey Test Environment is based on Windows Server 2019. |
I do my development on Linux so this avoids any issues with differences between my environment and Windows during development.
1password 8+ isn't compatible with Windows desktop <10 or Windows Server <2016.
✅ Package verification completed without issues. PR is now pending human review |
Ah, I missed that. Will adapt that to my environment and then I'll re-test. |
@egerlach I recommend holding off on making any changes to this pull request for now. We have had some internal discussions about whether we should keep maintaining this package in this repository, create an RFM request to give it away to new maintainers or ask the developers of 1password if they are interested in taking over the maintenance. I'll move this PR into a draft for now, but it may be closed once a decision and a result have been achieved. |
I've reached out to 1Password about this. |
Thanks @AdmiringWorm and @JPRuskin for the clarity of your status. It's refreshing not to be in limbo on a PR :) I've posted my thoughts in the discussion as they're off-topic for the PR. |
@AdmiringWorm @JPRuskin @egerlach I'm keen to move this PR forward but we should also consider closing it if there is no movement. @JPRuskin any update from 1Password? |
Has anyone tried using this link? It's always the latest version. It was sent to me by 1password support: https://downloads.1password.com/win/1PasswordSetup-latest.msi |
Any updates on this? |
As there has been no movement on this, I'm going to close it. We can always reopen it again later. @egerlach thanks for your contribution. Set do appreciate it despite the discussions around the PR having stalled. Apologies for taking so long. |
Description
Motivation and Context
Fixes #1773
How Has this Been Tested?
update.ps1
to generate new packageschocolatey-test-environment
(which was an adventure in and of itself)Types of changes
Checklist: