From b62cfe0141bf18f4b848d0be02a3f9706c862b45 Mon Sep 17 00:00:00 2001 From: bennerv <10840174+bennerv@users.noreply.github.com> Date: Mon, 7 Feb 2022 19:30:26 -0500 Subject: [PATCH] Bump 4.9.8 to 4.9.9 as it contains a bugfix that prevents cluster creation success --- pkg/util/dynamichelper/discovery/bindata.go | 2 +- pkg/util/dynamichelper/discovery/cache/assets_version | 2 +- pkg/util/version/const.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/util/dynamichelper/discovery/bindata.go b/pkg/util/dynamichelper/discovery/bindata.go index 307a6bc7ea1..424b9f251ae 100644 --- a/pkg/util/dynamichelper/discovery/bindata.go +++ b/pkg/util/dynamichelper/discovery/bindata.go @@ -293,7 +293,7 @@ func aroOpenshiftIoV1alpha1ServerresourcesJson() (*asset, error) { return a, nil } -var _assets_version = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd1\xb3\xd4\xb3\xe0\x02\x04\x00\x00\xff\xff\x59\xfc\x62\x18\x06\x00\x00\x00") +var _assets_version = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd1\xb3\xd4\xb3\xe4\x02\x04\x00\x00\xff\xff\x18\xcd\x79\x01\x06\x00\x00\x00") func assets_versionBytes() ([]byte, error) { return bindataRead( diff --git a/pkg/util/dynamichelper/discovery/cache/assets_version b/pkg/util/dynamichelper/discovery/cache/assets_version index de9a5512955..3f5820b5a01 100644 --- a/pkg/util/dynamichelper/discovery/cache/assets_version +++ b/pkg/util/dynamichelper/discovery/cache/assets_version @@ -1 +1 @@ -4.9.8 +4.9.9 diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index 2262306b757..acd892cb1b1 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -29,8 +29,8 @@ var GitCommit = "unknown" // InstallStream describes stream we are defaulting to for all new clusters var InstallStream = &Stream{ - Version: NewVersion(4, 9, 8), - PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:c91c0faf7ae3c480724a935b3dab7e5f49aae19d195b12f3a4ae38f8440ea96b", + Version: NewVersion(4, 9, 9), + PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:dc6d4d8b2f9264c0037ed0222285f19512f112cc85a355b14a66bd6b910a4940", } // UpgradeStreams describes list of streams we support for upgrades