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

Version dependency issues between powerfulseal and latest azure python libs #313

Open
mffiedler opened this issue Nov 17, 2020 · 1 comment

Comments

@mffiedler
Copy link
Contributor

mffiedler commented Nov 17, 2020

With the latest azure python libs installed (needed for improved DefaultAzureCredential() API to work correctly):

azure-common 1.1.26
azure-core 1.9.0
azure-identity 1.5.0
azure-keyvault-certificates 4.2.1
azure-keyvault-keys 4.3.0
azure-keyvault-secrets 4.2.0
azure-mgmt-compute 17.0.0
azure-mgmt-core 1.2.2
azure-mgmt-network 16.0.0
azure-mgmt-resource 15.0.0
azure-mgmt-storage 16.0.0

Installing PS at this point uninstalls several of these libs and installs lower versions due to dependency <, >= requirements:

azure-common>=1.1.23,<2.0.0
azure-mgmt-resource>=2.2.0,<3.0.0
azure-mgmt-network>=2.7.0,<3.0.0
azure-mgmt-compute>=4.6.2,<5.0.0

We end up with:

azure-common 1.1.26
azure-core 1.9.0
azure-identity 1.5.0
azure-keyvault-certificates 4.2.1
azure-keyvault-keys 4.3.0
azure-keyvault-secrets 4.2.0
azure-mgmt-compute 4.6.2
azure-mgmt-core 1.2.2
azure-mgmt-network 2.7.0
azure-mgmt-resource 2.2.0
azure-mgmt-storage 16.0.0

Are there known issues preventing bumping the versions of azure-mgmt-compute, azure-mgmt-network and azure-mgmt-resource? Any smoke testing we can help do to validate? For Kraken (http://github.com/openshift-scale/kraken) sandbox and dev testing we are overriding it, but certainly can't do that for real support.

@seeker89
Copy link
Contributor

I don't think there are any blockers for upgrading, other than no one tested with the new major versions. If you guys could do the testing, I'm all for upgrading!

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

2 participants