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

Bug 1732144: Fix description of cluster build config #406

Merged
merged 2 commits into from Aug 20, 2019

Conversation

adambkaplan
Copy link
Contributor

This fixes the description that appears in the OpenShift web console.

Also adding a deprecation notice for AdditionalTrustedCA - this was never used in 4.1 but technically was not removed from the API.

@openshift-ci-robot
Copy link

@adambkaplan: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Bug 1732144: Fix description of cluster build config

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 8, 2019
@adambkaplan
Copy link
Contributor Author

/assign @bparees

/cc @spadgett
I assume a vendor bump is needed in the web console to call this fixed?

@@ -9,7 +9,10 @@ import (
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// Build holds cluster-wide information on how to handle builds. The canonical name is `cluster`
// Build configures the behavior of OpenShift builds for the entire cluster.
// This includes default settings that can be overrode in BuildConfig objects, and overrides which are applied to all builds.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// This includes default settings that can be overrode in BuildConfig objects, and overrides which are applied to all builds.
// This includes default settings that can be overridden in BuildConfig objects, and overrides which are applied to all builds.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bparees fixed.

@spadgett
Copy link
Member

spadgett commented Aug 8, 2019

I assume a vendor bump is needed in the web console to call this fixed?

Not necessary as we get the description from the OpenAPI schema served by the API server. But I believe a vendor bump is needed for cluster-config-operator.

@bparees
Copy link
Contributor

bparees commented Aug 20, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 20, 2019
@adambkaplan
Copy link
Contributor Author

/retest

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2019
@adambkaplan
Copy link
Contributor Author

@bparees looks like gofmt changed which caused verify to break. Kept the fix in a separate commit.

@bparees
Copy link
Contributor

bparees commented Aug 20, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adambkaplan, bparees

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 8aa328d into openshift:master Aug 20, 2019
@openshift-ci-robot
Copy link

@adambkaplan: All pull requests linked via external trackers have merged. Bugzilla bug 1732144 has been moved to the MODIFIED state.

In response to this:

Bug 1732144: Fix description of cluster build config

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sttts
Copy link
Contributor

sttts commented Aug 21, 2019

@bparees please don't merge global protobuf changes without deeper understanding of the reason. This puts customer data at risk (yes, I know this was only a formatting issue, but the root cause might be something critical). Thanks.

@bparees
Copy link
Contributor

bparees commented Aug 21, 2019

@bparees please don't merge global protobuf changes without deeper understanding of the reason. This puts customer data at risk (yes, I know this was only a formatting issue, but the root cause might be something critical). Thanks.

ack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants