Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/base-ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
check-goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
prepare:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
check-goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-opampsupervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
check-goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-opampsupervisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
GORELEASER_PRO_VERSION: v2.7.0
GORELEASER_PRO_VERSION: v2.11.0

jobs:
goreleaser:
Expand Down
6 changes: 3 additions & 3 deletions distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ builds:
path: artifacts/otelcol-contrib-windows_{{ .Target }}/otelcol-contrib.exe
archives:
- id: otelcol-contrib
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
builds:
- otelcol-contrib-linux
- otelcol-contrib-darwin
- otelcol-contrib-windows
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
nfpms:
- package_name: otelcol-contrib
contents:
Expand All @@ -93,14 +93,14 @@ nfpms:
dependencies:
- /bin/sh
id: otelcol-contrib
builds:
- otelcol-contrib-linux
formats:
- deb
- rpm
maintainer: The OpenTelemetry Collector maintainers <cncf-opentelemetry-maintainers@lists.cncf.io>
description: OpenTelemetry Collector - otelcol-contrib
license: Apache 2.0
builds:
- otelcol-contrib-linux
checksum:
name_template: '{{ .ProjectName }}_otelcol-contrib_checksums.txt'
dockers:
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-ebpf-profiler/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ builds:
- '{{ .Env.BUILD_FLAGS }}'
archives:
- id: otelcol-ebpf-profiler
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
builds:
- otelcol-ebpf-profiler-linux
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
checksum:
name_template: '{{ .ProjectName }}_otelcol-ebpf-profiler_checksums.txt'
dockers:
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-k8s/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ builds:
- '{{ .Env.BUILD_FLAGS }}'
archives:
- id: otelcol-k8s
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
builds:
- otelcol-k8s-linux
- otelcol-k8s-windows
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
checksum:
name_template: '{{ .ProjectName }}_otelcol-k8s_checksums.txt'
dockers:
Expand Down
6 changes: 3 additions & 3 deletions distributions/otelcol-otlp/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ builds:
- '{{ .Env.BUILD_FLAGS }}'
archives:
- id: otelcol-otlp
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
builds:
- otelcol-otlp-linux
- otelcol-otlp-darwin
- otelcol-otlp-windows
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
nfpms:
- package_name: otelcol-otlp
contents:
Expand All @@ -84,14 +84,14 @@ nfpms:
dependencies:
- /bin/sh
id: otelcol-otlp
builds:
- otelcol-otlp-linux
formats:
- deb
- rpm
maintainer: The OpenTelemetry Collector maintainers <cncf-opentelemetry-maintainers@lists.cncf.io>
description: OpenTelemetry Collector - otelcol-otlp
license: Apache 2.0
builds:
- otelcol-otlp-linux
checksum:
name_template: '{{ .ProjectName }}_otelcol-otlp_checksums.txt'
dockers:
Expand Down
6 changes: 3 additions & 3 deletions distributions/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ builds:
- '{{ .Env.BUILD_FLAGS }}'
archives:
- id: otelcol
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
builds:
- otelcol-linux
- otelcol-darwin
- otelcol-windows
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
nfpms:
- package_name: otelcol
contents:
Expand All @@ -88,14 +88,14 @@ nfpms:
dependencies:
- /bin/sh
id: otelcol
builds:
- otelcol-linux
formats:
- deb
- rpm
maintainer: The OpenTelemetry Collector maintainers <cncf-opentelemetry-maintainers@lists.cncf.io>
description: OpenTelemetry Collector - otelcol
license: Apache 2.0
builds:
- otelcol-linux
checksum:
name_template: '{{ .ProjectName }}_otelcol_checksums.txt'
dockers:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-releases
go 1.23

require (
github.com/goreleaser/goreleaser-pro/v2 v2.7.0
github.com/goreleaser/goreleaser-pro/v2 v2.11.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/goreleaser/goreleaser-pro/v2 v2.7.0 h1:07p7y2N3chwz1MIs5HwnkTE/OUo63asEQeuPyVP6eag=
github.com/goreleaser/goreleaser-pro/v2 v2.7.0/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
github.com/goreleaser/goreleaser-pro/v2 v2.11.0 h1:2OahvDpYJHHuFyLsfPDZxXHEEsXtqvTJ/rJUIjYMQOI=
github.com/goreleaser/goreleaser-pro/v2 v2.11.0/go.mod h1:GA7Uzk7qKA3efeDmgfWwcMTrDJe+V7D6H5RMqXlFvuc=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down