Bug 1873043 - Bump to latest available 1.19.x k8s
Summary: Bump to latest available 1.19.x k8s
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: kube-apiserver
Version: 4.6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.7.0
Assignee: Stefan Schimanski
QA Contact: Dan Brahaney
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-27 08:54 UTC by Maciej Szulik
Modified: 2021-02-24 15:17 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Rebase: Bug Fixes Only
Doc Text:
Kubernetes components have been rebsed to version 1.19.4.
Clone Of:
Environment:
Last Closed: 2021-02-24 15:16:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift api pull 728 0 None closed Bug 1873043: Bump to kube 1.19.0 2021-01-08 15:19:24 UTC
Github openshift api pull 742 0 None closed Bug 1873043: bring back service-ca crd names 2021-01-08 15:20:01 UTC
Github openshift apiserver-library-go pull 34 0 None closed Bug 1873043: Bump to kube 1.19.0 2021-01-08 15:19:24 UTC
Github openshift client-go pull 159 0 None closed Bug 1873043: Bump to kube 1.19.0 2021-01-08 15:19:24 UTC
Github openshift kubernetes pull 325 0 None closed Bug 1873043: Rebase 1.19.0 2021-02-11 16:49:34 UTC
Github openshift kubernetes pull 337 0 None closed Bug 1873043: Enable k8s-e2e-gcp-serial 2021-01-08 15:19:24 UTC
Github openshift kubernetes pull 349 0 None closed Bug 1873043: Commit test/e2e/generated/bindata.go 2021-01-08 15:19:22 UTC
Github openshift kubernetes pull 351 0 None closed Bug 1873043: Commit openapi definitions 2021-01-08 15:19:25 UTC
Github openshift kubernetes pull 360 0 None closed Bug 1873043: Add rebase instructions 2021-01-08 15:19:23 UTC
Github openshift kubernetes pull 361 0 None closed Bug 1873043: Rebase to 1.19.2 2021-01-08 15:19:23 UTC
Github openshift kubernetes pull 366 0 None closed Bug 1873043: Update README.openshift to reflect transition to openshift/kubernetes 2021-01-08 15:19:23 UTC
Github openshift kubernetes pull 377 0 None closed Bug 1873043: Stop annotating origin tests with [Suite:openshift] 2021-01-08 15:19:26 UTC
Github openshift library-go pull 872 0 None closed Bug 1873043: Bump to kube 1.19.0 2021-01-08 15:19:26 UTC
Github openshift oauth-proxy pull 188 0 None closed Bug 1873043: kube 1.19.2 rebase 2021-01-08 15:19:25 UTC
Github openshift origin pull 25382 0 None closed Bug 1873043: Revise test annotation to reuse rules+code from openshift/kubernetes 2021-01-08 15:19:27 UTC
Github openshift origin pull 25495 0 None closed Bug 1873043: Bump to kube 1.19.0 2021-01-08 15:20:05 UTC
Github openshift origin pull 25565 0 None closed Bug 1873043: Fix annotation generation 2021-01-08 15:19:25 UTC
Github openshift origin pull 25659 0 None closed Bug 1873043: Rebase to kube 1.19.2 2021-01-08 15:20:05 UTC
Github openshift service-ca-operator pull 125 0 None closed Bug 1873043: bump kube to 1.19.2 and openshift deps to master 2021-01-08 15:19:28 UTC
Red Hat Product Errata RHSA-2020:5633 0 None None None 2021-02-24 15:17:05 UTC

Description Maciej Szulik 2020-08-27 08:54:46 UTC

Comment 3 Maciej Szulik 2020-08-27 10:37:00 UTC
Leaving this in post until we get all the prs in.

Comment 5 Maru Newby 2020-08-31 21:38:07 UTC
This bz does not require QA. It exists only to allow merging of 1.19 bump PRs to the repos that need them.

Comment 7 Maru Newby 2020-09-10 19:03:38 UTC
Nothing for QA to do here that won't be covered as part of the regular testing regime. This bz is process-only, to ensure the bot allows us to merge bumps post-feature freeze.

Comment 9 Maru Newby 2020-09-11 15:43:01 UTC
This needs to continue targeting 4.6 to ensure that the bot considers it valid for merging to 4.6. There are still PRs that will merge against this, likely right up to freeze (including further patch release rebases).

Comment 11 Maru Newby 2020-09-16 19:22:51 UTC
Planning on using this for 1.19.2

Comment 12 Maru Newby 2020-09-21 14:13:27 UTC
Reassigning to Tomas who is doing the 1.19.2 rebase.

Comment 14 Stefan Schimanski 2020-09-30 09:13:52 UTC
Moving to 4.7 as only PR about kube rebase is still open.

Comment 15 Maru Newby 2020-09-30 17:39:58 UTC
Moving back to 4.6 to pick up one more change, will revert to 4.7 immediately after.

Comment 20 Ke Wang 2020-12-25 09:11:13 UTC
Verification steps as below,

$ git clone https://github.com/openshift/api
$ cd api
$ git checkout -b 4.6 remotes/origin/release-4.6
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#728'
c05698d1 OpenShift Merge Robot Thu Aug 27 17:01:12 2020 - Merge pull request #728 from marun/bump-1.19.0
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#742'
2a185268 OpenShift Merge Robot Wed Sep 23 16:06:07 2020 - Merge pull request #742 from stlaz/service_ca_names

