Skip to content

Commit

Permalink
version: Release v0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Loïc Saint-Roch <[email protected]>
  • Loading branch information
loicsaintroch committed Oct 9, 2024
1 parent fdb830d commit 952dff0
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ body:
attributes:
label: What helix version are you using?
options:
- 0.18.x
- 0.17.x
validations:
required: true
Expand Down
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: "helix.go"

release:
Expand All @@ -7,4 +9,4 @@ builds:
- skip: true

changelog:
skip: true
disable: true
4 changes: 1 addition & 3 deletions integration/bucket/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
gocloud.dev v0.39.0
)

Expand Down Expand Up @@ -92,5 +92,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/ClickHouse/clickhouse-go/v2 v2.29.0
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
)

retract (
Expand Down Expand Up @@ -49,5 +49,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/nats-io/nats.go v1.37.0
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
go.opentelemetry.io/otel v1.30.0
)

Expand Down Expand Up @@ -43,5 +43,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/openfeature/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag-in-process v0.1.0
github.com/stretchr/testify v1.9.0
github.com/thomaspoignant/go-feature-flag v1.35.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
)
Expand Down Expand Up @@ -50,5 +50,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/jackc/pgx/v5 v5.7.1
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
)

retract (
Expand Down Expand Up @@ -44,5 +44,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/rest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/uptrace/bunrouter v1.0.22
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.22
github.com/uptrace/bunrouter/extra/reqlog v1.0.22
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
golang.org/x/text v0.19.0
)
Expand Down Expand Up @@ -55,5 +55,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/temporal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
go.temporal.io/api v1.39.0
Expand Down Expand Up @@ -54,5 +54,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 1 addition & 3 deletions integration/vault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
require (
github.com/hashicorp/vault/api v1.15.0
github.com/stretchr/testify v1.9.0
go.nunchi.studio/helix v0.17.1
go.nunchi.studio/helix v0.18.0
)

retract (
Expand Down Expand Up @@ -56,5 +56,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
exit 1
fi

export GORELEASER_CURRENT_TAG=v0.17.1
export GORELEASER_CURRENT_TAG=v0.18.0

go work use -r ./

Expand Down Expand Up @@ -33,7 +33,7 @@ done
git tag "$GORELEASER_CURRENT_TAG"
git push --tags

goreleaser release --rm-dist
goreleaser release --clean

for mod in $integrations; do
cd ./integration/$mod
Expand Down

0 comments on commit 952dff0

Please sign in to comment.