Skip to content

Commit

Permalink
Bump 4.9.8 to 4.9.9 as it contains a bugfix that prevents cluster cre…
Browse files Browse the repository at this point in the history
…ation success
  • Loading branch information
bennerv committed Feb 8, 2022
1 parent acfdeb4 commit b62cfe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/util/dynamichelper/discovery/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/util/dynamichelper/discovery/cache/assets_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.8
4.9.9
4 changes: 2 additions & 2 deletions pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b62cfe0

Please sign in to comment.