Skip to content

Commit

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

Release: v2022.10.18

Release-tracker: kubedb/CHANGELOG#58
Signed-off-by: 1gtm <[email protected]>

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 15, 2022
1 parent a322869 commit 64ed984
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 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.25.6
kmodules.xyz/custom-resources v0.25.1
kmodules.xyz/monitoring-agent-api v0.25.0
kubedb.dev/apimachinery v0.29.0-rc.0
kubedb.dev/apimachinery v0.29.0
stash.appscode.dev/apimachinery v0.23.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,8 @@ kmodules.xyz/offshoot-api v0.25.0 h1:Svq9da/+sg5afOjpgo9vx2J/Lu90Mo0aFxkdQmgKnGI
kmodules.xyz/offshoot-api v0.25.0/go.mod h1:ysEBn7LJuT3+s8ynAQA/OG0BSsJugXa6KGtDLMRjlKo=
kmodules.xyz/prober v0.25.0 h1:R5uRLHJEvEtEoogj+vaTAob0Btph6+PX5IlS6hPh8PA=
kmodules.xyz/prober v0.25.0/go.mod h1:z4RTnjaajNQa/vPltsiOnO3xI716I/ziD2ac2Exm+1M=
kubedb.dev/apimachinery v0.29.0-rc.0 h1:mJek0RJaPkgBGue4h4BQjxQLX2wToX4RtxG5wnJSlnk=
kubedb.dev/apimachinery v0.29.0-rc.0/go.mod h1:8/kV/429eH4DlQ24vwRaxkf1mMhN6FL/nvuPEJt2CYc=
kubedb.dev/apimachinery v0.29.0 h1:MHsQ4Iqy4kAWGy+NRg9cRZe1VJXWKcdj0CkF+Y1DJfQ=
kubedb.dev/apimachinery v0.29.0/go.mod h1:8/kV/429eH4DlQ24vwRaxkf1mMhN6FL/nvuPEJt2CYc=
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type ProxySQLVersionSpec struct {
// Proxysql Image
Proxysql ProxySQLVersionProxysql `json:"proxysql"`
// Exporter Image
Exporter ProxySQLVersionExporter `json:"exporter"`
Exporter *ProxySQLVersionExporter `json:"exporter,omitempty"`
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
// +optional
Deprecated bool `json:"deprecated,omitempty"`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
version:
type: string
required:
- exporter
- podSecurityPolicies
- proxysql
- version
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ kmodules.xyz/offshoot-api/api/v1
# kmodules.xyz/prober v0.25.0
## explicit; go 1.18
kmodules.xyz/prober/api/v1
# kubedb.dev/apimachinery v0.29.0-rc.0
# kubedb.dev/apimachinery v0.29.0
## explicit; go 1.18
kubedb.dev/apimachinery/apis
kubedb.dev/apimachinery/apis/autoscaling
Expand Down

0 comments on commit 64ed984

Please sign in to comment.