Skip to content

Commit

Permalink
Release operator version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoods committed Aug 10, 2020
1 parent 6dd0779 commit 76cce4f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/core.humio.com_humioclusters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.0.8'
helm.sh/chart: 'humio-operator-0.0.9'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/core.humio.com_humioexternalclusters_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.0.8'
helm.sh/chart: 'humio-operator-0.0.9'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/core.humio.com_humioingesttokens_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.0.8'
helm.sh/chart: 'humio-operator-0.0.9'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/core.humio.com_humioparsers_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.0.8'
helm.sh/chart: 'humio-operator-0.0.9'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/core.humio.com_humiorepositories_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.0.8'
helm.sh/chart: 'humio-operator-0.0.9'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package version

var (
Version = "0.0.8"
Version = "0.0.9"
)

0 comments on commit 76cce4f

Please sign in to comment.