Skip to content

chore(deps): Bump honeycombio/honeycombio from 0.42.0 to 0.43.0 in /infra#1642

Merged
notheotherben merged 1 commit intomainfrom
dependabot/terraform/infra/honeycombio/honeycombio-0.43.0
Nov 26, 2025
Merged

chore(deps): Bump honeycombio/honeycombio from 0.42.0 to 0.43.0 in /infra#1642
notheotherben merged 1 commit intomainfrom
dependabot/terraform/infra/honeycombio/honeycombio-0.43.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2025

Bumps honeycombio/honeycombio from 0.42.0 to 0.43.0.

Release notes

Sourced from honeycombio/honeycombio's releases.

v0.43.0

NOTES:

  • This release removes the long-deprecated classic boards from r/boards.

ENHANCEMENTS:

  • feat(derived-columns): Infix notation support (#779)

HOUSEKEEPING:

  • maint(deps): bump actions/checkout from 5 to 6 (#784)
  • maint(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#785)
  • maint(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#783)
  • maint(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#778)
  • maint(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 (#782)
Changelog

Sourced from honeycombio/honeycombio's changelog.

0.43.0 (Nov 25, 2025)

NOTES:

  • This release removes the long-deprecated classic boards from r/boards.

ENHANCEMENTS:

  • feat(derived-columns): Infix notation support (#779)

HOUSEKEEPING:

  • maint(deps): bump actions/checkout from 5 to 6 (#784)
  • maint(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#785)
  • maint(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#783)
  • maint(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#778)
  • maint(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 (#782)
Commits
  • 20cfb16 rel: v0.43.0 (#786)
  • 38a6f33 maint(deps): bump actions/checkout from 5 to 6 (#784)
  • 2a65aaa maint(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#785)
  • 431eedc maint(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#783)
  • d4c9d2d maint(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#778)
  • 4657033 maint(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 (#782)
  • 954c316 feat(derived-columns): Infix notation support (#779)
  • aca1ded chore(r/board): Remove legacy boards, they don't exist anymore (#777)
  • 80f4631 Add two trigger with having examples (#776)
  • 6a8b258 chore: update readme version (#774)
  • See full diff 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)

Bumps [honeycombio/honeycombio](https://github.com/honeycombio/terraform-provider-honeycombio) from 0.42.0 to 0.43.0.
- [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.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: honeycombio/honeycombio
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Nov 26, 2025
Copy link
Copy Markdown
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.

Ship it!

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.34%. Comparing base (8f17498) to head (9bf6fb9).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1642   +/-   ##
=======================================
  Coverage   85.34%   85.34%           
=======================================
  Files          98       98           
  Lines        7971     7971           
=======================================
  Hits         6803     6803           
  Misses       1168     1168           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@notheotherben notheotherben merged commit 4ed2faf into main Nov 26, 2025
11 of 12 checks passed
@notheotherben notheotherben deleted the dependabot/terraform/infra/honeycombio/honeycombio-0.43.0 branch November 26, 2025 07:25
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