Skip to content

Commit 952dff0

Browse files
committed
version: Release v0.18.0
Signed-off-by: Loïc Saint-Roch <[email protected]>
1 parent fdb830d commit 952dff0

File tree

11 files changed

+14
-27
lines changed

11 files changed

+14
-27
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body:
88
attributes:
99
label: What helix version are you using?
1010
options:
11+
- 0.18.x
1112
- 0.17.x
1213
validations:
1314
required: true

.goreleaser.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: "helix.go"
24

35
release:
@@ -7,4 +9,4 @@ builds:
79
- skip: true
810

911
changelog:
10-
skip: true
12+
disable: true

integration/bucket/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/stretchr/testify v1.9.0
7-
go.nunchi.studio/helix v0.17.1
7+
go.nunchi.studio/helix v0.18.0
88
gocloud.dev v0.39.0
99
)
1010

@@ -92,5 +92,3 @@ require (
9292
google.golang.org/protobuf v1.34.2 // indirect
9393
gopkg.in/yaml.v3 v3.0.1 // indirect
9494
)
95-
96-
replace go.nunchi.studio/helix => ../../

integration/clickhouse/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.29.0
77
github.com/stretchr/testify v1.9.0
8-
go.nunchi.studio/helix v0.17.1
8+
go.nunchi.studio/helix v0.18.0
99
)
1010

1111
retract (
@@ -49,5 +49,3 @@ require (
4949
google.golang.org/protobuf v1.34.2 // indirect
5050
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)
52-
53-
replace go.nunchi.studio/helix => ../../

integration/nats/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/nats-io/nats.go v1.37.0
77
github.com/stretchr/testify v1.9.0
8-
go.nunchi.studio/helix v0.17.1
8+
go.nunchi.studio/helix v0.18.0
99
go.opentelemetry.io/otel v1.30.0
1010
)
1111

@@ -43,5 +43,3 @@ require (
4343
google.golang.org/protobuf v1.34.2 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
4545
)
46-
47-
replace go.nunchi.studio/helix => ../../

integration/openfeature/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag-in-process v0.1.0
99
github.com/stretchr/testify v1.9.0
1010
github.com/thomaspoignant/go-feature-flag v1.35.0
11-
go.nunchi.studio/helix v0.17.1
11+
go.nunchi.studio/helix v0.18.0
1212
go.opentelemetry.io/otel v1.30.0
1313
go.opentelemetry.io/otel/trace v1.30.0
1414
)
@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.34.2 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/postgres/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/jackc/pgx/v5 v5.7.1
77
github.com/stretchr/testify v1.9.0
8-
go.nunchi.studio/helix v0.17.1
8+
go.nunchi.studio/helix v0.18.0
99
)
1010

1111
retract (
@@ -44,5 +44,3 @@ require (
4444
google.golang.org/protobuf v1.34.2 // indirect
4545
gopkg.in/yaml.v3 v3.0.1 // indirect
4646
)
47-
48-
replace go.nunchi.studio/helix => ../../

integration/rest/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/uptrace/bunrouter v1.0.22
99
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.22
1010
github.com/uptrace/bunrouter/extra/reqlog v1.0.22
11-
go.nunchi.studio/helix v0.17.1
11+
go.nunchi.studio/helix v0.18.0
1212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
1313
golang.org/x/text v0.19.0
1414
)
@@ -55,5 +55,3 @@ require (
5555
google.golang.org/protobuf v1.34.2 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)
58-
59-
replace go.nunchi.studio/helix => ../../

integration/temporal/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/stretchr/testify v1.9.0
7-
go.nunchi.studio/helix v0.17.1
7+
go.nunchi.studio/helix v0.18.0
88
go.opentelemetry.io/otel v1.30.0
99
go.opentelemetry.io/otel/trace v1.30.0
1010
go.temporal.io/api v1.39.0
@@ -54,5 +54,3 @@ require (
5454
google.golang.org/protobuf v1.34.2 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
)
57-
58-
replace go.nunchi.studio/helix => ../../

integration/vault/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/hashicorp/vault/api v1.15.0
77
github.com/stretchr/testify v1.9.0
8-
go.nunchi.studio/helix v0.17.1
8+
go.nunchi.studio/helix v0.18.0
99
)
1010

1111
retract (
@@ -56,5 +56,3 @@ require (
5656
google.golang.org/protobuf v1.34.2 // indirect
5757
gopkg.in/yaml.v3 v3.0.1 // indirect
5858
)
59-
60-
replace go.nunchi.studio/helix => ../../

scripts/release.sh

+2-2
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.17.1
8+
export GORELEASER_CURRENT_TAG=v0.18.0
99

1010
go work use -r ./
1111

@@ -33,7 +33,7 @@ done
3333
git tag "$GORELEASER_CURRENT_TAG"
3434
git push --tags
3535

36-
goreleaser release --rm-dist
36+
goreleaser release --clean
3737

3838
for mod in $integrations; do
3939
cd ./integration/$mod

0 commit comments

Comments
 (0)