You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/04/14 21:18:30 UTC

[solr-operator] branch main updated: Add next minor version v0.4.0

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 46f297f  Add next minor version v0.4.0
46f297f is described below

commit 46f297f3cc38dc5f2f291c7e263be5b43b0c7e6b
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed Apr 14 16:18:28 2021 -0500

    Add next minor version v0.4.0
---
 docs/local_tutorial.md         |  4 ++--
 docs/running-the-operator.md   |  4 ++--
 helm/solr-operator/Chart.yaml  |  6 +++---
 helm/solr-operator/README.md   | 10 +++++-----
 helm/solr-operator/values.yaml |  4 ++--
 version/version.go             |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 43c6b5b..ccd55f6 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -73,9 +73,9 @@ This will install the [Zookeeper Operator](https://github.com/pravega/zookeeper-
 
 ```bash
 # Install the Solr & Zookeeper CRDs
-$ kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.3.0/all-with-dependencies.yaml
+$ kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.4.0-prerelease/all-with-dependencies.yaml
 # Install the Solr operator and Zookeeper Operator
-$ helm install solr-operator apache-solr/solr-operator --version 0.3.0
+$ helm install solr-operator apache-solr/solr-operator --version 0.4.0-prerelease
 ```
 
 _Note that the Helm chart version does not contain a `v` prefix, which the downloads version does. The Helm chart version is the only part of the Solr Operator release that does not use the `v` prefix._
diff --git a/docs/running-the-operator.md b/docs/running-the-operator.md
index 3effe2e..3ada501 100644
--- a/docs/running-the-operator.md
+++ b/docs/running-the-operator.md
@@ -21,8 +21,8 @@ Next, install the Solr Operator chart. Note this is using Helm v3, use the offic
 This will install the [Zookeeper Operator](https://github.com/pravega/zookeeper-operator) by default.
 
 ```bash
-$ kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.3.0/all-with-dependencies.yaml
-$ helm install solr-operator apache-solr/solr-operator --version 0.3.0
+$ kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.4.0-prerelease/all-with-dependencies.yaml
+$ helm install solr-operator apache-solr/solr-operator --version 0.4.0-prerelease
 ```
 
 _Note that the Helm chart version does not contain a `v` prefix, which the downloads version does. The Helm chart version is the only part of the Solr Operator release that does not use the `v` prefix._
diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 6e3a224..3f150bb 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -16,8 +16,8 @@
 apiVersion: v2
 name: solr-operator
 description: The Solr Operator enables easy management of Solr resources within Kubernetes.
-version: 0.3.0-prerelease
-appVersion: v0.3.0-prerelease
+version: 0.4.0-prerelease
+appVersion: v0.4.0-prerelease
 kubeVersion: ">= 1.16.0-0"
 home: https://github.com/apache/solr-operator
 sources:
@@ -49,7 +49,7 @@ annotations:
     - Change 2
   artifacthub.io/images: |
     - name: solr-operator
-      image: apache/solr-operator:v0.3.0-prerelease
+      image: apache/solr-operator:v0.4.0-prerelease
   artifacthub.io/crds: |
     - kind: SolrCloud
       version: v1beta1
diff --git a/helm/solr-operator/README.md b/helm/solr-operator/README.md
index 68584a5..77f8f1c 100644
--- a/helm/solr-operator/README.md
+++ b/helm/solr-operator/README.md
@@ -41,8 +41,8 @@ helm repo add apache-solr https://solr.apache.org/charts
 To install the Solr Operator for the first time in your cluster, you can use the latest version or a specific version, run with the following commands:
 
 ```bash
-kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.3.0-prerelease/all-with-dependencies.yaml
-helm install solr-operator apache-solr/solr-operator --version 0.3.0-prerelease
+kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.4.0-prerelease/all-with-dependencies.yaml
+helm install solr-operator apache-solr/solr-operator --version 0.4.0-prerelease
 ```
 
 The command deploys the solr-operator on the Kubernetes cluster with the default configuration.
@@ -55,8 +55,8 @@ _Note that the Helm chart version does not contain a `v` prefix, which the downl
 If you are upgrading your Solr Operator deployment, you should always use a specific version of the chart and pre-install the Solr CRDS:
 
 ```bash
-kubectl replace -f https://solr.apache.org/operator/downloads/crds/v0.3.0-prerelease/all-with-dependencies.yaml
-helm upgrade solr-operator apache-solr/solr-operator --version 0.3.0-prerelease
+kubectl replace -f https://solr.apache.org/operator/downloads/crds/v0.4.0-prerelease/all-with-dependencies.yaml
+helm upgrade solr-operator apache-solr/solr-operator --version 0.4.0-prerelease
 ```
 
 #### Namespaces
@@ -168,7 +168,7 @@ The command removes all the Kubernetes components associated with the chart and
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
 | image.repository | string | `"apache/solr-operator"` | The repository of the Solr Operator image |
-| image.tag | string | `"v0.3.0-prerelease"` | The tag/version of the Solr Operator to run |
+| image.tag | string | `"v0.4.0-prerelease"` | The tag/version of the Solr Operator to run |
 | image.pullPolicy | string | `"IfNotPresent"` |  |
 | fullnameOverride | string | `""` | A custom name for the Solr Operator Deployment |
 | nameOverride | string | `""` |  |
diff --git a/helm/solr-operator/values.yaml b/helm/solr-operator/values.yaml
index 2cc2a8f..81a56c0 100644
--- a/helm/solr-operator/values.yaml
+++ b/helm/solr-operator/values.yaml
@@ -21,7 +21,7 @@ replicaCount: 1
 
 image:
   repository: apache/solr-operator
-  tag: v0.3.0-prerelease
+  tag: v0.4.0-prerelease
   pullPolicy: IfNotPresent
 
 nameOverride: ""
@@ -78,4 +78,4 @@ mTLS:
   clientCertSecret: ""
   caCertSecret: ""
   caCertSecretKey: ca-cert.pem
-  insecureSkipVerify: true
\ No newline at end of file
+  insecureSkipVerify: true
diff --git a/version/version.go b/version/version.go
index 48a3406..a0ae4af 100644
--- a/version/version.go
+++ b/version/version.go
@@ -19,7 +19,7 @@ package version
 
 var (
 	// Version information for the Solr Operator
-	Version       string = "v0.3.0"
+	Version       string = "v0.4.0"
 	VersionSuffix string = "prerelease"
 	BuildTime     string
 	GitSHA        string