Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v0.28.0-rc.0 #671

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.27.1-0.20220802063205-a89b3bc243f9
kubedb.dev/apimachinery v0.28.0-rc.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.27.1-0.20220802063205-a89b3bc243f9 h1:bq9jelaWnbD+u9q94rxJbaTGEfZTiIfhokOonXNbeOk=
kubedb.dev/apimachinery v0.27.1-0.20220802063205-a89b3bc243f9/go.mod h1:XFyYbBJucmbwtfju+JrukS3aH70YygpuPXeb3gvQLio=
kubedb.dev/apimachinery v0.28.0-rc.0 h1:6OZp21jgkSU8yAJONLvxM9m+dI1Cy+dAe2KXVkkHVmM=
kubedb.dev/apimachinery v0.28.0-rc.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
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.27.1-0.20220802063205-a89b3bc243f9
# kubedb.dev/apimachinery v0.28.0-rc.0
## explicit; go 1.18
kubedb.dev/apimachinery/apis
kubedb.dev/apimachinery/apis/autoscaling
Expand Down