From 952dff0d85c6fc4b0571c459ea011fa5850bab71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Saint-Roch?= Date: Wed, 9 Oct 2024 09:46:47 +0200 Subject: [PATCH] version: Release v0.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Saint-Roch --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 1 + .goreleaser.yaml | 4 +++- integration/bucket/go.mod | 4 +--- integration/clickhouse/go.mod | 4 +--- integration/nats/go.mod | 4 +--- integration/openfeature/go.mod | 4 +--- integration/postgres/go.mod | 4 +--- integration/rest/go.mod | 4 +--- integration/temporal/go.mod | 4 +--- integration/vault/go.mod | 4 +--- scripts/release.sh | 4 ++-- 11 files changed, 14 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 40bb8c4..7ed3bf3 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -8,6 +8,7 @@ body: attributes: label: What helix version are you using? options: + - 0.18.x - 0.17.x validations: required: true diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4a39e20..101819d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + project_name: "helix.go" release: @@ -7,4 +9,4 @@ builds: - skip: true changelog: - skip: true + disable: true diff --git a/integration/bucket/go.mod b/integration/bucket/go.mod index 9471e75..1e41574 100644 --- a/integration/bucket/go.mod +++ b/integration/bucket/go.mod @@ -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 ) @@ -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 => ../../ diff --git a/integration/clickhouse/go.mod b/integration/clickhouse/go.mod index 10e0511..4756940 100644 --- a/integration/clickhouse/go.mod +++ b/integration/clickhouse/go.mod @@ -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 ( @@ -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 => ../../ diff --git a/integration/nats/go.mod b/integration/nats/go.mod index 6b08354..1c08d82 100644 --- a/integration/nats/go.mod +++ b/integration/nats/go.mod @@ -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 ) @@ -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 => ../../ diff --git a/integration/openfeature/go.mod b/integration/openfeature/go.mod index 75e9bb7..996ca51 100644 --- a/integration/openfeature/go.mod +++ b/integration/openfeature/go.mod @@ -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 ) @@ -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 => ../../ diff --git a/integration/postgres/go.mod b/integration/postgres/go.mod index a3cd692..9d064c7 100644 --- a/integration/postgres/go.mod +++ b/integration/postgres/go.mod @@ -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 ( @@ -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 => ../../ diff --git a/integration/rest/go.mod b/integration/rest/go.mod index 44d5bce..765da3b 100644 --- a/integration/rest/go.mod +++ b/integration/rest/go.mod @@ -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 ) @@ -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 => ../../ diff --git a/integration/temporal/go.mod b/integration/temporal/go.mod index 31db04e..4bcace4 100644 --- a/integration/temporal/go.mod +++ b/integration/temporal/go.mod @@ -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 @@ -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 => ../../ diff --git a/integration/vault/go.mod b/integration/vault/go.mod index 4ec9aba..7d13503 100644 --- a/integration/vault/go.mod +++ b/integration/vault/go.mod @@ -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 ( @@ -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 => ../../ diff --git a/scripts/release.sh b/scripts/release.sh index 8549041..cd4ce19 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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 ./ @@ -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