-
Notifications
You must be signed in to change notification settings - Fork 2
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
ENH: setup dependencies.json #31
base: master
Are you sure you want to change the base?
Conversation
having a separate dependencies file makes it easier for us to update versions and potentially use dependabot or something similar for this repo
dependencies.json
Outdated
@@ -0,0 +1,5 @@ | |||
{ | |||
"capo-addon-version": "0.5.9", | |||
"capo-provider-version": "v0.10.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we update the capo provider version to v0.11.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cluster api provider openstack - CAPO is v0.10.5 - https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/tag/v0.10.5 - i'll update that and the addon-version which should be 0.7.0
if you're referring to azimuth-cloud/capi-helm-charts chart version - users should automatically use the most up-to-date chart when they follow our docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I got the variables mixed up with what they refer to 😅
addon-provider 0.7.0 capo - 0.10.5
a581471
to
b41ddf0
Compare
dependencies.json
Outdated
@@ -0,0 +1,5 @@ | |||
{ | |||
"capo-addon-version": "0.7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we change this variable name slightly? e.g aziumuth-capo-addon
?
having a separate dependencies file makes it easier for us to update versions and potentially use dependabot or something similar for this repo