Skip to content

Commit a38f75b

Browse files
authored
chore: release v9.0.2 (release.sh) (#2412)
* chore: release v9.0.2 (release.sh) * chore: remove release in favor of release drafter
1 parent e29e42c commit a38f75b

File tree

14 files changed

+24
-32
lines changed

14 files changed

+24
-32
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [9.0.2](https://github.com/redis/go-redis/compare/v9.0.1...v9.0.2) (2023-02-01)
2+
3+
4+
### Features
5+
6+
* upgrade OpenTelemetry, use the new metrics API. ([#2410](https://github.com/redis/go-redis/issues/2410)) ([e29e42c](https://github.com/redis/go-redis/commit/e29e42cde2755ab910d04185025dc43ce6f59c65))
7+
8+
9+
110
## v9 2023-01-30
211

312
### Added

example/del-keys-without-ttl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
replace github.com/redis/go-redis/v9 => ../..
66

77
require (
8-
github.com/redis/go-redis/v9 v9.0.1
8+
github.com/redis/go-redis/v9 v9.0.2
99
go.uber.org/atomic v1.10.0 // indirect
1010
go.uber.org/multierr v1.9.0 // indirect
1111
go.uber.org/zap v1.24.0

example/hll/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.14
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.0.1
7+
require github.com/redis/go-redis/v9 v9.0.2

example/lua-scripting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.14
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.0.1
7+
require github.com/redis/go-redis/v9 v9.0.2

example/otel/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
99
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
1010

1111
require (
12-
github.com/redis/go-redis/extra/redisotel/v9 v9.0.1
13-
github.com/redis/go-redis/v9 v9.0.1
12+
github.com/redis/go-redis/extra/redisotel/v9 v9.0.2
13+
github.com/redis/go-redis/v9 v9.0.2
1414
github.com/uptrace/uptrace-go v1.12.0
1515
go.opentelemetry.io/otel v1.12.0
1616
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect

example/redis-bloom/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.14
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.0.1
7+
require github.com/redis/go-redis/v9 v9.0.2

example/scan-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ replace github.com/redis/go-redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/redis/go-redis/v9 v9.0.1
9+
github.com/redis/go-redis/v9 v9.0.2
1010
)

extra/rediscensus/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88

99
require (
1010
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
11-
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.1
12-
github.com/redis/go-redis/v9 v9.0.1
11+
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.2
12+
github.com/redis/go-redis/v9 v9.0.2
1313
go.opencensus.io v0.24.0
1414
)

extra/rediscmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ replace github.com/redis/go-redis/v9 => ../..
77
require (
88
github.com/bsm/ginkgo/v2 v2.5.0
99
github.com/bsm/gomega v1.20.0
10-
github.com/redis/go-redis/v9 v9.0.1
10+
github.com/redis/go-redis/v9 v9.0.2
1111
)

0 commit comments

Comments
 (0)