Skip to content

Bug 1746103: Fix secret in pod log in 4.1#278

Merged
jhadvig merged 2 commits intoopenshift:release-4.1from
benjaminapetersen:release/4.1/bug-1737315/bump
Sep 5, 2019
Merged

Bug 1746103: Fix secret in pod log in 4.1#278
jhadvig merged 2 commits intoopenshift:release-4.1from
benjaminapetersen:release/4.1/bug-1737315/bump

Conversation

@benjaminapetersen
Copy link
Copy Markdown
Contributor

@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 28, 2019
@benjaminapetersen benjaminapetersen changed the base branch from master to release-4.1 August 28, 2019 20:40
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@benjaminapetersen: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

Bug 1746103

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 size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 28, 2019
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@benjaminapetersen: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

Bug 1746103

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 removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 28, 2019
@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@benjaminapetersen: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

/bugzilla refresh

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.

@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

/retest

@sfowl
Copy link
Copy Markdown

sfowl commented Aug 29, 2019

@benjaminapetersen Looks like this PR has not triggered a bugzilla update. Maybe a ':' suffix in the PR title and /bugzilla retest is needed?

@jhadvig jhadvig changed the title Bug 1746103 Bug 1746103: Aug 29, 2019
@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Aug 29, 2019
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@benjaminapetersen: This pull request references Bugzilla bug 1746103, which is invalid:

  • expected dependent Bugzilla bug 1737315 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is MODIFIED instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 1746103:

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.

@jhadvig
Copy link
Copy Markdown
Member

jhadvig commented Aug 29, 2019

/bugzilla refresh

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@jhadvig: This pull request references Bugzilla bug 1746103, which is invalid:

  • expected dependent Bugzilla bug 1737315 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is MODIFIED instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/bugzilla refresh

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.

@jhadvig
Copy link
Copy Markdown
Member

jhadvig commented Aug 29, 2019

/bugzilla retest

@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

/retest

@benjaminapetersen benjaminapetersen changed the title Bug 1746103: Bug 1746103: Fix secret in pod log in 4.1 Aug 29, 2019
- Update OperatorStatusTypeFailing to OperatorStatusTypeDegraded in
status.go
@benjaminapetersen benjaminapetersen force-pushed the release/4.1/bug-1737315/bump branch from 790ceb0 to fdefa6d Compare August 29, 2019 14:20
func (c *consoleOperator) ConditionResourceSyncSuccess(operatorConfig *operatorsv1.Console) *operatorsv1.Console {
v1helpers.SetOperatorCondition(&operatorConfig.Status.Conditions, operatorsv1.OperatorCondition{
Type: operatorsv1.OperatorStatusTypeFailing,
Type: operatorsv1.OperatorStatusTypeDegraded,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is the only modification required in operator code.

@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

/bugzilla refresh

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@benjaminapetersen: This pull request references Bugzilla bug 1746103, which is invalid:

  • expected dependent Bugzilla bug 1737315 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is MODIFIED instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/bugzilla refresh

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.

@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

Bugzilla won't update https://bugzilla.redhat.com/show_bug.cgi?id=1746103 until the original bug for 4.2 https://bugzilla.redhat.com/show_bug.cgi?id=1737315 is validated.

One update made to operator code to fix a dependency caused reference change. Tests should pass now.

@benjaminapetersen
Copy link
Copy Markdown
Contributor Author

/retest

Copy link
Copy Markdown
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

/lgtm

Comment thread glide.yaml
version: release-4.1

# codegen
# codegen
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: unintentional whitespace change?

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

@jhadvig jhadvig left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: benjaminapetersen, jhadvig, spadgett

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

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [benjaminapetersen,spadgett]

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

@jhadvig jhadvig merged commit 22c3086 into openshift:release-4.1 Sep 5, 2019
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

Details

In response to this:

Bug 1746103: Fix secret in pod log in 4.1

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.

@benjaminapetersen benjaminapetersen deleted the release/4.1/bug-1737315/bump branch September 5, 2019 15:15
@spadgett spadgett added this to the v4.1.z milestone Sep 26, 2019
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/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants