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
Bump to bundle-lib 0.1.1 #860
Bump to bundle-lib 0.1.1 #860
Conversation
shawn-hurley
commented
Mar 27, 2018
- bump automationbroker/bundle-lib to 0.1.1
| BlackList: config.GetSliceOfStrings("black_list"), | ||
| AuthType: config.GetString("auth_type"), | ||
| AuthName: config.GetString("auth_name"), | ||
| Runner: config.GetString("runner"), |
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.
@djzager Making sure this is what you were expecting.
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.
Why are we copying configs everywhere now? Feels like I missed something.
* bump automationbroker/bundle-lib to 0.1.1
b17ac01
to
66e8bd4
Compare
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.
I haz questions
| packages = ["."] | ||
| revision = "15d8430ab86497c5c0da827b748823945e1cf1e1" | ||
| version = "v1.4.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.
Why does bumping bundle-lib bring in a new semver? I never understood why we can't just bring in a single updated library.
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.
because semver was added to bundle lib for @djzager helm adapter.
| BlackList: config.GetSliceOfStrings("black_list"), | ||
| AuthType: config.GetString("auth_type"), | ||
| AuthName: config.GetString("auth_name"), | ||
| Runner: config.GetString("runner"), |
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.
Why are we copying configs everywhere now? Feels like I missed something.
|
We are moving all uses of the |