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

Bump to bundle-lib 0.1.1 #860

Merged

Conversation

shawn-hurley
Copy link
Contributor

  • bump automationbroker/bundle-lib to 0.1.1

@openshift-ci-robot openshift-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 27, 2018
@shawn-hurley shawn-hurley changed the title removing config package from bundle lib. bump to new release Bump to bundle-lib 0.1.1 Mar 27, 2018
@shawn-hurley shawn-hurley added the vendor-update Touching vendor dir or related files label Mar 27, 2018
BlackList: config.GetSliceOfStrings("black_list"),
AuthType: config.GetString("auth_type"),
AuthName: config.GetString("auth_name"),
Runner: config.GetString("runner"),
Copy link
Contributor Author

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.

Copy link
Contributor

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
@shawn-hurley shawn-hurley force-pushed the remove-config-package-bundle-lib branch from b17ac01 to 66e8bd4 Compare March 28, 2018 19:16
Copy link
Contributor

@jmrodri jmrodri left a 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"

Copy link
Contributor

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.

Copy link
Contributor Author

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"),
Copy link
Contributor

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.

@shawn-hurley
Copy link
Contributor Author

We are moving all uses of the automationbroker/config package back into the automation broker, and making all the configs for bundle-lib typed structs.

@shawn-hurley shawn-hurley merged commit 64bc554 into openshift:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants