Skip to content

Commit

Permalink
version: Release v0.15.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 18, 2023
1 parent bb7c147 commit 6f76e61
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 23 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: What helix version are you using?
options:
- 0.14.x
- 0.15.x
validations:
required: true
- type: dropdown
Expand All @@ -33,9 +33,6 @@ body:
label: What Go version are you running?
options:
- 1.21.x
- 1.20.x
- 1.19.x
- 1.18.x
validations:
required: true
- type: dropdown
Expand Down
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.21
require (
github.com/ClickHouse/clickhouse-go/v2 v2.14.3
github.com/stretchr/testify v1.8.4
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
)

require (
Expand Down Expand Up @@ -45,5 +45,3 @@ require (
google.golang.org/protobuf v1.31.0 // 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.21
require (
github.com/nats-io/nats.go v1.31.0
github.com/stretchr/testify v1.8.4
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
go.opentelemetry.io/otel v1.19.0
)

Expand Down Expand Up @@ -38,5 +38,3 @@ require (
google.golang.org/protobuf v1.31.0 // 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.21
require (
github.com/jackc/pgx/v5 v5.4.3
github.com/stretchr/testify v1.8.4
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
)

require (
Expand Down Expand Up @@ -39,5 +39,3 @@ require (
google.golang.org/protobuf v1.31.0 // 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.20
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.20
github.com/uptrace/bunrouter/extra/reqlog v1.0.20
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
)

Expand Down Expand Up @@ -50,5 +50,3 @@ require (
google.golang.org/protobuf v1.31.0 // 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.21

require (
github.com/stretchr/testify v1.8.4
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
go.opentelemetry.io/otel v1.19.0
go.opentelemetry.io/otel/trace v1.19.0
go.temporal.io/api v1.24.0
Expand Down Expand Up @@ -50,5 +50,3 @@ require (
google.golang.org/protobuf v1.31.0 // 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.21
require (
github.com/hashicorp/vault/api v1.10.0
github.com/stretchr/testify v1.8.4
go.nunchi.studio/helix v0.14.1
go.nunchi.studio/helix v0.15.0
)

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

replace go.nunchi.studio/helix => ../../
2 changes: 1 addition & 1 deletion 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.14.1
export GORELEASER_CURRENT_TAG=v0.15.0

go work use -r ./

Expand Down

0 comments on commit 6f76e61

Please sign in to comment.