Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Jun 24, 2020
1 parent ed43b3d commit 1b3cb9d
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release 0.3.0
- You can now enable monitoring on CrcClusters with the new
`spec.enableMonitoring` *bool field. A value of true enables
monitoring, a value of false disables it, and an unset value doesn't
express an opinion.

# Release 0.2.1
- The route helper pod is now cleaned up when stopping a cluster and
redeployed when starting that cluster again.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ along with the steps below.
Create the necessary Custom Resource Definitions

```
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.2.1/release-v0.2.1_crd.yaml
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.3.0/release-v0.3.0_crd.yaml
```

Deploy the operator

```
oc create ns crc-operator
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.2.1/release-v0.2.1.yaml
oc apply -f https://github.com/bbrowning/crc-operator/releases/download/v0.3.0/release-v0.3.0.yaml
```

Ensure the operator comes up with no errors in its logs
Expand Down
Loading

0 comments on commit 1b3cb9d

Please sign in to comment.