Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Releases: bbrowning/crc-operator

CRC Operator v0.5.4

21 Jul 18:09
Compare
Choose a tag to compare
CRC Operator v0.5.4 Pre-release
Pre-release

Release 0.5.4

  • All pods in the openshift-monitoring namespace are now ignored
    when determining whether a cluster is ready.
  • All pods in openshift-pipeline.* namespaces are now ignored when
    determining whether a cluster is ready.

CRC Operator v0.5.3

20 Jul 15:56
Compare
Choose a tag to compare
CRC Operator v0.5.3 Pre-release
Pre-release

Release 0.5.3

  • All pods in the openshift-marketplace are now ignored when
    determining whether a cluster is ready. Sometimes those pods can
    crashloop if quay.io is slow or down but the cluster otherwise
    functions.

CRC Operator v0.5.2

15 Jul 21:28
Compare
Choose a tag to compare
CRC Operator v0.5.2 Pre-release
Pre-release

Release 0.5.2

  • The openshift-operators-redhat, openshift-serverless, and
    openshift-cnv namespaces are now excluded from pod readiness
    checks to determine cluster health. None of these namespaces have an
    impact on the overall cluster availability.

CRC Operator v0.5.1

14 Jul 21:35
Compare
Choose a tag to compare
CRC Operator v0.5.1 Pre-release
Pre-release

Release 0.5.1

  • Fixed OCP 4.3 / K8s 1.16 compatibility in route-helper pod by
    explicitly using deployment.apps instead of deployment in oc
    commands

CRC Operator v0.5.0

10 Jul 20:01
Compare
Choose a tag to compare
CRC Operator v0.5.0 Pre-release
Pre-release

Release 0.5.0

  • Release artifacts now split out the default bundles from the rest of
    the release. This allows a user to update the operator without
    overwriting their bundle configurations.
  • Add a new spec.url field to CrcBundle resources to specify an
    optional URL that will be used, if given, when provisioning
    persistent clusters. This URL should point to a qcow2 or raw virtual
    machine image over HTTP or HTTPS. This significantly speeds up the
    initial provisioning time of persistent clusters compared to using a
    container image. Container images are still used for all
    non-persistent clusters.

CRC Operator v0.4.3

07 Jul 19:03
Compare
Choose a tag to compare
CRC Operator v0.4.3 Pre-release
Pre-release

Release 0.4.3

  • Added an OpenShift 4.5.0-rc.6 bundle in the default install

CRC Operator v0.4.2

01 Jul 18:58
Compare
Choose a tag to compare
CRC Operator v0.4.2 Pre-release
Pre-release

Release 0.4.2

  • Added an OpenShift 4.5.0-rc.5 bundle in the default install

CRC Operator v0.4.1

01 Jul 15:37
Compare
Choose a tag to compare
CRC Operator v0.4.1 Pre-release
Pre-release

Release 0.4.1

  • The operator will no longer wait for pods in the
    openshift-operators namespace to come up before marking a cluster
    as ready. These pods are cluster-wide optional operators and not
    required for core functioning of the cluster.

CRC Operator v0.4.0

26 Jun 20:06
Compare
Choose a tag to compare
CRC Operator v0.4.0 Pre-release
Pre-release

Release 0.4.0

  • Added an OpenShift 4.5.0-rc.4 bundle
  • Every cluster gets a unique SSH key generated for the Node when
    starting the cluster and the default one from the bundle revoked.

CRC operator v0.3.1

25 Jun 03:43
Compare
Choose a tag to compare
CRC operator v0.3.1 Pre-release
Pre-release

Release 0.3.1

  • Added an OpenShift 4.4.8 bundle in the default install