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

Commit 632603f

Browse files
committed
Release v0.4.3
1 parent 3875ad5 commit 632603f

File tree

5 files changed

+539
-3
lines changed

5 files changed

+539
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Release 0.4.3
2+
- Added an OpenShift 4.5.0-rc.6 bundle in the default install
3+
14
# Release 0.4.2
25
- Added an OpenShift 4.5.0-rc.5 bundle in the default install
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ Create the necessary Custom Resource Definitions
6868

6969
```
7070
71-
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.4.2/release-v0.4.2_crd.yaml
71+
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.4.3/release-v0.4.3_crd.yaml
7272
```
7373

7474
Deploy the operator
7575

7676
```
7777
oc create ns crc-operator
78-
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.4.2/release-v0.4.2.yaml
78+
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.4.3/release-v0.4.3.yaml
7979
```
8080

8181
Ensure the operator comes up with no errors in its logs

0 commit comments

Comments
 (0)