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/28 23:33:56 UTC

[solr-operator] annotated tag v0.3.0 created (now 426a1b2)

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

houston pushed a change to annotated tag v0.3.0
in repository https://gitbox.apache.org/repos/asf/solr-operator.git.


      at 426a1b2  (tag)
 tagging f3cde99c406fedc748c49cfb57056f837a938ea0 (commit)
 replaces v0.2.0
      by Houston Putman
      on Wed Apr 28 18:33:40 2021 -0500

- Log -----------------------------------------------------------------
Solr Operator v0.3.0 release
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new f3cde99  Solr Operator v0.3.0 Release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[solr-operator] 01/01: Solr Operator v0.3.0 Release

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to annotated tag v0.3.0
in repository https://gitbox.apache.org/repos/asf/solr-operator.git

commit f3cde99c406fedc748c49cfb57056f837a938ea0
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Apr 23 16:33:16 2021 -0500

    Solr Operator v0.3.0 Release
---
 helm/solr-operator/Chart.yaml  |  8 ++++----
 helm/solr-operator/README.md   | 10 +++++-----
 helm/solr-operator/values.yaml |  4 ++--
 version/version.go             |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index fcbffad..1763ecd 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.3.0
+appVersion: v0.3.0
 kubeVersion: ">= 1.16.0-0"
 home: https://github.com/apache/solr-operator
 sources:
@@ -42,7 +42,7 @@ dependencies:
 annotations:
   artifacthub.io/operator: "true"
   artifacthub.io/operatorCapabilities: Seamless Upgrades
-  artifacthub.io/prerelease: "true"
+  artifacthub.io/prerelease: "false"
   # Add change log for a single release here, only single-layered bulleted list allowed.
   artifacthub.io/changes: |
     - The Solr Operator is now an Apache project managed by the Apache Solr PMC.
@@ -59,7 +59,7 @@ annotations:
     - SolrCloud can now be used with the Kubernetes HPA to autoscale Solr Cloud pods.
   artifacthub.io/images: |
     - name: solr-operator
-      image: apache/solr-operator:v0.3.0-prerelease
+      image: apache/solr-operator:v0.3.0
   artifacthub.io/crds: |
     - kind: SolrCloud
       version: v1beta1
diff --git a/helm/solr-operator/README.md b/helm/solr-operator/README.md
index 68584a5..92adcf2 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.3.0/all-with-dependencies.yaml
+helm install solr-operator apache-solr/solr-operator --version 0.3.0
 ```
 
 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.3.0/all-with-dependencies.yaml
+helm upgrade solr-operator apache-solr/solr-operator --version 0.3.0
 ```
 
 #### 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.3.0"` | 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..60a539a 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.3.0
   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..767d17d 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,7 +20,7 @@ package version
 var (
 	// Version information for the Solr Operator
 	Version       string = "v0.3.0"
-	VersionSuffix string = "prerelease"
+	VersionSuffix string = ""
 	BuildTime     string
 	GitSHA        string
 )