Skip to content

Commit

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

Release: v2023.02.28

Release-tracker: kubedb/CHANGELOG#65

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Feb 28, 2023
1 parent a821a2c commit 8477bd0
Show file tree
Hide file tree
Showing 64 changed files with 10,800 additions and 38 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ require (
kmodules.xyz/client-go v0.25.17
kmodules.xyz/custom-resources v0.25.1
kmodules.xyz/monitoring-agent-api v0.25.0
kubedb.dev/apimachinery v0.31.0
kubedb.dev/apimachinery v0.32.0
stash.appscode.dev/apimachinery v0.24.0
)

require (
github.com/kr/pretty v0.3.0 // indirect
github.com/onsi/ginkgo/v2 v2.4.0 // indirect
github.com/onsi/gomega v1.24.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
Expand All @@ -45,6 +44,7 @@ require (
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cert-manager/cert-manager v1.9.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
Expand Down Expand Up @@ -128,6 +128,7 @@ require (
kmodules.xyz/offshoot-api v0.25.0 // indirect
kmodules.xyz/prober v0.25.0 // indirect
sigs.k8s.io/controller-runtime v0.13.1 // indirect
sigs.k8s.io/gateway-api v0.4.3 // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/kustomize/api v0.12.1 // indirect
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
Expand Down
317 changes: 313 additions & 4 deletions go.sum

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions vendor/github.com/cert-manager/cert-manager/LICENSE

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

Loading

0 comments on commit 8477bd0

Please sign in to comment.