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.23.0 to ~> 0.24.0 in /infra #773

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

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

Release notes

Sourced from honeycombio/honeycombio's releases.

v0.24.0

NOTES:

  • This release includes support for placing SLOs on Boards: a feature under active development. SLO placement on Boards does not yet support a custom order and instead are placed by creation date. Ordered placement is a roadmap item for the feature and when that lands there will be a subsequent provider update.
  • This release re-introduces the query_json attribute on r/trigger enabling validation that a query meets the restrictions for use by a Trigger. This was a poor development experience and the hope is that the slight deviation from other resource construction provides a better experience -- especially for those using the provider in CI systems like HCP Terraform, Atlantis, et cetera. Triggers require one of query_json or query_id, but the recommendation going forward will be to use query_json.

ENHANCEMENTS:

  • r/query: clean up generated queryspec output (#469)
  • r/board: add SLO support (#485)
  • r/trigger: re-introduce query_json for deeper validation (#487)

BUGFIXES:

  • fix(client): unflake Marker List test (#459)
  • fix: update columns conditional creation example with an alternative (#468)

HOUSEKEEPING:

  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.6.1 to 1.7.0 (#456)
  • maint(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#457)
  • maint(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#458)
  • maint(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#460)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.8.0 (#462)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.1 to 0.22.2 (#462)
  • maint(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#463)
  • maint(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#466)
  • maint(ci): setup-go - re-enable cache (#467)
  • maint(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (#470)
  • maint(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#471)
  • maint(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (#472)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 (#473)
  • maint(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 (#474)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.15.0 to 0.16.0 (#475)
  • maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 (#476)
  • maint(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#477)
  • maint(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#478)
  • maint(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#480)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#479)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.7.0 to 1.8.0 (#479)
  • maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#481)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 (#484)
  • maint(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#483)
  • maint(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#486)
  • maint(ci): add eu integration test flow (#461)
Changelog

Sourced from honeycombio/honeycombio's changelog.

0.24.0 (Jun 14, 2024)

NOTES:

  • This release includes support for placing SLOs on Boards: a feature under active development. SLO placement on Boards does not yet support a custom order and instead are placed by creation date. Ordered placement is a roadmap item for the feature and when that lands there will be a subsequent provider update.
  • This release re-introduces the query_json attribute on r/trigger enabling validation that a query meets the restrictions for use by a Trigger. This was a poor development experience and the hope is that the slight deviation from other resource construction provides a better experience -- especially for those using the provider in CI systems like HCP Terraform, Atlantis, et cetera. Triggers require one of query_json or query_id, but the recommendation going forward will be to use query_json.

ENHANCEMENTS:

  • r/query: clean up generated queryspec output (#469)
  • r/board: add SLO support (#485)
  • r/trigger: re-introduce query_json for deeper validation (#487)

BUGFIXES:

  • fix(client): unflake Marker List test (#459)
  • fix: update columns conditional creation example with an alternative (#468)

HOUSEKEEPING:

  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.6.1 to 1.7.0 (#456)
  • maint(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#457)
  • maint(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#458)
  • maint(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#460)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.8.0 (#462)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.1 to 0.22.2 (#462)
  • maint(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#463)
  • maint(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#466)
  • maint(ci): setup-go - re-enable cache (#467)
  • maint(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (#470)
  • maint(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#471)
  • maint(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (#472)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 (#473)
  • maint(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 (#474)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.15.0 to 0.16.0 (#475)
  • maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 (#476)
  • maint(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#477)
  • maint(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#478)
  • maint(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#480)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#479)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.7.0 to 1.8.0 (#479)
  • maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 (#481)
  • maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 (#484)
  • maint(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#483)
  • maint(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#486)
  • maint(ci): add eu integration test flow (#461)

... (truncated)

Commits
  • dd9e572 fix(ci): downgrade go-releaser (#489)
  • 8dd05cb rel: v0.24.0 (#488)
  • 6a2eaa4 r/trigger: re-introduce query_json for deeper validation (#487)
  • f3edeef r/board: add SLO support (#485)
  • e8a737c maint(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#486)
  • 92f7561 maint(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#483)
  • bba1aa1 maint(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 ...
  • 6e8701a maint(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 i...
  • a72b5c6 maint(deps): bump the hashicorp group with 2 updates (#479)
  • b525f45 maint(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#480)
  • 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.24.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.23.0...v0.24.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 Jun 17, 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 June 17, 2024 03:57
@notheotherben notheotherben merged commit 2c404ee into main Jun 17, 2024
2 of 3 checks passed
@notheotherben notheotherben deleted the dependabot/terraform/infra/honeycombio/honeycombio-tw-0.24.0 branch June 17, 2024 03:58
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