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

maint(deps): bump the examples group with 3 updates #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the examples group with 3 updates: github.com/honeycombio/beeline-go, github.com/honeycombio/libhoney-go and github.com/spf13/cobra.

Updates github.com/honeycombio/beeline-go from 1.15.0 to 1.17.0

Release notes

Sourced from github.com/honeycombio/beeline-go's releases.

v1.17.0

Maintenance

v1.16.0

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

Maintenance

Changelog

Sourced from github.com/honeycombio/beeline-go's changelog.

1.17.0 2024-06-13

Maintenance

1.16.0 2024-04-05

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

Maintenance

Commits

Updates github.com/honeycombio/libhoney-go from 1.22.0 to 1.23.1

Release notes

Sourced from github.com/honeycombio/libhoney-go's releases.

v1.23.1

Fixes

v1.23.0

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

Enhancements

Maintenance

Changelog

Sourced from github.com/honeycombio/libhoney-go's changelog.

1.23.1 2024-06-13

Fixes

1.23.0 2024-06-10

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

Enhancements

Maintenance

Commits
  • 31d1f0f rel: Prepare v1.23.1 release (#250)
  • 9f4f37c fix: Build the URL using url.JoinPath instead of path.Join (#249)
  • 44b3e71 rel: Prepare v1.23.0 release (#246)
  • efa6b7a maint(deps): bump github.com/vmihailenco/msgpack/v5 from 5.3.5 to 5.4.1 (#248)
  • dcbf758 maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#247)
  • a628057 maint(deps): bump github.com/klauspost/compress from 1.16.6 to 1.17.8 (#243)
  • 815e939 chore: Update dependabot reviewer to pipeline-team (#244)
  • 2e77fd5 maint: Update minimum go version to 1.19 (#245)
  • ccff6c1 feat: URL encode dataset (#242)
  • fcd9c4e maint: add labels to release.yml for auto-generated grouping (#241)
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the examples group with 3 updates: [github.com/honeycombio/beeline-go](https://github.com/honeycombio/beeline-go), [github.com/honeycombio/libhoney-go](https://github.com/honeycombio/libhoney-go) and [github.com/spf13/cobra](https://github.com/spf13/cobra).


Updates `github.com/honeycombio/beeline-go` from 1.15.0 to 1.17.0
- [Release notes](https://github.com/honeycombio/beeline-go/releases)
- [Changelog](https://github.com/honeycombio/beeline-go/blob/main/CHANGELOG.md)
- [Commits](honeycombio/beeline-go@v1.15.0...v1.17.0)

Updates `github.com/honeycombio/libhoney-go` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/honeycombio/libhoney-go/releases)
- [Changelog](https://github.com/honeycombio/libhoney-go/blob/main/CHANGELOG.md)
- [Commits](honeycombio/libhoney-go@v1.22.0...v1.23.1)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/honeycombio/beeline-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: github.com/honeycombio/libhoney-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/examples-b19d02de74 branch from 9d362ba to 6f652e9 Compare August 1, 2024 03:44
@dstrelau dstrelau removed the request for review from a team August 9, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants