Skip to content

Commit 4736ca8

Browse files
committed
chore: bump jupiter version to v0.11.3
1 parent 73be05e commit 4736ca8

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
<!-- Release notes generated using configuration in .github/release.yml at master -->
44

5+
## v0.11.3
6+
7+
### New Changes
8+
9+
* build(deps): bump gorm.io/driver/mysql from 1.4.6 to 1.4.7 by @dependabot in https://github.com/douyu/jupiter/pull/734
10+
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3 by @dependabot in https://github.com/douyu/jupiter/pull/733
11+
* build(deps): bump github.com/onsi/gomega from 1.27.0 to 1.27.1 by @dependabot in https://github.com/douyu/jupiter/pull/735
12+
* build(deps): bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.1 by @dependabot in https://github.com/douyu/jupiter/pull/736
13+
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/737
14+
* build(deps): bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.2 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/742
15+
* build(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 by @dependabot in https://github.com/douyu/jupiter/pull/741
16+
* build(deps): bump cirello.io/pglock from 1.10.0 to 1.11.0 by @dependabot in https://github.com/douyu/jupiter/pull/740
17+
* docs: improve README by @hnlq715 in https://github.com/douyu/jupiter/pull/743
18+
* build(deps): bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2 by @dependabot in https://github.com/douyu/jupiter/pull/744
19+
* feat: support get/watch config from etcd by @hnlq715 in https://github.com/douyu/jupiter/pull/745
20+
* build(deps): bump github.com/hnlq715/struct2interface from 0.1.4 to 0.1.5 by @dependabot in https://github.com/douyu/jupiter/pull/746
21+
* build(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/749
22+
* build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.15.1 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/748
23+
* build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.0 to 2.15.1 by @dependabot in https://github.com/douyu/jupiter/pull/747
24+
* build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in https://github.com/douyu/jupiter/pull/750
25+
* build(deps): bump github.com/cosmtrek/air from 1.41.0 to 1.42.0 by @dependabot in https://github.com/douyu/jupiter/pull/751
26+
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.8.4 by @dependabot in https://github.com/douyu/jupiter/pull/752
27+
* build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/754
28+
* build(deps): bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in https://github.com/douyu/jupiter/pull/758
29+
* build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.1 to 2.15.2 by @dependabot in https://github.com/douyu/jupiter/pull/763
30+
* build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.15.1 to 2.15.2 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/761
31+
* build(deps): bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 by @dependabot in https://github.com/douyu/jupiter/pull/756
32+
* build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.13.0 to 1.14.0 by @dependabot in https://github.com/douyu/jupiter/pull/757
33+
* build(deps): bump go.opentelemetry.io/otel/exporters/jaeger from 1.13.0 to 1.14.0 by @dependabot in https://github.com/douyu/jupiter/pull/765
34+
* build(deps): bump gorm.io/gorm from 1.24.5 to 1.24.6 by @dependabot in https://github.com/douyu/jupiter/pull/764
35+
* feat: get register address from listener by @hnlq715 in https://github.com/douyu/jupiter/pull/739
36+
* build(deps): bump golang.org/x/mod from 0.8.0 to 0.9.0 by @dependabot in https://github.com/douyu/jupiter/pull/766
37+
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 in /test/e2e by @dependabot in https://github.com/douyu/jupiter/pull/768
38+
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in https://github.com/douyu/jupiter/pull/767
39+
40+
41+
**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.11.2...v0.11.3
42+
43+
<!-- Release notes generated using configuration in .github/release.yml at master -->
44+
545
## v0.11.2
646

747
### New Changes

pkg/pkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/fatih/color"
2727
)
2828

29-
const jupiterVersion = "v0.11.2"
29+
const jupiterVersion = "v0.11.3"
3030

3131
var (
3232
startTime string

0 commit comments

Comments
 (0)