Skip to content

Commit 471ac4d

Browse files
Release v0.33.1 (#666)
* Bump smart agent version to v5.12.0 * Update CHANGELOG.md * Bump github.com/signalfx/signalfx-agent to latest main
1 parent f6c6347 commit 471ac4d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.33.1
6+
7+
### 💡 Enhancements 💡
8+
9+
- Initial release of the `quay.io/signalfx/splunk-otel-collector-windows` [docker image for Windows](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/getting-started/windows-manual.md#docker)
10+
- Upgrade to Go 1.17 (#650)
11+
- Update bundled Smart Agent to [v5.12.0](https://github.com/signalfx/signalfx-agent/releases/tag/v5.12.0)
12+
513
## v0.33.0
614

715
This Splunk OpenTelemetry Connector release includes changes from the [opentelemetry-collector v0.33.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.33.0) and the [opentelemetry-collector-contrib v0.33.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.33.0) releases.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/openzipkin/zipkin-go v0.2.5
4545
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657
4646
github.com/signalfx/golib/v3 v3.3.36
47-
github.com/signalfx/signalfx-agent v1.0.1-0.20210819163550-0e368098128d
47+
github.com/signalfx/signalfx-agent v1.0.1-0.20210825181409-f66c88d96525
4848
github.com/sirupsen/logrus v1.8.1
4949
github.com/spf13/cast v1.4.1
5050
github.com/stretchr/testify v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,8 +2016,8 @@ github.com/signalfx/ondiskencoding v0.0.0-20191121154813-762ffb677f8e/go.mod h1:
20162016
github.com/signalfx/sapm-proto v0.4.0/go.mod h1:x3gtwJ1GRejtkghB4nYpwixh2zqJrLbPU959ZNhM0Fk=
20172017
github.com/signalfx/sapm-proto v0.7.0 h1:u6MErnxMDK5WQgOfPEMcS7gti5DQJKppAmAml8jJYbo=
20182018
github.com/signalfx/sapm-proto v0.7.0/go.mod h1:y4b+wJlBKH7AzdastAgdWHrfMBB/QYN+u+20SEA94C4=
2019-
github.com/signalfx/signalfx-agent v1.0.1-0.20210819163550-0e368098128d h1:sH7+SxWV86e2Iq0GkikikIYv3qcAJ5DAJDlDW84PPEE=
2020-
github.com/signalfx/signalfx-agent v1.0.1-0.20210819163550-0e368098128d/go.mod h1:/Y14GCUCP5bHmQze9pFN/O2CFgI/TrUCJ+fvwzBBhB0=
2019+
github.com/signalfx/signalfx-agent v1.0.1-0.20210825181409-f66c88d96525 h1:d7lX1xAgUtN54tc/2bY1M1+0hq9bk4mhInLcg+2pPhA=
2020+
github.com/signalfx/signalfx-agent v1.0.1-0.20210825181409-f66c88d96525/go.mod h1:5yJIZS/lAPaCgtGooDcdvoOA/mqyvGjIo3FzFyblS5c=
20212021
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20210617144543-be16994eef6b h1:MnsPJpWGJTTPaw4x+QieKWSSHY1D6R9iXbUqdER+Hnw=
20222022
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20210617144543-be16994eef6b/go.mod h1:kIpt0GcJgz1TchUlROxluJIm6upRXt8diVqaf/Zf2o0=
20232023
github.com/signalfx/signalfx-go v1.6.38-0.20200518153434-ceee8d2570d5 h1:+tu30Q5SkbYMBmI3sgDJTB9M1/Ga8z0V0LGDVY1D99g=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.11.4
1+
v5.12.0

0 commit comments

Comments
 (0)