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

Relax googleauth versions #333

Merged
merged 4 commits into from
Oct 18, 2018
Merged

Relax googleauth versions #333

merged 4 commits into from
Oct 18, 2018

Conversation

stefanmb
Copy link
Contributor

@stefanmb stefanmb requested a review from dturn September 19, 2018 20:25
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3.0'
spec.add_dependency "activesupport", ">= 5.0"
spec.add_dependency "kubeclient", "~> 3.0"
spec.add_dependency "googleauth", "= 0.6.2" # https://github.com/google/google-auth-library-ruby/issues/153
spec.add_dependency "googleauth", "~> 0.6.4" # https://github.com/google/google-auth-library-ruby/issues/153
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do "~> 0.6", ">= 0.6.4" to allow minor version upgrades?

@dturn
Copy link
Contributor

dturn commented Oct 18, 2018

@stefanmb any reason this stalled?

@stefanmb
Copy link
Contributor Author

@stefanmb any reason this stalled?

Bumping the version caused test failures, haven't had a chance to investigate. Downgrading my dependency unblocked me.

@@ -14,7 +14,7 @@ def teardown
def test_auth_use_default_gcp_success
config = KubernetesDeploy::KubeclientBuilder::GoogleFriendlyConfig.new(kubeconfig, "")

stub_request(:post, 'https://www.googleapis.com/oauth2/v4/token')
stub_request(:post, 'https://oauth2.googleapis.com/token')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a legitimate change introduced by googleapis/google-auth-library-ruby#147.

Note that there isn't much in the way of docs in that PR, and the old version we used (0.6.2) has no tag associated with it.

@stefanmb stefanmb merged commit d1034ec into master Oct 18, 2018
@stefanmb stefanmb deleted the bump_googleauth branch October 18, 2018 14:47
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

Successfully merging this pull request may close these issues.

None yet

3 participants