Skip to content

Commit

Permalink
Update module github.com/logicmonitor/lm-data-sdk-go to v1.1.0 (#29817)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/logicmonitor/lm-data-sdk-go](https://togithub.com/logicmonitor/lm-data-sdk-go)
| require | minor | `v1.0.0` -> `v1.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>logicmonitor/lm-data-sdk-go
(github.com/logicmonitor/lm-data-sdk-go)</summary>

###
[`v1.1.0`](https://togithub.com/logicmonitor/lm-data-sdk-go/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/logicmonitor/lm-data-sdk-go/compare/v1.0.0...v1.1.0)

#### What's Changed

- improvement(pinned dependency): Add third party hash to Github Actions
by [@&#8203;anubhav6663](https://togithub.com/anubhav6663) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/33](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/33)
- Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc6 to 1.0.0-rc8
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/32](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/32)
- feature(sbom): Add sbom report. by
[@&#8203;anubhav6663](https://togithub.com/anubhav6663) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/34](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/34)
- Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc8 to 1.0.0-rc9
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/36](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/36)
- Bump go.uber.org/multierr from 1.10.0 to 1.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/35](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/35)
- Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc9 to
1.0.0-rcv0011 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/38](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/38)
- Support logs resource mapping config by
[@&#8203;avadhut123pisal](https://togithub.com/avadhut123pisal) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/44](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/44)

#### New Contributors

- [@&#8203;anubhav6663](https://togithub.com/anubhav6663) made their
first contribution in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/33](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/33)

**Full Changelog**:
logicmonitor/lm-data-sdk-go@v1.0.0...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Dec 12, 2023
1 parent d033e84 commit ece9f7c
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ require (
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/linkedin/goavro/v2 v2.9.8 // indirect
github.com/linode/linodego v1.23.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.0.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ require (
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/linkedin/goavro/v2 v2.9.8 // indirect
github.com/linode/linodego v1.23.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.0.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions exporter/logicmonitorexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/logicm
go 1.20

require (
github.com/logicmonitor/lm-data-sdk-go v1.0.0
github.com/logicmonitor/lm-data-sdk-go v1.1.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.91.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -60,7 +60,7 @@ require (
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions exporter/logicmonitorexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ require (
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/linkedin/goavro/v2 v2.9.8 // indirect
github.com/linode/linodego v1.23.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.0.0 // indirect
github.com/logicmonitor/lm-data-sdk-go v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ece9f7c

Please sign in to comment.