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): Update honeycombio/honeycombio requirement from ~> 0.21.0 to ~> 0.22.0 in /infra #703

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on honeycombio/honeycombio to permit the latest version.

Release notes

Sourced from honeycombio/honeycombio's releases.

v0.22.0

BUGFIXES:

  • d/query_specification: always treat 'in','not-in' filter values as an array (#439)
  • r/burn_alert, r/trigger: fix dynamic recipient "Value Conversion Error" (#444)

HOUSEKEEPING:

  • build(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#442)
  • build(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#443)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.5.0 to 1.6.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.14.0 to 0.15.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 (#445)
  • build: bump Go to 1.21 (#447)
Changelog

Sourced from honeycombio/honeycombio's changelog.

0.22.0 (Feb 29, 2024)

BUGFIXES:

  • d/query_specification: always treat 'in','not-in' filter values as an array (#439)
  • r/burn_alert, r/trigger: fix dynamic recipient "Value Conversion Error" (#444)

HOUSEKEEPING:

  • build(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#442)
  • build(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#443)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.5.0 to 1.6.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.14.0 to 0.15.0 (#445)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 (#445)
  • build: bump Go to 1.21 (#447)

0.21.2 (Feb 20, 2024)

BUGFIXES:

  • handle column and derived column imports with slashes in the name (#437)

HOUSEKEEPING:

  • build(ci): fix codecov after v4 upgrade (#436)

0.21.1 (Feb 16, 2024)

BUGFIXES:

  • r/burn_alert, r/trigger: better handle the case where a recipient is modified outside of Terraform (#433)

HOUSEKEEPING:

  • build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 (#426)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-mux from 0.13.0 to 0.14.0 (#427)
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 (#427)
  • build(ci): Bump codecov/codecov-action from 3.1.5 to 3.1.6 (#428)
  • build(ci): Bump codecov/codecov-action from 3.1.6 to 4.0.0 (#429)
  • build(ci): Bump codecov/codecov-action from 4.0.0 to 4.0.1 (#430)
  • build(ci): Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#431)
  • build(ci): Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (#432)

0.21.0 (Jan 26, 2024)

NOTES:

  • If you are a downstream consumer of the client package in another Go project, this release contains a breaking change: client.NewClient now takes no arguments and creates a client with the default configuration

... (truncated)

Commits
  • ad6fd97 rel: v0.22.0 (#448)
  • 2c51f4d build: bump Go to 1.21 (#447)
  • 013da83 build(deps): Bump the hashicorp group with 4 updates (#445)
  • 326b190 fix(recipients): dynamic block bug (#444)
  • d929c75 build(deps): Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#443)
  • 7d9c343 build(deps): Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#442)
  • 9c84dba fix: query specification - always treat 'in','not-in' filter values as an arr...
  • 90d8741 rel: v0.21.2 (#438)
  • 455f3fa fix: handle column and derived column imports with slashes in the name (#437)
  • d92499c fix(ci): fix codecov after v4 upgrade (#436)
  • Additional commits viewable in compare view

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)

…0 to ~> 0.22.0

Updates the requirements on [honeycombio/honeycombio](https://github.com/honeycombio/terraform-provider-honeycombio) to permit the latest version.
- [Release notes](https://github.com/honeycombio/terraform-provider-honeycombio/releases)
- [Changelog](https://github.com/honeycombio/terraform-provider-honeycombio/blob/main/CHANGELOG.md)
- [Commits](honeycombio/terraform-provider-honeycombio@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: honeycombio/honeycombio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Mar 1, 2024
Copy link
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

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

This PR has been automatically approved because it was created by @dependabot.

@notheotherben notheotherben enabled auto-merge March 1, 2024 03:54
auto-merge was automatically disabled March 1, 2024 03:55

Base branch was modified

@notheotherben notheotherben merged commit 83326ca into main Mar 8, 2024
7 checks passed
@notheotherben notheotherben deleted the dependabot/terraform/infra/honeycombio/honeycombio-tw-0.22.0 branch March 8, 2024 10:48
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant