slauger/hcloud-okd4

Dependency updates for OKD/OCP releases

slauger opened this issue · 1 comments

When a new OKD/OCP version is released, the defined version in the Makefile should be updated automatically.

OKD_RELEASE=4.5.0-0.okd-2020-07-29-070316
FCOS_RELEASE=32.20200715.3.0
OCP_RELEASE=4.5.4
RHCOS_RELEASE=4.5.2

Example code for obtain the latest release for OKD:

-bash$ curl -sL --header 'Accept:application/json' https://origin-release.svc.ci.openshift.org/graph\?channel\=stable | jq '.nodes[0]'
{
  "version": "4.4.0-0.okd-2020-08-20-195325",
  "payload": "registry.svc.ci.openshift.org/origin/release@sha256:4ac5ae870017264ac3842b654a9dc4617e11efb2c5b6d0c12d4c52e85830835f"
}

Fixed in feat/remove-fixed-version.