Skip to content

Commit

Permalink
Merge pull request #151 from rancher/release
Browse files Browse the repository at this point in the history
Update version for release
  • Loading branch information
dbason authored Nov 10, 2021
2 parents 03890b4 + a4d0045 commit adc843d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Opni currently features log anomaly detection for Kubernetes.
----

### Deprecation Notice
Please note the opnidemo resource, and opnictl are being deprecated in the next release.
The Opnidemo API has been removed in the v0.2.1 release.

Opnictl is currently deprecated.
## Getting started with Opni

### Full Install Opni in your Kubernetes cluster:
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/20_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
name: opni-cluster
namespace: opni-cluster
spec:
version: v0.2.0
version: v0.2.1
deployLogCollector: true
services:
gpuController:
Expand Down
2 changes: 1 addition & 1 deletion deploy/patches/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: OpniCluster
metadata:
name: cluster
spec:
version: v0.2.0
version: v0.2.1
elastic:
version: 1.1.0
2 changes: 1 addition & 1 deletion test/e2e/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var _ = Describe("OpniCluster E2E Test", Label("e2e"), func() {
Namespace: clusterCrNamespace,
},
Spec: v1beta1.OpniClusterSpec{
Version: "v0.2.0",
Version: "v0.2.1",
DeployLogCollector: pointer.BoolPtr(true),
Services: v1beta1.ServicesSpec{
GPUController: v1beta1.GPUControllerServiceSpec{
Expand Down

0 comments on commit adc843d

Please sign in to comment.