Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go-dependencies group across 1 directory with 17 updates #64

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the go-dependencies group with 12 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go 1.55.5 1.55.6
github.com/minio/minio-go/v7 7.0.82 7.0.84
github.com/opentracing-contrib/go-grpc 0.1.0 0.1.1
github.com/prometheus/alertmanager 0.27.0 0.28.0
github.com/prometheus/common 0.61.0 0.62.0
go.opentelemetry.io/contrib/propagators/aws 1.33.0 1.34.0
go.opentelemetry.io/otel/bridge/opentracing 1.33.0 1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.33.0 1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.33.0 1.34.0
golang.org/x/time 0.8.0 0.9.0
github.com/tjhop/slog-gokit 0.1.2 0.1.3
go.opentelemetry.io/collector/pdata 1.22.0 1.24.0

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

Updates github.com/minio/minio-go/v7 from 7.0.82 to 7.0.84

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.83...v7.0.84

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.82...v7.0.83

Commits
  • 113812b Use default STS endpoints when using empty STS endpoint with IAM (#2051)
  • 2fd5a54 move to go1.23 CI (#2050)
  • c18789f fix: get ETag for CopyObject response rather than response Headers (#2019)
  • 5b389f0 docs: CopyObject update docs variable reference (#2017)
  • 5cf2ee7 fix: use Hostname instead of Host in s3utils.GetRegionFromURL (#2046)
  • ad925db Update version to next release
  • 0abbe92 Use default STS endpoint (#2044)
  • 5757f2c update golang.org/x/net security
  • 7766336 Bring back Retrieve() interface to be compatible and not break clients
  • 4a691e1 Use proper HTTP client for fetching credentials (#2041)
  • Additional commits viewable in compare view

Updates github.com/opentracing-contrib/go-grpc from 0.1.0 to 0.1.1

Release notes

Sourced from github.com/opentracing-contrib/go-grpc's releases.

v0.1.1

What's Changed

🔨 Maintenance

⬆️ Dependencies

New Contributors

Full Changelog: opentracing-contrib/go-grpc@v0.1.0...v0.1.1

Commits
  • 2f9c7e3 Run tests for oldstable (#35)
  • 49eae08 Bump golang.org/x/net from 0.30.0 to 0.34.0 (#34)
  • ed2e2e3 Update module google.golang.org/grpc to v1.69.4 (#33)
  • 9e4b4d4 Update module google.golang.org/grpc to v1.69.2 (#32)
  • ca80a95 Update module google.golang.org/grpc to v1.68.1 (#31)
  • 8dc4a50 Update module github.com/stretchr/testify to v1.10.0 (#30)
  • See full diff in compare view

Updates github.com/prometheus/alertmanager from 0.27.0 to 0.28.0

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.28.0 / 2025-01-15

  • [CHANGE] Templating errors in the SNS integration now return an error. #3531 #3879
  • [CHANGE] Adopt log/slog, drop go-kit/log #4089
  • [FEATURE] Add a new Microsoft Teams integration based on Flows #4024
  • [FEATURE] Add a new Rocket.Chat integration #3600
  • [FEATURE] Add a new Jira integration #3590 #3931
  • [FEATURE] Add support for GOMEMLIMIT, enable it via the feature flag --enable-feature=auto-gomemlimit. #3895
  • [FEATURE] Add support for GOMAXPROCS, enable it via the feature flag --enable-feature=auto-gomaxprocs. #3837
  • [FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags --silences.max-silences and --silences.max-silence-size-bytes to set them accordingly #3852 #3862 #3866 #3885 #3886 #3877
  • [FEATURE] Muted alerts now show whether they are suppressed or not in both the /api/v2/alerts endpoint and the Alertmanager UI. #3793 #3797 #3792
  • [ENHANCEMENT] Add support for content, username and avatar_url in the Discord integration. content and username also support templating. #4007
  • [ENHANCEMENT] Only invalidate the silences cache if a new silence is created or an existing silence replaced - should improve latency on both GET api/v2/alerts and POST api/v2/alerts API endpoint. #3961
  • [ENHANCEMENT] Add image source label to Dockerfile. To get changelogs shown when using Renovate #4062
  • [ENHANCEMENT] Build using go 1.23 #4071
  • [ENHANCEMENT] Support setting a global SMTP TLS configuration. #3732
  • [ENHANCEMENT] The setting room_id in the WebEx integration can now be templated to allow for dynamic room IDs. #3801
  • [ENHANCEMENT] Enable setting message_thread_id for the Telegram integration. #3638
  • [ENHANCEMENT] Support the since and humanizeDuration functions to templates. This means users can now format time to more human-readable text. #3863
  • [ENHANCEMENT] Support the date and tz functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. #3812
  • [ENHANCEMENT] Latency metrics now support native histograms. #3737
  • [ENHANCEMENT] Add full width to adaptive card for msteamsv2 #4135
  • [ENHANCEMENT] Add timeout option for webhook notifier. #4137
  • [ENHANCEMENT] Update config to allow showing secret values when marshaled #4158
  • [ENHANCEMENT] Enable templating for Jira project and issue_type #4159
  • [BUGFIX] Fix the SMTP integration not correctly closing an SMTP submission, which may lead to unsuccessful dispatches being marked as successful. #4006
  • [BUGFIX] The ParseMode option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. #4027
  • [BUGFIX] Fix a memory leak that was caused by updates silences continuously. #3930
  • [BUGFIX] Fix hiding secret URLs when the URL is incorrect. #3887
  • [BUGFIX] Fix a race condition in the alerts - it was more of a hypothetical race condition that could have occurred in the alert reception pipeline. #3648
  • [BUGFIX] Fix a race condition in the alert delivery pipeline that would cause a firing alert that was delivered earlier to be deleted from the aggregation group when instead it should have been delivered again. #3826
  • [BUGFIX] Fix version in APIv1 deprecation notice. #3815
  • [BUGFIX] Fix crash errors when using url_file in the Webhook integration. #3800
  • [BUGFIX] fix Route.ID() returns conflicting IDs. #3803
  • [BUGFIX] Fix deadlock on the alerts memory store. #3715
  • [BUGFIX] Fix amtool template render when using the default values. #3725
  • [BUGFIX] Fix webhook_url_file for both the Discord and Microsoft Teams integrations. #3728 #3745
  • [BUGFIX] Fix wechat api link #4084
  • [BUGFIX] Fix build info metric #4166
  • [BUGFIX] Fix UTF-8 not allowed in Equal field for inhibition rules #4177

0.28.0-rc.0 / 2024-10-24

  • [CHANGE] Templating errors in the SNS integration now return an error. #3531 #3879
  • [FEATURE] Add a new Microsoft Teams integration based on Flows #4024
  • [FEATURE] Add a new Rocket.Chat integration #3600
  • [FEATURE] Add a new Jira integration #3590 #3931
  • [FEATURE] Add support for GOMEMLIMIT, enable it via the feature flag --enable-feature=auto-gomemlimit. #3895
  • [FEATURE] Add support for GOMAXPROCS, enable it via the feature flag --enable-feature=auto-gomaxprocs. #3837
  • [FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags --silences.max-silences and --silences.max-silence-size-bytes to set them accordingly #3852 #3862 #3866 #3885 #3886 #3877
  • [FEATURE] Muted alerts now show whether they are suppressed or not in both the /api/v2/alerts endpoint and the Alertmanager UI. #3793 #3797 #3792
  • [ENHANCEMENT] Add support for content, username and avatar_url in the Discord integration. content and username also support templating. #4007

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.28.0 / 2025-01-15

  • [CHANGE] Templating errors in the SNS integration now return an error. #3531 #3879
  • [CHANGE] Adopt log/slog, drop go-kit/log #4089
  • [FEATURE] Add a new Microsoft Teams integration based on Flows #4024
  • [FEATURE] Add a new Rocket.Chat integration #3600
  • [FEATURE] Add a new Jira integration #3590 #3931
  • [FEATURE] Add support for GOMEMLIMIT, enable it via the feature flag --enable-feature=auto-gomemlimit. #3895
  • [FEATURE] Add support for GOMAXPROCS, enable it via the feature flag --enable-feature=auto-gomaxprocs. #3837
  • [FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags --silences.max-silences and --silences.max-silence-size-bytes to set them accordingly #3852 #3862 #3866 #3885 #3886 #3877
  • [FEATURE] Muted alerts now show whether they are suppressed or not in both the /api/v2/alerts endpoint and the Alertmanager UI. #3793 #3797 #3792
  • [ENHANCEMENT] Add support for content, username and avatar_url in the Discord integration. content and username also support templating. #4007
  • [ENHANCEMENT] Only invalidate the silences cache if a new silence is created or an existing silence replaced - should improve latency on both GET api/v2/alerts and POST api/v2/alerts API endpoint. #3961
  • [ENHANCEMENT] Add image source label to Dockerfile. To get changelogs shown when using Renovate #4062
  • [ENHANCEMENT] Build using go 1.23 #4071
  • [ENHANCEMENT] Support setting a global SMTP TLS configuration. #3732
  • [ENHANCEMENT] The setting room_id in the WebEx integration can now be templated to allow for dynamic room IDs. #3801
  • [ENHANCEMENT] Enable setting message_thread_id for the Telegram integration. #3638
  • [ENHANCEMENT] Support the since and humanizeDuration functions to templates. This means users can now format time to more human-readable text. #3863
  • [ENHANCEMENT] Support the date and tz functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. #3812
  • [ENHANCEMENT] Latency metrics now support native histograms. #3737
  • [ENHANCEMENT] Add full width to adaptive card for msteamsv2 #4135
  • [ENHANCEMENT] Add timeout option for webhook notifier. #4137
  • [ENHANCEMENT] Update config to allow showing secret values when marshaled #4158
  • [ENHANCEMENT] Enable templating for Jira project and issue_type #4159
  • [BUGFIX] Fix the SMTP integration not correctly closing an SMTP submission, which may lead to unsuccessful dispatches being marked as successful. #4006
  • [BUGFIX] The ParseMode option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. #4027
  • [BUGFIX] Fix a memory leak that was caused by updates silences continuously. #3930
  • [BUGFIX] Fix hiding secret URLs when the URL is incorrect. #3887
  • [BUGFIX] Fix a race condition in the alerts - it was more of a hypothetical race condition that could have occurred in the alert reception pipeline. #3648
  • [BUGFIX] Fix a race condition in the alert delivery pipeline that would cause a firing alert that was delivered earlier to be deleted from the aggregation group when instead it should have been delivered again. #3826
  • [BUGFIX] Fix version in APIv1 deprecation notice. #3815
  • [BUGFIX] Fix crash errors when using url_file in the Webhook integration. #3800
  • [BUGFIX] fix Route.ID() returns conflicting IDs. #3803
  • [BUGFIX] Fix deadlock on the alerts memory store. #3715
  • [BUGFIX] Fix amtool template render when using the default values. #3725
  • [BUGFIX] Fix webhook_url_file for both the Discord and Microsoft Teams integrations. #3728 #3745
  • [BUGFIX] Fix wechat api link #4084
  • [BUGFIX] Fix build info metric #4166
  • [BUGFIX] Fix UTF-8 not allowed in Equal field for inhibition rules #4177
Commits
  • 4ce04fb Merge pull request #4176 from prometheus/superq/v0.28.0
  • bd3f26f Release v0.28.0
  • fe67360 Merge pull request #4188 from prometheus/dependabot/npm_and_yarn/ui/react-app...
  • 7fe39cb Merge pull request #4183 from prometheus/dependabot/npm_and_yarn/ui/react-app...
  • 486a463 Merge pull request #4158 from wallee94/support-disable-marshal-secret-value
  • ced7949 Merge pull request #4177 from grobinson-grafana/grobinson/fix-inhibit-rules-e...
  • 176486e Merge pull request #4185 from prometheus/dependabot/npm_and_yarn/ui/react-app...
  • 2cc9cc9 Merge pull request #4196 from dongjiang1989/update-automemlimit-version
  • 1f81bef Bump webpack-cli from 5.1.4 to 6.0.1 in /ui/react-app
  • 715c68b Merge pull request #4192 from prometheus/dependabot/npm_and_yarn/ui/react-app...
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.61.0 to 0.62.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.62.0

⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.61.0...v0.62.0

Commits
  • 280b0e7 http_config: Allow customizing TLS config and settings. (#748)
  • aea8919 Update common Prometheus files (#747)
  • 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (#743)
  • fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)
  • 5d9961d Update common Prometheus files (#742)
  • 0a89b98 Merge pull request #740 from dashpole/update_om_links
  • e3926e2 update links to openmetrics to reference the v1.0.0 release
  • d88ee1f Remove deprecated sigv4 module (#737)
  • c3fdb17 Remove deprecated promlog package (#738)
  • cf5f48f Change default validation scheme to UTF8Validation (#724)
  • See full diff in compare view

Updates go.opentelemetry.io/contrib/propagators/aws from 1.33.0 to 1.34.0

Changelog

Sourced from go.opentelemetry.io/contrib/propagators/aws's changelog.

[1.34.0/0.59.0/0.28.0/0.14.0/0.9.0/0.7.0/0.6.0] - 2025-01-17

Added

  • Generate server metrics with semantic conventions v1.26.0 in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp when OTEL_SEMCONV_STABILITY_OPT_IN is set to http/dup. (#6411)
  • Generate client metrics with semantic conventions v1.26.0 in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp when OTEL_SEMCONV_STABILITY_OPT_IN is set to http/dup. (#6607)

Fixed

  • Fix error logged by Jaeger remote sampler on empty or unset OTEL_TRACES_SAMPLER_ARG environment variable (#6511)
  • Relax minimum Go version to 1.22.0 in various modules. (#6595)
  • NewSDK handles empty OpenTelemetryConfiguration.Resource properly in go.opentelemetry.io/contrib/config/v0.3.0. (#6606)
  • Fix a possible nil dereference panic in NewSDK of go.opentelemetry.io/contrib/config/v0.3.0. (#6606)
Commits
  • e6e7902 Release v1.34.0/v0.59.0/v0.28.0/v0.14.0/v0.9.0/v0.7.0/v0.6.0 (#6641)
  • 21dad7f chore(deps): update module github.com/goccy/go-yaml to v1.15.15 (#6640)
  • 751de09 config: Add fuzz tests (#6604)
  • dafdad1 Templatize the otelhttp semconv module (#6626)
  • df8e435 fix(deps): update aws-sdk-go-v2 monorepo (#6631)
  • ad47796 chore(deps): update module github.com/prometheus/common to v0.62.0 (#6634)
  • 3657d50 chore(deps): update module github.com/goccy/go-yaml to v1.15.14 (#6628)
  • 512218b fix(deps): update aws-sdk-go-v2 monorepo (#6623)
  • f271d55 fix(deps): update aws-sdk-go-v2 monorepo (#6622)
  • 820aa80 fix(deps): update module github.com/aws/aws-sdk-go to v1.55.6 (#6619)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.33.0 to 1.34.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#6143)
Commits
  • edc378f Release v1.34.0/v0.56.0/v0.10.0 (#6174)
  • e18299f log: Make whole Logs API user-facing (#6167)
  • cbc3b6a fix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)
  • 2dcb9b3 chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)
  • 764ae10 fix(deps): update googleapis to 1a7da9e (#6164)
  • f87cced chore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)
  • be76ebf chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)
  • 3e60bd4 fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)
  • 79b1fc1 Fix demo links (#6160)
  • 4a87cfe fix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/bridge/opentracing from 1.33.0 to 1.34.0

Changelog

Sourced from go.opentelemetry.io/otel/bridge/opentracing's changelog.

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#6143)
Commits
  • edc378f Release v1.34.0/v0.56.0/v0.10.0 (#6174)
  • e18299f log: Make whole Logs API user-facing (#6167)
  • cbc3b6a fix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)
  • 2dcb9b3 chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)
  • 764ae10 fix(deps): update googleapis to 1a7da9e (#6164)
  • f87cced chore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)
  • be76ebf chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)
  • 3e60bd4 fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)
  • 79b1fc1 Fix demo links (#6160)
  • 4a87cfe fix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.33.0 to 1.34.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace's changelog.

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#6143)
Commits
  • edc378f Release v1.34.0/v0.56.0/v0.10.0 (#6174)
  • e18299f log: Make whole Logs API user-facing (#6167)
  • cbc3b6a fix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)
  • 2dcb9b3 chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)
  • 764ae10 fix(deps): update googleapis to 1a7da9e (#6164)
  • f87cced chore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)
  • be76ebf chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)
  • 3e60bd4 fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)
  • 79b1fc1 Fix demo links (#6160)
  • 4a87cfe fix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.33.0 to 1.34.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#6143)
Commits
  • edc378f Release v1.34.0/v0.56.0/v0.10.0 (#6174)
  • e18299f log: Make whole Logs API user-facing (#6167)
  • cbc3b6a fix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)
  • 2dcb9b3 chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)
  • 764ae10 fix(deps): update googleapis to 1a7da9e (#6164)
  • f87cced chore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)
  • be76ebf chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)
  • 3e60bd4 fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)
  • 79b1fc1 Fix demo links (#6160)
  • 4a87cfe fix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/sdk from 1.33.0 to 1.34.0

Changelog

Sourced from go.open...

Description has been truncated

Bumps the go-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.6` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.82` | `7.0.84` |
| [github.com/opentracing-contrib/go-grpc](https://github.com/opentracing-contrib/go-grpc) | `0.1.0` | `0.1.1` |
| [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.27.0` | `0.28.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.61.0` | `0.62.0` |
| [go.opentelemetry.io/contrib/propagators/aws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `1.33.0` | `1.34.0` |
| [go.opentelemetry.io/otel/bridge/opentracing](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.34.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.34.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.34.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.9.0` |
| [github.com/tjhop/slog-gokit](https://github.com/tjhop/slog-gokit) | `0.1.2` | `0.1.3` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.22.0` | `1.24.0` |



Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.6)

Updates `github.com/minio/minio-go/v7` from 7.0.82 to 7.0.84
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.82...v7.0.84)

Updates `github.com/opentracing-contrib/go-grpc` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/opentracing-contrib/go-grpc/releases)
- [Commits](opentracing-contrib/go-grpc@v0.1.0...v0.1.1)

Updates `github.com/prometheus/alertmanager` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.27.0...v0.28.0)

Updates `github.com/prometheus/common` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.61.0...v0.62.0)

Updates `go.opentelemetry.io/contrib/propagators/aws` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/bridge/opentracing` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `go.opentelemetry.io/otel/trace` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.33.0...v1.34.0)

Updates `golang.org/x/net` from 0.33.0 to 0.34.0
- [Commits](golang/net@v0.33.0...v0.34.0)

Updates `golang.org/x/time` from 0.8.0 to 0.9.0
- [Commits](golang/time@v0.8.0...v0.9.0)

Updates `github.com/tjhop/slog-gokit` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/tjhop/slog-gokit/releases)
- [Changelog](https://github.com/tjhop/slog-gokit/blob/main/.goreleaser.yaml)
- [Commits](tjhop/slog-gokit@v0.1.2...v0.1.3)

Updates `go.opentelemetry.io/collector/pdata` from 1.22.0 to 1.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.22.0...pdata/v1.24.0)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.3

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/opentracing-contrib/go-grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/alertmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/contrib/propagators/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/bridge/opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/tjhop/slog-gokit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 22, 2025
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 24, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-b686cd6ee8 branch January 24, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants