Skip to content

Commit 91f378a

Browse files
chore: prepare release 0.131.6 (#250)
* Generate changes for a new version * Update CHANGELOG.md
1 parent c6009e3 commit 91f378a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## vNext
44

5+
## v0.131.6
6+
- Consumes public solarwinds-otel-collector-contrib v0.131.6 dependencies - [full changelog](https://github.com/solarwinds/solarwinds-otel-collector-contrib/blob/main/CHANGELOG.md#v01316)
7+
- Consumes private solarwinds-otel-collector-contrib v0.131.6 changes:
8+
- No changes.
9+
- Adds [swok8sworkloadstatusprocessor](https://github.com/solarwinds/solarwinds-otel-collector-contrib/tree/main/processor/swok8sworkloadstatusprocessor) to the `k8s`, `verified` and `playground` distributions.
10+
- Updates golang in _build/go.mod to 1.25.1
11+
12+
## v0.131.5
13+
- No changes, previous release failed to finish properly.
14+
515
## v0.131.4
616
- Consumes public solarwinds-otel-collector-contrib v0.131.4 dependencies - [full changelog](https://github.com/solarwinds/solarwinds-otel-collector-contrib/blob/main/CHANGELOG.md#v01314)
717
- Consumes private solarwinds-otel-collector-contrib v0.131.4 changes:

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package version
1616

17-
const Version = "0.131.4"
17+
const Version = "0.131.6"

0 commit comments

Comments
 (0)