Skip to content

Commit

Permalink
Release v0.46.0 (#1359)
Browse files Browse the repository at this point in the history
* Update smart agent deps

* Update smart agent bundle to 5.19.1

* Update changelog
  • Loading branch information
jeffreyc-splunk authored Mar 16, 2022
1 parent 4c6c956 commit 993136a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v0.46.0

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

### 💡 Enhancements 💡

- Upgrade `hostmetrics` receiver dependency (#1341)
- Update Linux installer script to fail immediately if running on an unsupported Linux distribution (#1351)
- Update bundled Smart Agent to [v5.19.1](https://github.com/signalfx/signalfx-agent/releases/tag/v5.19.1)

### 🧰 Bug fixes 🧰

- As a bug fix for hosts number miscalculation in Splunk Observability Cloud, Splunk OpenTelemetry Collector running in
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ require (
github.com/openzipkin/zipkin-go v0.4.0
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657
github.com/signalfx/golib/v3 v3.3.44
github.com/signalfx/signalfx-agent v1.0.1-0.20220215161630-3f86e8dbc9e3
github.com/signalfx/signalfx-agent v1.0.1-0.20220316145231-66d5e5bfbbe3
github.com/signalfx/splunk-otel-collector/tests v0.0.0-00010101000000-000000000000
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.4.1
Expand Down Expand Up @@ -424,7 +424,7 @@ replace (
github.com/influxdata/telegraf => github.com/signalfx/telegraf v0.10.2-0.20210820123244-82265917ca87
github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20220111145625-076109fa1910

github.com/signalfx/signalfx-agent/pkg/apm => github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220215161630-3f86e8dbc9e3
github.com/signalfx/signalfx-agent/pkg/apm => github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220316145231-66d5e5bfbbe3
github.com/soheilhy/cmux => github.com/soheilhy/cmux v0.1.5-0.20210205191134-5ec6847320e5 // required for smartagentreceiver to drop google.golang.org/grpc/examples/helloworld/helloworld test dep

// cvss scan requires this to be >= 3.3.23
Expand Down
9 changes: 4 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,6 @@ github.com/signalfx/golib v2.4.1+incompatible/go.mod h1:nWYefOwlUKWm/SpN/LgVSBny
github.com/signalfx/golib/v3 v3.0.0/go.mod h1:p+krygP/cDlWvCBEgdkQp3H16rbP4NW7YQa81TDMRe8=
github.com/signalfx/golib/v3 v3.3.13/go.mod h1:LKKCrEw4rU8ZL/8dVwX5i1+kqm4utB7uaHQpRx587rs=
github.com/signalfx/golib/v3 v3.3.33/go.mod h1:PB7OovVijH7OGhzMewarEcIZG3eG6akWMDucIb5Jnb4=
github.com/signalfx/golib/v3 v3.3.43/go.mod h1:LR8eTSda7NzynOqe0ibvV63OuqorWcHDtRCY22zTpKg=
github.com/signalfx/golib/v3 v3.3.44 h1:h9ZGN7gjeAL2VdVN8VDnXg1tcw93S1dL3ZkIGMyvfrk=
github.com/signalfx/golib/v3 v3.3.44/go.mod h1:LR8eTSda7NzynOqe0ibvV63OuqorWcHDtRCY22zTpKg=
github.com/signalfx/gomemcache v0.0.0-20180823214636-4f7ef64c72a9/go.mod h1:Ytb8KfCSyuwy/VILnROdgCvbQLA5ch0nkbG7lKT0BXw=
Expand All @@ -2482,10 +2481,10 @@ github.com/signalfx/sapm-proto v0.7.0/go.mod h1:y4b+wJlBKH7AzdastAgdWHrfMBB/QYN+
github.com/signalfx/sapm-proto v0.7.2/go.mod h1:HLufOh6Gd2altGxbeve+s6hh0EWCWoOM7MmuYuvs5PI=
github.com/signalfx/sapm-proto v0.9.0 h1:x4EfhzOZtBGyt2x8gc/C23Id9B+3lf1zE59VUWLKbpQ=
github.com/signalfx/sapm-proto v0.9.0/go.mod h1:OmhyyGyhBzoKQn6G2wM1vpEsGKGo0lym/kj0G41KqZk=
github.com/signalfx/signalfx-agent v1.0.1-0.20220215161630-3f86e8dbc9e3 h1:RyAhvsgmWWpRShnFeOOQSIpah0i6KHEpPyZy6tzfErQ=
github.com/signalfx/signalfx-agent v1.0.1-0.20220215161630-3f86e8dbc9e3/go.mod h1:6tlnJURyXweD8eEVCJpwoLcEiZoy3ct1bOEeYtepMUM=
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220215161630-3f86e8dbc9e3 h1:Rs9sDaru7oePXYgOfn6u/xsALVuSG8/Tm5tysWhQFEI=
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220215161630-3f86e8dbc9e3/go.mod h1:ykse0N6Kzcy+eBFROdiye5MFMM1h2BiZR8s1lKdgJik=
github.com/signalfx/signalfx-agent v1.0.1-0.20220316145231-66d5e5bfbbe3 h1:uRGlYQOwVN6OAOpSDqZsCByHB0JPMoKp0njxjpSNbsA=
github.com/signalfx/signalfx-agent v1.0.1-0.20220316145231-66d5e5bfbbe3/go.mod h1:Tol43a7FEsJCjN+UYN6Ii8VcQzpPD/CWB5QeXkWkqG8=
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220316145231-66d5e5bfbbe3 h1:EGGv81lQm/zbeirrqnfhqnpa2hbc6RL7LV1Z/yS/BsE=
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220316145231-66d5e5bfbbe3/go.mod h1:KtK7NG1CU7cDUZ460MN5e169Zb/O8q7Sg7iQ4x7xSI4=
github.com/signalfx/signalfx-go v1.6.38-0.20200518153434-ceee8d2570d5/go.mod h1:CeCGXKT2wqqky0Nz8eV0NH/CpMPE7tzYUcV8eQS1U1s=
github.com/signalfx/signalfx-go v1.8.1 h1:ObJF59/tsRcu8KSST8AfFVTca7po/GP2LoPcaGgcBUI=
github.com/signalfx/signalfx-go v1.8.1/go.mod h1:EtCwkwvLv+wfjDQVAs1O37yVn3hp2xAKmXA6BFKkRT4=
Expand Down
2 changes: 1 addition & 1 deletion internal/buildscripts/packaging/smart-agent-release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.19.0
v5.19.1

0 comments on commit 993136a

Please sign in to comment.