Skip to content

Commit

Permalink
Prepare for release v0.28.0 (#674)
Browse files Browse the repository at this point in the history
ProductLine: KubeDB

Release: v2022.08.08

Release-tracker: kubedb/CHANGELOG#54
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Aug 5, 2022
1 parent 1f0d46a commit 9973037
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
kmodules.xyz/client-go v0.24.5
kmodules.xyz/custom-resources v0.24.1
kmodules.xyz/monitoring-agent-api v0.24.0
kubedb.dev/apimachinery v0.28.0-rc.1
kubedb.dev/apimachinery v0.28.0
stash.appscode.dev/apimachinery v0.22.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ kmodules.xyz/offshoot-api v0.24.2 h1:QCJEqv++x+FXe7fiTZ/zptJo83qZA4cTUO7YhMlIDvQ
kmodules.xyz/offshoot-api v0.24.2/go.mod h1:fYu0051hoJXXs70OjmIE+Q5smOgmzvYFhRJXCiFShaY=
kmodules.xyz/prober v0.24.0 h1:lh3fDBjYD9bOuFW5Usmf9mFYSNn7r0t65xeN4w2EMgw=
kmodules.xyz/prober v0.24.0/go.mod h1:leon0MFb7OWi/snhosqkNqbwYaED4VEmj7xaLxk851k=
kubedb.dev/apimachinery v0.28.0-rc.1 h1:5k54s+p1ZJOmuC95NOm1Oq2lHqCCpN2O+skqhoAz7Hc=
kubedb.dev/apimachinery v0.28.0-rc.1/go.mod h1:XFyYbBJucmbwtfju+JrukS3aH70YygpuPXeb3gvQLio=
kubedb.dev/apimachinery v0.28.0 h1:MEO6qdN8YGQ9VmY9ir7JpU6eyJUqcjQy8ofhrMQIf5M=
kubedb.dev/apimachinery v0.28.0/go.mod h1:XFyYbBJucmbwtfju+JrukS3aH70YygpuPXeb3gvQLio=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (

const (
ResourceKindMariaDBInsight = "MariaDBInsight"
ResourceMariaDBInsight = "mariaDBinsight"
ResourceMariaDBInsights = "mariaDBinsights"
ResourceMariaDBInsight = "mariadbinsight"
ResourceMariaDBInsights = "mariadbinsights"
)

// MariaDBInsightSpec defines the desired state of MariaDBInsight
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ kmodules.xyz/offshoot-api/api/v1
# kmodules.xyz/prober v0.24.0
## explicit; go 1.18
kmodules.xyz/prober/api/v1
# kubedb.dev/apimachinery v0.28.0-rc.1
# kubedb.dev/apimachinery v0.28.0
## explicit; go 1.18
kubedb.dev/apimachinery/apis
kubedb.dev/apimachinery/apis/autoscaling
Expand Down

0 comments on commit 9973037

Please sign in to comment.