Bug 1874510 - kube 1.19 vendor bump
Summary: kube 1.19 vendor bump
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Machine Config Operator
Version: 4.6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.6.0
Assignee: Antonio Murdaca
QA Contact: Michael Nguyen
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-01 14:07 UTC by Antonio Murdaca
Modified: 2020-10-27 16:36 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 16:36:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift machine-config-operator pull 2046 0 None closed Bug 1874510: vendor: bump kube deps to 1.19 2020-09-19 15:40:13 UTC
Red Hat Product Errata RHBA-2020:4196 0 None None None 2020-10-27 16:36:57 UTC

Description Antonio Murdaca 2020-09-01 14:07:55 UTC
as with any realease, this bz is needed to merge the bump PR attached to this BZ

Comment 4 Micah Abbott 2020-09-19 17:06:36 UTC
VERIFIED in 4.6.0-fc.5

```
$ oc get clusterversion
NAME      VERSION      AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.6.0-fc.5   True        False         49m     Cluster version is 4.6.0-fc.5

$ oc get nodes
NAME                                       STATUS   ROLES    AGE   VERSION
ci-ln-j38n5qt-f76d1-r2ks4-master-0         Ready    master   80m   v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-master-1         Ready    master   80m   v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-master-2         Ready    master   80m   v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-b-jg46v   Ready    worker   70m   v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-c-g5rvz   Ready    worker   70m   v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-d-njqvl   Ready    worker   70m   v1.19.0-rc.2+fc4c489

$ oc image info -o json -a /var/home/miabbott/openshift-cluster-installs/all-the-pull-secrets.json $(oc adm release info --image-for=machine-config-operator) | jq '.config.config.Labels["io.openshift.build.commit.id"]'
"faf7d296f57ced051e3eee6c3a255f31b490be46"

$ git remote -v
origin  git:miabbott/machine-config-operator.git (fetch)
origin  git:miabbott/machine-config-operator.git (push)

$ git checkout faf7d296f57ced051e3eee6c3a255f31b490be46
Note: switching to 'faf7d296f57ced051e3eee6c3a255f31b490be46'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at faf7d296 Merge pull request #2068 from cgwalters/clientid

$ git branch --contains 0d6fec58803780632d4acee7c7f7dc800f6ee41a
* (HEAD detached at faf7d296)
  master
```

Comment 6 errata-xmlrpc 2020-10-27 16:36:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:4196


Note You need to log in before you can comment on or make changes to this bug.