Skip to content

Commit

Permalink
Merge pull request #145 from humio/jestin/release_operator_0.0.10
Browse files Browse the repository at this point in the history
Release operator version 0.0.10
  • Loading branch information
jswoods authored Aug 11, 2020
2 parents 04e6e94 + 162d831 commit 96f216c
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.9'
helm.sh/chart: 'humio-operator-0.0.10'
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.9'
helm.sh/chart: 'humio-operator-0.0.10'
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.9'
helm.sh/chart: 'humio-operator-0.0.10'
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.9'
helm.sh/chart: 'humio-operator-0.0.10'
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.9'
helm.sh/chart: 'humio-operator-0.0.10'
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.9"
Version = "0.0.10"
)

0 comments on commit 96f216c

Please sign in to comment.