Skip to content

Commit 112f318

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.69 (open-telemetry#30849)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aliyun/aliyun-log-go-sdk](https://togithub.com/aliyun/aliyun-log-go-sdk) | `v0.1.68` -> `v0.1.69` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.69?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.69?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.68/v0.1.69?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faliyun%2faliyun-log-go-sdk/v0.1.68/v0.1.69?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aliyun/aliyun-log-go-sdk (github.com/aliyun/aliyun-log-go-sdk)</summary> ### [`v0.1.69`](https://togithub.com/aliyun/aliyun-log-go-sdk/releases/tag/v0.1.69) [Compare Source](https://togithub.com/aliyun/aliyun-log-go-sdk/compare/v0.1.68...v0.1.69) #### What's Changed - add vpcid for kafka ingestion by [@&open-telemetry#8203;fanzhonghao](https://togithub.com/fanzhonghao) in [https://github.com/aliyun/aliyun-log-go-sdk/pull/248](https://togithub.com/aliyun/aliyun-log-go-sdk/pull/248) - Feature/add s3 example by [@&open-telemetry#8203;fanzhonghao](https://togithub.com/fanzhonghao) in [https://github.com/aliyun/aliyun-log-go-sdk/pull/252](https://togithub.com/aliyun/aliyun-log-go-sdk/pull/252) - Support spl by [@&open-telemetry#8203;AVloger](https://togithub.com/AVloger) in [https://github.com/aliyun/aliyun-log-go-sdk/pull/251](https://togithub.com/aliyun/aliyun-log-go-sdk/pull/251) #### New Contributors - [@&open-telemetry#8203;AVloger](https://togithub.com/AVloger) made their first contribution in [https://github.com/aliyun/aliyun-log-go-sdk/pull/251](https://togithub.com/aliyun/aliyun-log-go-sdk/pull/251) **Full Changelog**: aliyun/aliyun-log-go-sdk@v0.1.68...v0.1.69 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
1 parent a2cf0ad commit 112f318

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ require (
252252
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
253253
github.com/alecthomas/participle/v2 v2.1.1 // indirect
254254
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
255-
github.com/aliyun/aliyun-log-go-sdk v0.1.68 // indirect
255+
github.com/aliyun/aliyun-log-go-sdk v0.1.69 // indirect
256256
github.com/andybalholm/brotli v1.0.6 // indirect
257257
github.com/apache/arrow/go/v14 v14.0.2 // indirect
258258
github.com/apache/pulsar-client-go v0.8.1 // indirect

cmd/configschema/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ require (
303303
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
304304
github.com/alecthomas/participle/v2 v2.1.1 // indirect
305305
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
306-
github.com/aliyun/aliyun-log-go-sdk v0.1.68 // indirect
306+
github.com/aliyun/aliyun-log-go-sdk v0.1.69 // indirect
307307
github.com/andybalholm/brotli v1.0.6 // indirect
308308
github.com/apache/arrow/go/v14 v14.0.2 // indirect
309309
github.com/apache/pulsar-client-go v0.8.1 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/alibabacloudlogserviceexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibab
33
go 1.20
44

55
require (
6-
github.com/aliyun/aliyun-log-go-sdk v0.1.68
6+
github.com/aliyun/aliyun-log-go-sdk v0.1.69
77
github.com/gogo/protobuf v1.3.2
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.93.0
99
github.com/stretchr/testify v1.8.4

exporter/alibabacloudlogserviceexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ require (
272272
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
273273
github.com/alecthomas/participle/v2 v2.1.1 // indirect
274274
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
275-
github.com/aliyun/aliyun-log-go-sdk v0.1.68 // indirect
275+
github.com/aliyun/aliyun-log-go-sdk v0.1.69 // indirect
276276
github.com/andybalholm/brotli v1.0.6 // indirect
277277
github.com/apache/arrow/go/v14 v14.0.2 // indirect
278278
github.com/apache/pulsar-client-go v0.8.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)