Skip to content

Commit

Permalink
Upgrade Kube deployer to v0.21.0. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrovic77 authored Sep 13, 2023
1 parent 46e7d5b commit 4dac7bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/echo/weaver_gen.go

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ServiceWeaver/weaver-kube
go 1.21

require (
github.com/ServiceWeaver/weaver v0.20.0
github.com/ServiceWeaver/weaver v0.21.2
github.com/google/uuid v1.3.0
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/exporters/jaeger v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ github.com/DataDog/hyperloglog v0.0.0-20220804205443-1806d9b66146 h1:S5WsRc58vIe
github.com/DataDog/hyperloglog v0.0.0-20220804205443-1806d9b66146/go.mod h1:hFPkswc42pKhRbeKDKXy05mRi7J1kJ2vMNbvd9erH0M=
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 h1:EbzDX8HPk5uE2FsJYxD74QmMw0/3CqSKhEr6teh0ncQ=
github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49/go.mod h1:SvsjzyJlSg0rKsqYgdcFxeEVflx3ZNAyFfkUHP0TxXg=
github.com/ServiceWeaver/weaver v0.20.0 h1:unopuUy61mnSUHLa7wsAo0qdSmUy2PDflXP9u6RxKk0=
github.com/ServiceWeaver/weaver v0.20.0/go.mod h1:/gQMZ/m0lS+2p75AVgHYSPuuxVMn0vOfbOMvDNtvovQ=
github.com/ServiceWeaver/weaver v0.21.2 h1:HsVb5f5o3ZRIntW36sapObyxnE7Pr6fPRxjRrSu/cbI=
github.com/ServiceWeaver/weaver v0.21.2/go.mod h1:/gQMZ/m0lS+2p75AVgHYSPuuxVMn0vOfbOMvDNtvovQ=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ package version
const (
// weaver-kube module version (Major.Minor.Patch).
Major = 0
Minor = 20
Patch = 1
Minor = 21
Patch = 0
)

0 comments on commit 4dac7bd

Please sign in to comment.