Skip to content

Commit 6f76e61

Browse files
committed
version: Release v0.15.0
Signed-off-by: Loïc Saint-Roch <[email protected]>
1 parent bb7c147 commit 6f76e61

File tree

8 files changed

+8
-23
lines changed

8 files changed

+8
-23
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: What helix version are you using?
1010
options:
11-
- 0.14.x
11+
- 0.15.x
1212
validations:
1313
required: true
1414
- type: dropdown
@@ -33,9 +33,6 @@ body:
3333
label: What Go version are you running?
3434
options:
3535
- 1.21.x
36-
- 1.20.x
37-
- 1.19.x
38-
- 1.18.x
3936
validations:
4037
required: true
4138
- type: dropdown

integration/clickhouse/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.14.3
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.14.1
8+
go.nunchi.studio/helix v0.15.0
99
)
1010

1111
require (
@@ -45,5 +45,3 @@ require (
4545
google.golang.org/protobuf v1.31.0 // indirect
4646
gopkg.in/yaml.v3 v3.0.1 // indirect
4747
)
48-
49-
replace go.nunchi.studio/helix => ../../

integration/nats/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/nats-io/nats.go v1.31.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.14.1
8+
go.nunchi.studio/helix v0.15.0
99
go.opentelemetry.io/otel v1.19.0
1010
)
1111

@@ -38,5 +38,3 @@ require (
3838
google.golang.org/protobuf v1.31.0 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)
41-
42-
replace go.nunchi.studio/helix => ../../

integration/postgres/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/jackc/pgx/v5 v5.4.3
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.14.1
8+
go.nunchi.studio/helix v0.15.0
99
)
1010

1111
require (
@@ -39,5 +39,3 @@ require (
3939
google.golang.org/protobuf v1.31.0 // indirect
4040
gopkg.in/yaml.v3 v3.0.1 // indirect
4141
)
42-
43-
replace go.nunchi.studio/helix => ../../

integration/rest/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/uptrace/bunrouter v1.0.20
99
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.20
1010
github.com/uptrace/bunrouter/extra/reqlog v1.0.20
11-
go.nunchi.studio/helix v0.14.1
11+
go.nunchi.studio/helix v0.15.0
1212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
1313
)
1414

@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.31.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/temporal/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
go.nunchi.studio/helix v0.14.1
7+
go.nunchi.studio/helix v0.15.0
88
go.opentelemetry.io/otel v1.19.0
99
go.opentelemetry.io/otel/trace v1.19.0
1010
go.temporal.io/api v1.24.0
@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.31.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/vault/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/hashicorp/vault/api v1.10.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.14.1
8+
go.nunchi.studio/helix v0.15.0
99
)
1010

1111
require (
@@ -54,5 +54,3 @@ require (
5454
google.golang.org/protobuf v1.31.0 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
)
57-
58-
replace go.nunchi.studio/helix => ../../

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
55
exit 1
66
fi
77

8-
export GORELEASER_CURRENT_TAG=v0.14.1
8+
export GORELEASER_CURRENT_TAG=v0.15.0
99

1010
go work use -r ./
1111

0 commit comments

Comments
 (0)