Skip to content

Commit 46a0b47

Browse files
authored
Merge branch 'main' into jmacd/component_interface_v3
2 parents bfd768a + 76ede07 commit 46a0b47

285 files changed

Lines changed: 3477 additions & 2531 deletions

File tree

Some content is hidden

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

.chloggen/aix_tier3.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/alpha-profiles.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.chloggen/fix-mdatagen-entity-builder.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.chloggen/go_validators_mdatagen.yaml renamed to .chloggen/mdatagen-toversion-only-stable-deprecated.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ change_type: enhancement
77
component: cmd/mdatagen
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Added ability to generate required fields validation to config go structs generated by mdatagen
10+
note: Only allow the `ToVersion` feature flag attribute to be set for the `Stable` and `Deprecated` stages.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [14563]
13+
issues: [15040]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
18+
subtext: |
19+
To better match the feature flag README
20+
(https://github.com/open-telemetry/opentelemetry-collector/blob/main/featuregate/README.md#feature-lifecycle).
1921
2022
# Optional: The change log or logs in which this entry should be included.
2123
# e.g. '[user]' or '[user, api]'
2224
# Include 'user' if the change is relevant to end users.
2325
# Include 'api' if there is a change to a library API.
2426
# Default: '[user]'
25-
change_logs: [api]
27+
change_logs: []

.chloggen/mdatagen_fix_reporoot.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.chloggen/remove-resource-constant-labels.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ${{ github.head_ref }}
3232

3333
- name: Setup Go
34-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3535
with:
3636
go-version: oldstable
3737
cache: false

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
32+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3333
with:
3434
go-version: oldstable
3535
cache: false

.github/workflows/build-and-test-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- name: Setup Go
28-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
28+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2929
with:
3030
go-version: oldstable
3131
cache: false
@@ -54,7 +54,7 @@ jobs:
5454
- name: Checkout Repo
5555
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
- name: Setup Go
57-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
57+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
5858
with:
5959
go-version: oldstable
6060
cache: false

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Setup Go
24-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
24+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2525
with:
2626
go-version: oldstable
2727
cache: false
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout Repo
4545
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
- name: Setup Go
47-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4848
with:
4949
go-version: oldstable
5050
cache: false
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout Repo
7070
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171
- name: Setup Go
72-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
72+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7373
with:
7474
go-version: oldstable
7575
cache: false
@@ -91,7 +91,7 @@ jobs:
9191
- name: Checkout Repo
9292
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9393
- name: Setup Go
94-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
94+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9595
with:
9696
go-version: stable
9797
cache: false
@@ -163,7 +163,7 @@ jobs:
163163
- name: Checkout Repo
164164
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165165
- name: Setup Go
166-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
166+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
167167
with:
168168
go-version: ${{ matrix.go-version }}
169169
cache: false
@@ -212,7 +212,7 @@ jobs:
212212
- name: Checkout Repo
213213
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
214214
- name: Setup Go
215-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
215+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
216216
with:
217217
go-version: oldstable
218218
cache: false
@@ -232,7 +232,7 @@ jobs:
232232
- name: Run Unit Tests With Coverage
233233
run: make gotest-with-cover
234234
- name: Upload coverage report
235-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # 5.5.3
235+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # 6.0.0
236236
env:
237237
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
238238

@@ -282,7 +282,7 @@ jobs:
282282
- name: Checkout Repo
283283
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
284284
- name: Setup Go
285-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
285+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
286286
with:
287287
go-version: oldstable
288288
cache: false

0 commit comments

Comments
 (0)