$ git clone https://github.com/openshift/apiserver-library-go
$ cd apiserver-library-go
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#34'
1236dc23 OpenShift Merge Robot Tue Sep 1 22:07:31 2020 - Merge pull request #34 from marun/bump-1.19.0

$ git clone https://github.com/openshift/client-go
$ cd client-go/
$ git checkout -b 4.6 remotes/origin/release-4.6
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#159'
30621373 OpenShift Merge Robot Fri Aug 28 03:00:08 2020 - Merge pull request #159 from marun/bump-1.19.0

$ git clone https://github.com/openshift/kubernetes
$ cd kubernetes
$ git checkout -b 4.6 remotes/origin/release-4.6
$ $ for pr in 325 337 349 351 360 361 366 377; do git log --date=local --pretty="%h %an %cd - %s" | grep " #$pr " | head -1 ;done
0d5808eb375 OpenShift Merge Robot Thu Sep 10 18:27:08 2020 - Merge pull request #325 from marun/rebase-1.19.0
e6c224ae9fa OpenShift Merge Robot Sun Sep 13 02:47:54 2020 - Merge pull request #337 from marun/k8s-e2e-serial
4336ff45cf9 OpenShift Merge Robot Sat Sep 12 18:27:22 2020 - Merge pull request #349 from marun/commit-test-bindata
b4ffb455315 Michal Fojtik Wed Sep 16 15:14:55 2020 - Merge pull request #351 from marun/commit-openapi-definitions
7e8389f8702 OpenShift Merge Robot Tue Sep 22 01:19:07 2020 - Merge pull request #360 from marun/rebase-instructions
bafba66f2c0 OpenShift Merge Robot Tue Sep 29 08:58:28 2020 - Merge pull request #366 from marun/update-docs
beb741bdf00 OpenShift Merge Robot Wed Sep 30 04:50:38 2020 - Merge pull request #377 from marun/fix-test-annotation

> Missed PR 361 of 4.6 release

$ git clone https://github.com/openshift/library-go
$ cd library-go/
$ git checkout -b 4.6 remotes/origin/release-4.6
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#872'
0f320c8f OpenShift Merge Robot Mon Aug 31 14:48:43 2020 - Merge pull request #872 from marun/bump-1.19.0

$ git clone https://github.com/openshift/oauth-proxy
$ cd oauth-proxy
$ git checkout -b 4.6 remotes/origin/release-4.6
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#188'
675506a OpenShift Merge Robot Wed Sep 23 15:43:38 2020 - Merge pull request #188 from stlaz/rebase_1.19

$ git clone https://github.com/openshift/service-ca-operator
$ cd service-ca-operator
$ git checkout -b 4.6 remotes/origin/release-4.6
$ git log --date=local --pretty="%h %an %cd - %s" | grep '#125'
a840cd93 OpenShift Merge Robot Wed Sep 23 18:16:46 2020 - Merge pull request #125 from stlaz/rebase_1.19

$ git clone https://github.com/openshift/origin
$ cd origin
$ git checkout -b 4.6 remotes/origin/release-4.6
$ for pr in 25382 25495 25565 25659; do git log --date=local --pretty="%h %an %cd - %s" | grep " #$pr " | head -1 ;done
for pr in 25382 25495 25565 25659; do git log --date=local --pretty="%h %an %cd - %s" | grep " #$pr ";done
eccefa0759 OpenShift Merge Robot Thu Sep 3 08:33:11 2020 - Merge pull request #25382 from marun/vendor-test-annotation
a78b89d8c6 David Eads Thu Sep 17 01:33:03 2020 - Merge pull request #25495 from marun/bump-1.19.0
e1481edf12 OpenShift Merge Robot Fri Oct 2 13:19:05 2020 - Merge pull request #25565 from marun/fix-annotation-generation

> Missed PR 25659 of 4.6 release

Comment 21 Ke Wang 2020-12-25 11:11:28 UTC
mnewby, Would you please help to have a look above results?

Comment 22 Tomáš Nožička 2021-01-04 11:42:05 UTC
afaik, we have bumped only the binaries to 1.19.4 in https://bugzilla.redhat.com/show_bug.cgi?id=1900630 (https://github.com/openshift/kubernetes/pull/435) for release-4.6, not the libs

Comment 23 Maciej Szulik 2021-01-05 11:01:25 UTC
I don't expect that much changes in the libraries as in the binaries, thus we usually only bump the latter.

Comment 24 Ke Wang 2021-01-07 11:18:39 UTC
Verified with the kube-apiserver-operator,

$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.6.0-0.nightly-2021-01-05-203053   True        False         164m    Cluster version is 4.6.0-0.nightly-2021-01-05-203053

$ oc get pods -A |grep openshift-kube-apiserver-operator
openshift-kube-apiserver-operator                  kube-apiserver-operator-79fc878b44-p5lck                              1/1     Running     0          156m

$ oc describe po/kube-apiserver-operator-79fc878b44-p5lck -n openshift-kube-apiserver-operator | grep 'OPERAND_IMAGE_VERSION'
      OPERAND_IMAGE_VERSION:   1.19.4

The binaries version is 1.19.4, it is as expected, move the bug VERIFIED.

Comment 28 errata-xmlrpc 2021-02-24 15:16:22 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633


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