This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Releases: bbrowning/crc-operator
Releases · bbrowning/crc-operator
CRC Operator v0.5.4
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
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
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
Release 0.5.1
- Fixed OCP 4.3 / K8s 1.16 compatibility in route-helper pod by
explicitly usingdeployment.apps
instead ofdeployment
inoc
commands
CRC Operator v0.5.0
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 toCrcBundle
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
Release 0.4.3
- Added an OpenShift 4.5.0-rc.6 bundle in the default install
CRC Operator v0.4.2
Release 0.4.2
- Added an OpenShift 4.5.0-rc.5 bundle in the default install
CRC Operator v0.4.1
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
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
Release 0.3.1
- Added an OpenShift 4.4.8 bundle in the default install