We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41370f6 commit 13260fcCopy full SHA for 13260fc
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.10
2
* Added exit from retryer if got grpc-error `Unauthenticated` on `discovery/ListEndpoints` call
3
4
## v3.42.9
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "9"
+ VersionPatch = "10"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments