Skip to content

Commit d4bcc8c

Browse files
authored
Merge branch 'main' into two-step-release-process
2 parents c4ef958 + 4394049 commit d4bcc8c

File tree

15 files changed

+95
-45
lines changed

15 files changed

+95
-45
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ on:
2929
type: string
3030

3131
env:
32-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
33-
GORELEASER_PRO_VERSION: v2.7.0
32+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
33+
GORELEASER_PRO_VERSION: v2.11.0
3434

3535
jobs:
3636
check-goreleaser:

.github/workflows/base-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
default: false
2323

2424
env:
25-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
26-
GORELEASER_PRO_VERSION: v2.7.0
25+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
26+
GORELEASER_PRO_VERSION: v2.11.0
2727

2828
jobs:
2929
prepare:

.github/workflows/ci-builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
- "go.sum"
2525

2626
env:
27-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
28-
GORELEASER_PRO_VERSION: v2.7.0
27+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
28+
GORELEASER_PRO_VERSION: v2.11.0
2929

3030
jobs:
3131
check-goreleaser:

.github/workflows/ci-opampsupervisor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- "go.sum"
2323

2424
env:
25-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
26-
GORELEASER_PRO_VERSION: v2.7.0
25+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
26+
GORELEASER_PRO_VERSION: v2.11.0
2727

2828
jobs:
2929
check-goreleaser:

.github/workflows/release-builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- "v*"
66

77
env:
8-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
9-
GORELEASER_PRO_VERSION: v2.7.0
8+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
9+
GORELEASER_PRO_VERSION: v2.11.0
1010

1111
jobs:
1212
goreleaser:

.github/workflows/release-opampsupervisor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- "v*"
66

77
env:
8-
# renovate: datasource=github-tags depName=goreleaser-pro packageName=goreleaser/goreleaser-pro
9-
GORELEASER_PRO_VERSION: v2.7.0
8+
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
9+
GORELEASER_PRO_VERSION: v2.11.0
1010

1111
jobs:
1212
goreleaser:

distributions/otelcol-contrib/.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ builds:
6868
path: artifacts/otelcol-contrib-windows_{{ .Target }}/otelcol-contrib.exe
6969
archives:
7070
- id: otelcol-contrib
71+
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
7172
builds:
7273
- otelcol-contrib-linux
7374
- otelcol-contrib-darwin
7475
- otelcol-contrib-windows
75-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
7676
nfpms:
7777
- package_name: otelcol-contrib
7878
contents:
@@ -93,14 +93,14 @@ nfpms:
9393
dependencies:
9494
- /bin/sh
9595
id: otelcol-contrib
96-
builds:
97-
- otelcol-contrib-linux
9896
formats:
9997
- deb
10098
- rpm
10199
maintainer: The OpenTelemetry Collector maintainers <cncf-opentelemetry-maintainers@lists.cncf.io>
102100
description: OpenTelemetry Collector - otelcol-contrib
103101
license: Apache 2.0
102+
builds:
103+
- otelcol-contrib-linux
104104
checksum:
105105
name_template: '{{ .ProjectName }}_otelcol-contrib_checksums.txt'
106106
dockers:

distributions/otelcol-ebpf-profiler/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ builds:
2222
- '{{ .Env.BUILD_FLAGS }}'
2323
archives:
2424
- id: otelcol-ebpf-profiler
25+
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
2526
builds:
2627
- otelcol-ebpf-profiler-linux
27-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
2828
checksum:
2929
name_template: '{{ .ProjectName }}_otelcol-ebpf-profiler_checksums.txt'
3030
dockers:

distributions/otelcol-k8s/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ builds:
3838
- '{{ .Env.BUILD_FLAGS }}'
3939
archives:
4040
- id: otelcol-k8s
41+
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4142
builds:
4243
- otelcol-k8s-linux
4344
- otelcol-k8s-windows
44-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
4545
checksum:
4646
name_template: '{{ .ProjectName }}_otelcol-k8s_checksums.txt'
4747
dockers:

distributions/otelcol-otlp/.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ builds:
6262
- '{{ .Env.BUILD_FLAGS }}'
6363
archives:
6464
- id: otelcol-otlp
65+
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
6566
builds:
6667
- otelcol-otlp-linux
6768
- otelcol-otlp-darwin
6869
- otelcol-otlp-windows
69-
name_template: '{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}'
7070
nfpms:
7171
- package_name: otelcol-otlp
7272
contents:
@@ -84,14 +84,14 @@ nfpms:
8484
dependencies:
8585
- /bin/sh
8686
id: otelcol-otlp
87-
builds:
88-
- otelcol-otlp-linux
8987
formats:
9088
- deb
9189
- rpm
9290
maintainer: The OpenTelemetry Collector maintainers <cncf-opentelemetry-maintainers@lists.cncf.io>
9391
description: OpenTelemetry Collector - otelcol-otlp
9492
license: Apache 2.0
93+
builds:
94+
- otelcol-otlp-linux
9595
checksum:
9696
name_template: '{{ .ProjectName }}_otelcol-otlp_checksums.txt'
9797
dockers:

0 commit comments

Comments
 (0)