File tree Expand file tree Collapse file tree 15 files changed +95
-45
lines changed
Expand file tree Collapse file tree 15 files changed +95
-45
lines changed Original file line number Diff line number Diff line change 2929 type : string
3030
3131env :
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
3535jobs :
3636 check-goreleaser :
Original file line number Diff line number Diff line change 2222 default : false
2323
2424env :
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
2828jobs :
2929 prepare :
Original file line number Diff line number Diff line change 2424 - " go.sum"
2525
2626env :
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
3030jobs :
3131 check-goreleaser :
Original file line number Diff line number Diff line change 2222 - " go.sum"
2323
2424env :
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
2828jobs :
2929 check-goreleaser :
Original file line number Diff line number Diff line change 55 - " v*"
66
77env :
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
1111jobs :
1212 goreleaser :
Original file line number Diff line number Diff line change 55 - " v*"
66
77env :
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
1111jobs :
1212 goreleaser :
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ builds:
6868 path : artifacts/otelcol-contrib-windows_{{ .Target }}/otelcol-contrib.exe
6969archives :
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 }}'
7676nfpms :
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
104104checksum :
105105 name_template : ' {{ .ProjectName }}_otelcol-contrib_checksums.txt'
106106dockers :
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ builds:
2222 - ' {{ .Env.BUILD_FLAGS }}'
2323archives :
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 }}'
2828checksum :
2929 name_template : ' {{ .ProjectName }}_otelcol-ebpf-profiler_checksums.txt'
3030dockers :
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ builds:
3838 - ' {{ .Env.BUILD_FLAGS }}'
3939archives :
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 }}'
4545checksum :
4646 name_template : ' {{ .ProjectName }}_otelcol-k8s_checksums.txt'
4747dockers :
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ builds:
6262 - ' {{ .Env.BUILD_FLAGS }}'
6363archives :
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 }}'
7070nfpms :
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
9595checksum :
9696 name_template : ' {{ .ProjectName }}_otelcol-otlp_checksums.txt'
9797dockers :
You can’t perform that action at this time.
0 commit comments