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

chore(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx from 1.5.0 to 1.11.0 in /src/catalog #414

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx from 1.5.0 to 1.11.0.

Release notes

Sourced from github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx's releases.

v1.11.0

The release adds support for sending metrics directly to Splunk Observability Cloud.

This release upgrades OpenTelemetry Go to v1.21.0/v0.44.0 and OpenTelemetry Go Contrib to v1.21.1/v0.46.1/v0.15.1/v0.1.1.

Add

  • Add the WithIDGenerator option to github.com/signalfx/splunk-otel-go/distro. (#2634)
  • Metrics are sent directly to Splunk Observability Cloud when SPLUNK_REALM is set. (#2637)

v1.10.0

This release upgrades OpenTelemetry Go to v1.20.0/v0.43.0 and OpenTelemetry Go Contrib to v1.21.0/v0.46.0/v0.15.0/v0.1.0.

v1.9.0

This release upgrades OpenTelemetry Go to v1.19.0/v0.42.0/v0.0.7 and OpenTelemetry Go Contrib to v1.20.0/v0.45.0/v0.14.0.

v1.8.1

This release is built on top of OpenTelemetry Go to v1.18.0/v0.41.0/v0.0.6 and OpenTelemetry Go Contrib to v1.19.0/v0.44.0/v0.13.0.

Removed

  • Drop support for Go 1.19 as go.opentelemetry.io/otel did the same in v1.18.0. (#2492)

v1.8.0

This upgrades OpenTelemetry Go to v1.18.0/v0.41.0/v0.0.6 and OpenTelemetry Go Contrib to v1.19.0/v0.44.0/v0.13.0.

Added

  • Add the github.com/signalfx/splunk-otel-go/instrumentation/github.com/jackc/pgx/v5/splunkpgx instrumentation for the github.com/jackc/pgx/v5 package. (#2406)

v1.7.0

This release is built on top of [OpenTelemetry Go v1.16.0/v0.39.0][otel-v1.16.0] and [OpenTelemetry Go Contrib v1.17.0/v0.42.0/v0.11.0][contrib-v1.17.0].

Added

... (truncated)

Changelog

Sourced from github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx's changelog.

[1.11.0] - 2023-11-16

The release adds support for sending metrics directly to Splunk Observability Cloud.

This release upgrades [OpenTelemetry Go to v1.21.0/v0.44.0][otel-v1.21.0] and [OpenTelemetry Go Contrib to v1.21.1/v0.46.1/v0.15.1/v0.1.1][contrib-v1.21.1].

Add

  • Add the WithIDGenerator option to github.com/signalfx/splunk-otel-go/distro. (#2634)
  • Metrics are sent directly to Splunk Observability Cloud when SPLUNK_REALM is set. (#2637)

[1.10.0] - 2023-11-10

This release upgrades [OpenTelemetry Go to v1.20.0/v0.43.0][otel-v1.20.0] and [OpenTelemetry Go Contrib to v1.21.0/v0.46.0/v0.15.0/v0.1.0][contrib-v1.21.0].

[1.9.0] - 2023-09-29

This release upgrades [OpenTelemetry Go to v1.19.0/v0.42.0/v0.0.7][otel-v1.19.0] and [OpenTelemetry Go Contrib to v1.20.0/v0.45.0/v0.14.0][contrib-v1.20.0].

[1.8.1] - 2023-09-15

This release is built on top of [OpenTelemetry Go to v1.18.0/v0.41.0/v0.0.6][otel-v1.18.0] and [OpenTelemetry Go Contrib to v1.19.0/v0.44.0/v0.13.0][contrib-v1.19.0].

Removed

  • Drop support for Go 1.19 as go.opentelemetry.io/otel did the same in [v1.18.0][otel-v1.18.0]. (#2492)

[1.8.0] - 2023-09-14

This upgrades [OpenTelemetry Go to v1.18.0/v0.41.0/v0.0.6][otel-v1.18.0] and [OpenTelemetry Go Contrib to v1.19.0/v0.44.0/v0.13.0][contrib-v1.19.0].

Added

  • Add the github.com/signalfx/splunk-otel-go/instrumentation/github.com/jackc/pgx/v5/splunkpgx instrumentation for the github.com/jackc/pgx/v5 package. (#2406)

[1.7.0] - 2023-07-17

This release is built on top of [OpenTelemetry Go v1.16.0/v0.39.0][otel-v1.16.0] and [OpenTelemetry Go Contrib v1.17.0/v0.42.0/v0.11.0][contrib-v1.17.0].

Added

... (truncated)

Commits
  • 523e344 Release 1.11.0 (#2652)
  • 16e08c4 Export metrics to a working endpoint when is OTEL_REALM set (#2637)
  • 28c00a5 chore(deps): update opentelemetry-go monorepo (#2631)
  • 0c75e75 chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.89....
  • bbfa99d chore(deps): update kubernetes packages to v0.28.4 (#2648)
  • 290b0d7 chore(deps): update module github.com/klauspost/compress to v1.17.3 (#2645)
  • 0b6e5d5 fix(deps): update module github.com/miekg/dns to v1.1.57 (#2644)
  • 88d29e9 distro: Add WithIDGenerator option (#2634)
  • 7ef9bcf Update k8s.io/kube-openapi digest to 778a556 (#2635)
  • 2068654 Bump github.com/goyek/x from 0.1.5 to 0.1.6 in /build (#2636)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…github.com/jmoiron/sqlx/splunksqlx

Bumps [github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx](https://github.com/signalfx/splunk-otel-go) from 1.5.0 to 1.11.0.
- [Release notes](https://github.com/signalfx/splunk-otel-go/releases)
- [Changelog](https://github.com/signalfx/splunk-otel-go/blob/main/CHANGELOG.md)
- [Commits](signalfx/splunk-otel-go@v1.5.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx-1.11.0
@mergify mergify bot merged commit c0938de into main Jan 1, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/src/catalog/github.com/signalfx/splunk-otel-go/instrumentation/github.com/jmoiron/sqlx/splunksqlx-1.11.0 branch January 1, 2024 16:29
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