Skip to content

Commit

Permalink
prepare release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jun 19, 2020
1 parent 623f04d commit 8ff9fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Kubernetes event logger operator

type: application

version: 0.3.0
version: 0.3.1

appVersion: v0.3.0
appVersion: v0.3.1
4 changes: 0 additions & 4 deletions helm/crds/eventlogger.bakito.ch_eventloggers_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ spec:
type: string
minItems: 0
type: array
x-kubernetes-list-type: set
kinds:
description: Kinds the kinds to log the events for
items:
Expand All @@ -56,15 +55,13 @@ spec:
type: string
minItems: 0
type: array
x-kubernetes-list-type: set
matchingPatterns:
description: MatchingPatterns optional regex pattern that must
be contained in the message to be logged
items:
type: string
minItems: 0
type: array
x-kubernetes-list-type: set
name:
minLength: 3
type: string
Expand All @@ -76,7 +73,6 @@ spec:
type: object
minItems: 1
type: array
x-kubernetes-list-type: set
labels:
additionalProperties:
type: string
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version the module version
Version = "v0.3.0"
Version = "v0.3.1"
)

0 comments on commit 8ff9fa2

Please sign in to comment.