Skip to content

Commit f4ff21e

Browse files
committed
Merge branch 'main' into goreleaser-code-ocb-opamp
# Conflicts: # cmd/opampsupervisor/.goreleaser.yaml
2 parents f68f18c + 771adb3 commit f4ff21e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+257
-98
lines changed

.chloggen/prometheus-exporter.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: service/telemetry
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Pins go.opentelemetry.io/otel/exporters/prometheus to v0.58.0"
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [1067]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: "go.opentelemetry.io/otel/exporters/prometheus v0.59.x has a bug leading to unexpected suffix in metric names, we want to stay with v0.58.0 in the artifacts."
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: [user]
26+

.chloggen/remove_opencensus.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: otelcol
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove deprecated opencensus exporter and receiver
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [1056]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: otelcol-contrib
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove deprecated opencensus exporter and receiver
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [1056]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: otelcol-k8s
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove deprecated opencensus exporter and receiver
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [1056]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []
26+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
33-
GORELEASER_PRO_VERSION: v2.11.0
33+
GORELEASER_PRO_VERSION: v2.11.2
3434

3535
jobs:
3636
check-goreleaser:

.github/workflows/base-release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
env:
2525
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
26-
GORELEASER_PRO_VERSION: v2.11.0
26+
GORELEASER_PRO_VERSION: v2.11.2
2727

2828
jobs:
2929
prepare:
@@ -99,13 +99,13 @@ jobs:
9999
DISTRIBUTIONS: ${{ inputs.distribution }}
100100

101101
- name: Log into Docker.io
102-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
102+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
103103
with:
104-
username: ${{ secrets.DOCKER_USERNAME }}
105-
password: ${{ secrets.DOCKER_PASSWORD }}
104+
username: ${{ vars.DOCKER_USERNAME }}
105+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
106106

107107
- name: Login to GitHub Package Registry
108-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
108+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
109109
with:
110110
registry: ghcr.io
111111
username: ${{ github.repository_owner }}
@@ -234,13 +234,13 @@ jobs:
234234
run: ls -R distributions/${{ inputs.distribution }}/dist
235235

236236
- name: Log into Docker.io
237-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
237+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
238238
with:
239-
username: ${{ secrets.DOCKER_USERNAME }}
240-
password: ${{ secrets.DOCKER_PASSWORD }}
239+
username: ${{ vars.DOCKER_USERNAME }}
240+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
241241

242242
- name: Login to GitHub Package Registry
243-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
243+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
244244
with:
245245
registry: ghcr.io
246246
username: ${{ github.repository_owner }}

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
types: [opened, synchronize, reopened, labeled, unlabeled]
1111
branches:
1212
- main
13+
- release/*
1314

1415
env:
1516
# Make sure to exit early if cache segment download times out after 2 minutes.

.github/workflows/ci-builder.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI - Builder
33
on:
44
merge_group:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release/*
79
paths:
810
- "distributions/otelcol-contrib/**"
911
- "cmd/**"
@@ -13,7 +15,9 @@ on:
1315
- "go.mod"
1416
- "go.sum"
1517
pull_request:
16-
branches: [main]
18+
branches:
19+
- main
20+
- release/*
1721
paths:
1822
- "distributions/otelcol-contrib/**"
1923
- "cmd/**"
@@ -25,7 +29,7 @@ on:
2529

2630
env:
2731
# renovate: datasource=github-releases depName=goreleaser/goreleaser-pro
28-
GORELEASER_PRO_VERSION: v2.11.0
32+
GORELEASER_PRO_VERSION: v2.11.2
2933

3034
jobs:
3135
check-goreleaser:

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI - Contrib - GoReleaser
33
on:
44
merge_group:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release/*
79
paths:
810
- "distributions/otelcol-contrib/**"
911
- "cmd/**"
@@ -13,7 +15,9 @@ on:
1315
- "go.mod"
1416
- "go.sum"
1517
pull_request:
16-
branches: [main]
18+
branches:
19+
- main
20+
- release/*
1721
paths:
1822
- "distributions/otelcol-contrib/**"
1923
- "cmd/**"

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI - Core - GoReleaser
33
on:
44
merge_group:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release/*
79
paths:
810
- "distributions/otelcol/**"
911
- "cmd/**"
@@ -13,7 +15,9 @@ on:
1315
- "go.mod"
1416
- "go.sum"
1517
pull_request:
16-
branches: [main]
18+
branches:
19+
- main
20+
- release/*
1721
paths:
1822
- "distributions/otelcol/**"
1923
- "cmd/**"

0 commit comments

Comments
 (0)