Skip to content

Commit 21ed2aa

Browse files
authored
Update next release version (#3683)
Prepare next release
1 parent 79a572d commit 21ed2aa

File tree

3 files changed

+126
-126
lines changed

3 files changed

+126
-126
lines changed

common/headers/versionChecker.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
ClientNameCLI = "temporal-cli"
4747
ClientNameUI = "temporal-ui"
4848

49-
ServerVersion = "1.19.0"
49+
ServerVersion = "1.20.0"
5050

5151
// SupportedServerVersions is used by CLI and inter role communication.
5252
SupportedServerVersions = ">=1.0.0 <2.0.0"

go.mod

+40-40
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module go.temporal.io/server
33
go 1.19
44

55
require (
6-
cloud.google.com/go/storage v1.27.0
7-
github.com/aws/aws-sdk-go v1.44.108
6+
cloud.google.com/go/storage v1.28.0
7+
github.com/aws/aws-sdk-go v1.44.151
88
github.com/blang/semver/v4 v4.0.0
99
github.com/brianvoe/gofakeit/v6 v6.19.0
1010
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
1111
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
1212
github.com/emirpasic/gods v1.18.1
1313
github.com/fatih/color v1.13.0
1414
github.com/go-sql-driver/mysql v1.5.0
15-
github.com/gocql/gocql v1.2.1
15+
github.com/gocql/gocql v1.3.0
1616
github.com/gogo/protobuf v1.3.2
1717
github.com/gogo/status v1.1.1
18-
github.com/golang-jwt/jwt/v4 v4.4.2
18+
github.com/golang-jwt/jwt/v4 v4.4.3
1919
github.com/golang/mock v1.6.0
2020
github.com/google/go-cmp v0.5.9
2121
github.com/google/uuid v1.3.0
@@ -26,54 +26,54 @@ require (
2626
github.com/olekukonko/tablewriter v0.0.5
2727
github.com/olivere/elastic/v7 v7.0.32
2828
github.com/pborman/uuid v1.2.1
29-
github.com/prometheus/client_golang v1.13.0
29+
github.com/prometheus/client_golang v1.14.0
3030
github.com/robfig/cron/v3 v3.0.1
3131
github.com/stretchr/testify v1.8.1
3232
github.com/temporalio/ringpop-go v0.0.0-20220818230611-30bf23b490b2
3333
github.com/temporalio/tchannel-go v1.22.1-0.20220818200552-1be8d8cffa5b
34-
github.com/temporalio/tctl-kit v0.0.0-20220927185913-0326664b982c
35-
github.com/uber-go/tally/v4 v4.1.2
34+
github.com/temporalio/tctl-kit v0.0.0-20221128225502-a682971cf481
35+
github.com/uber-go/tally/v4 v4.1.3
3636
github.com/urfave/cli v1.22.10
3737
github.com/urfave/cli/v2 v2.4.0
3838
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
39-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.1
40-
go.opentelemetry.io/otel v1.10.0
39+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.4
40+
go.opentelemetry.io/otel v1.11.1
4141
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.31.0
42-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
42+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
4343
go.opentelemetry.io/otel/exporters/prometheus v0.31.0
44-
go.opentelemetry.io/otel/metric v0.32.1
45-
go.opentelemetry.io/otel/sdk v1.10.0
44+
go.opentelemetry.io/otel/metric v0.33.0
45+
go.opentelemetry.io/otel/sdk v1.11.1
4646
go.opentelemetry.io/otel/sdk/metric v0.31.0
4747
go.temporal.io/api v1.13.1-0.20221110200459-6a3cb21a3415
4848
go.temporal.io/sdk v1.18.1
4949
go.temporal.io/version v0.3.0
5050
go.uber.org/atomic v1.10.0
5151
go.uber.org/fx v1.18.2
5252
go.uber.org/multierr v1.8.0
53-
go.uber.org/zap v1.23.0
54-
golang.org/x/exp v0.0.0-20220929160808-de9c53c655b9
55-
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
56-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af
57-
google.golang.org/api v0.102.0
58-
google.golang.org/grpc v1.50.1
59-
google.golang.org/grpc/examples v0.0.0-20220927194105-36e481079b22
53+
go.uber.org/zap v1.24.0
54+
golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
55+
golang.org/x/oauth2 v0.2.0
56+
golang.org/x/time v0.2.0
57+
google.golang.org/api v0.103.0
58+
google.golang.org/grpc v1.51.0
59+
google.golang.org/grpc/examples v0.0.0-20221201195934-736197138d20
6060
gopkg.in/square/go-jose.v2 v2.6.0
6161
gopkg.in/validator.v2 v2.0.1
6262
gopkg.in/yaml.v3 v3.0.1
63-
modernc.org/sqlite v1.19.1
63+
modernc.org/sqlite v1.20.0
6464
)
6565

66-
require cloud.google.com/go/compute/metadata v0.2.1 // indirect
66+
require cloud.google.com/go/compute/metadata v0.2.2 // indirect
6767

6868
require (
69-
cloud.google.com/go v0.105.0 // indirect
70-
cloud.google.com/go/compute v1.12.1 // indirect
69+
cloud.google.com/go v0.107.0 // indirect
70+
cloud.google.com/go/compute v1.13.0 // indirect
7171
cloud.google.com/go/iam v0.7.0 // indirect
7272
github.com/apache/thrift v0.17.0 // indirect
7373
github.com/benbjohnson/clock v1.3.0 // indirect
7474
github.com/beorn7/perks v1.0.1 // indirect
7575
github.com/bitly/go-hostpool v0.1.0 // indirect
76-
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
76+
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
7777
github.com/cespare/xxhash/v2 v2.1.2 // indirect
7878
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7979
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -85,9 +85,9 @@ require (
8585
github.com/golang/protobuf v1.5.2 // indirect
8686
github.com/golang/snappy v0.0.4 // indirect
8787
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
88-
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
88+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
8989
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
90-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
90+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0 // indirect
9191
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
9292
github.com/jmespath/go-jmespath v0.4.0 // indirect
9393
github.com/josharian/intern v1.0.0 // indirect
@@ -96,48 +96,48 @@ require (
9696
github.com/mattn/go-colorable v0.1.13 // indirect
9797
github.com/mattn/go-isatty v0.0.16 // indirect
9898
github.com/mattn/go-runewidth v0.0.14 // indirect
99-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
99+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
100100
github.com/opentracing/opentracing-go v1.2.0 // indirect
101101
github.com/pkg/errors v0.9.1 // indirect
102102
github.com/pmezard/go-difflib v1.0.0 // indirect
103-
github.com/prometheus/client_model v0.2.0
103+
github.com/prometheus/client_model v0.3.0
104104
github.com/prometheus/common v0.37.0
105105
github.com/prometheus/procfs v0.8.0 // indirect
106106
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
107107
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
108-
github.com/rivo/uniseg v0.4.2 // indirect
108+
github.com/rivo/uniseg v0.4.3 // indirect
109109
github.com/robfig/cron v1.2.0 // indirect
110110
github.com/russross/blackfriday/v2 v2.1.0 // indirect
111111
github.com/sirupsen/logrus v1.9.0 // indirect
112112
github.com/stretchr/objx v0.5.0 // indirect
113113
github.com/twmb/murmur3 v1.1.6 // indirect
114114
github.com/uber-common/bark v1.3.0 // indirect
115115
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
116-
go.opencensus.io v0.23.0 // indirect
117-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
116+
go.opencensus.io v0.24.0 // indirect
117+
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect
118118
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.31.0 // indirect
119-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
120-
go.opentelemetry.io/otel/trace v1.10.0
119+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1 // indirect
120+
go.opentelemetry.io/otel/trace v1.11.1
121121
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
122122
go.uber.org/dig v1.15.0 // indirect
123-
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
124-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
123+
golang.org/x/crypto v0.3.0 // indirect
124+
golang.org/x/mod v0.7.0 // indirect
125125
golang.org/x/net v0.2.0 // indirect
126126
golang.org/x/sys v0.2.0 // indirect
127127
golang.org/x/text v0.4.0 // indirect
128-
golang.org/x/tools v0.1.12 // indirect
128+
golang.org/x/tools v0.3.0 // indirect
129129
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
130130
google.golang.org/appengine v1.6.7 // indirect
131-
google.golang.org/genproto v0.0.0-20221109142239-94d6d90a7d66 // indirect
131+
google.golang.org/genproto v0.0.0-20221201204527-e3fa12d562f3 // indirect
132132
google.golang.org/protobuf v1.28.1 // indirect
133133
gopkg.in/inf.v0 v0.9.1 // indirect
134134
lukechampine.com/uint128 v1.2.0 // indirect
135135
modernc.org/cc/v3 v3.40.0 // indirect
136-
modernc.org/ccgo/v3 v3.16.9 // indirect
137-
modernc.org/libc v1.20.0 // indirect
136+
modernc.org/ccgo/v3 v3.16.13 // indirect
137+
modernc.org/libc v1.21.5 // indirect
138138
modernc.org/mathutil v1.5.0 // indirect
139139
modernc.org/memory v1.4.0 // indirect
140140
modernc.org/opt v0.1.3 // indirect
141141
modernc.org/strutil v1.1.3 // indirect
142-
modernc.org/token v1.0.1 // indirect
142+
modernc.org/token v1.1.0 // indirect
143143
)

0 commit comments

Comments
 (0)