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: consolidate routine dependency updates #994

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

dependabot bot and others added 5 commits February 13, 2024 14:13
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.4...v1.17.5)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…otlpmetrichttp

Bumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp](https://github.com/open-telemetry/opentelemetry-go) from 0.44.0 to 0.45.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@bridge/opencensus/v0.44.0...bridge/opencensus/v0.45.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/grafana/pyroscope-go/godeltaprof](https://github.com/grafana/pyroscope-go) from 0.1.6 to 0.1.7.
- [Commits](grafana/pyroscope-go@godeltaprof/v0.1.6...godeltaprof/v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/grafana/pyroscope-go/godeltaprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@robbkidd robbkidd changed the title Robb.consolidate dependabottery [chore] Consolidate dependabottery Feb 13, 2024
@robbkidd robbkidd changed the title [chore] Consolidate dependabottery chore: Consolidate dependabottery Feb 13, 2024
@robbkidd robbkidd changed the title chore: Consolidate dependabottery chore: consolidate routine dependency updates Feb 13, 2024
go.opentelemetry.io/otel/sdk/metric v1.21.0
go.opentelemetry.io/proto/otlp v1.0.0
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change that gave me pause, but here's why I think it's OK:

  • dependabot took otlpmetrichttp to 0.45.0 which is the version number for experimental components released along with the rest of stable OTel Go v1.22.0
  • otlpmetrichttp then had a stable release candidate in v1.23.0-rc1
  • otlpmetrichttp went stable in v1.23.0 and then was not touched in a patch to sdk/metric in v1.23.1

@robbkidd robbkidd self-assigned this Feb 13, 2024
@robbkidd robbkidd added version: bump patch A PR with release-worthy changes and is backwards-compatible. type: dependencies labels Feb 13, 2024
@robbkidd robbkidd marked this pull request as ready for review February 13, 2024 21:26
@robbkidd robbkidd requested a review from a team as a code owner February 13, 2024 21:26
Copy link
Contributor

@kentquirk kentquirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid. Thank you.

@robbkidd robbkidd merged commit 5a4fae7 into main Feb 13, 2024
5 of 7 checks passed
@robbkidd robbkidd deleted the robb.consolidate-dependabottery branch February 13, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies version: bump patch A PR with release-worthy changes and is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants