Skip to content

Commit 3b55554

Browse files
[chore] Prepare release v1.43.0/v0.137.0 (#13933)
The following commands were run to prepare this release: - make chlog-update VERSION=v1.43.0/v0.137.0 - make prepare-release PREVIOUS_VERSION=1[.]42[.]0 RELEASE_CANDIDATE=1.43.0 MODSET=stable - make prepare-release PREVIOUS_VERSION=0[.]136[.]0 RELEASE_CANDIDATE=0.137.0 MODSET=beta --------- Co-authored-by: otelbot <[email protected]> Co-authored-by: Dmitrii Anoshin <[email protected]>
1 parent 5a4966e commit 3b55554

File tree

94 files changed

+1148
-1291
lines changed

Some content is hidden

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

94 files changed

+1148
-1291
lines changed

.chloggen/control-attribute-enabled.yaml

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

.chloggen/mowies-standardize-chloggen-components.yaml

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

.chloggen/mx-psi_configoptional-1.0.yaml

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

.chloggen/mx-psi_mark-configauth-as-1.0.yaml

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

.chloggen/mx-psi_remove-deprecated-symbols-exporterhelper.yaml

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

.chloggen/stable-use-custom-proto.yaml

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

.chloggen/telemetry-tracesconfig-deprecated.yaml

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

CHANGELOG-API.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
77

88
<!-- next version -->
99

10+
## v1.43.0/v0.137.0
11+
12+
### 🛑 Breaking changes 🛑
13+
14+
- `pkg/exporterhelper`: Remove all experimental symbols in exporterhelper (#11143)
15+
They have all been moved to xexporterhelper
16+
17+
18+
### 🚩 Deprecations 🚩
19+
20+
- `all`: service/telemetry.TracesConfig is deprecated (#13904)
21+
This type alias has been added to otelconftelemetry.TracesConfig,
22+
where the otelconf-based telemetry implementation now lives.
23+
24+
25+
### 💡 Enhancements 💡
26+
27+
- `all`: Mark configoptional as stable (#13403)
28+
- `all`: Mark configauth module as 1.0 (#9476)
29+
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable (#13883)
30+
31+
<!-- previous-version -->
32+
1033
## v1.42.0/v0.136.0
1134

1235
### 🛑 Breaking changes 🛑

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
77

88
<!-- next version -->
99

10+
## v1.43.0/v0.137.0
11+
12+
### 💡 Enhancements 💡
13+
14+
- `cmd/mdatagen`: Improve validation for resource attribute `enabled` field in metadata files (#12722)
15+
Resource attributes now require an explicit `enabled` field in metadata.yaml files, while regular attributes
16+
are prohibited from having this field. This improves validation and prevents configuration errors.
17+
18+
- `all`: Changelog entries will now have their component field checked against a list of valid components. (#13924)
19+
This will ensure a more standardized changelog format which makes it easier to parse.
20+
- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable (#13883)
21+
22+
<!-- previous-version -->
23+
1024
## v1.42.0/v0.136.0
1125

1226
### 💡 Enhancements 💡

client/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.0
44

55
require (
66
github.com/stretchr/testify v1.11.1
7-
go.opentelemetry.io/collector/consumer v1.42.0
8-
go.opentelemetry.io/collector/pdata v1.42.0
7+
go.opentelemetry.io/collector/consumer v1.43.0
8+
go.opentelemetry.io/collector/pdata v1.43.0
99
go.uber.org/goleak v1.3.0
1010
)
1111

@@ -17,7 +17,7 @@ require (
1717
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1818
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
1919
github.com/pmezard/go-difflib v1.0.0 // indirect
20-
go.opentelemetry.io/collector/featuregate v1.42.0 // indirect
20+
go.opentelemetry.io/collector/featuregate v1.43.0 // indirect
2121
go.uber.org/multierr v1.11.0 // indirect
2222
golang.org/x/net v0.41.0 // indirect
2323
golang.org/x/sys v0.33.0 // indirect

0 commit comments

Comments
 (0)