-
-
Notifications
You must be signed in to change notification settings - Fork 70
Create a new release #16
Comments
@dcramer can we have that? Pretty please |
What do you need a new release for? This isnt in pypi or anything, the pip install instructions install directly from master |
Ended up having |
This is, in fact, on PyPI, and the version there is outdated: https://pypi.python.org/pypi/sentry-auth-google I second the request to cut a new release, and would like to see it published to PyPI as well. Installing directly from git is cumbersome to automate. |
Why so? You can use pip to install directly with a sha. |
It's easy enough to install, yes. What's cumbersome is to verify later that a specific version of the plugin is installed on a system, which is important for automated installations. I understand that it's not impossible to do it this way, but IMO it's far better to simply specify a version and have pip install that version from PyPI. |
Simplicity and maintainability of a project as big as sentry is a big plus. Thanks @ianwestcott |
The release 0.1.0 does not seems to work with sentry 8.22 onpremise, and neither does the master branch with sentry 8.22: Releases with a compatibility matrix with sentry and the plugin versions could be helpfull. |
Nevermind, the 0.1.0 release works with sentry 8.22 , it is just that on top of the IAM api, the Google+ api needs to be enabled as well for sso. |
I've tried the new SSO plugin and the new Google plugin today with the newest stable Sentry version and both of these are broken with multiple upstream releases of this plugin. Would be very nice if there were stable version releases on PyPI for these components, it's really frustrating to run into problems in one plugin after another. The least sane versioning scheme would be release tags on GitHub or release branches to indicate which versions are compatible with which Sentry versions. |
Cutting a new release to PyPI would be preferred as many of us have to migrate from 0.1.0 to master in order to avoid the complications from Google+ API shutdown. |
I'm going to cut a new release as this integration is unlikely to have major changes in the future. |
I published 0.2.0. Please let us know if you see any issues with it. |
We're also going to vendor sentry-auth-google into the Sentry 9.x release series as maintaining duplicate configurations of CI providers has become a nightmare for us. It also ensures that its always tested with every change. |
A lot of changes have been made, would it be possible to cut a new release?
The text was updated successfully, but these errors were encountered: