Skip to content

chore(deps): update module github.com/hashicorp/go-hclog to v1#361

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-hashicorp-go-hclog-1.x
Open

chore(deps): update module github.com/hashicorp/go-hclog to v1#361
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-hashicorp-go-hclog-1.x

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/go-hclog v0.14.1v1.6.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/go-hclog (github.com/hashicorp/go-hclog)

v1.6.3: Optional JSON escaping

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.6.2...v1.6.3

v1.6.2: Fix level syncing

Compare Source

What's Changed

  • Conside if the level is to be used separately from if the levels should be calculated by @​evanphx in #​137

Full Changelog: hashicorp/go-hclog@v1.6.1...v1.6.2

v1.6.1: Fix forcing color

Compare Source

What's Changed

Full Changelog: hashicorp/go-hclog@v1.6.0...v1.6.1

v1.6.0: New level inheritance mode

Compare Source

This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.5.0...v1.6.0

v1.5.0: Better color and sublogger mods

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.4.0...v1.5.0

v1.4.0: Add GetLevel

Compare Source

What it says on the tin, add GetLevel to the Logger interface.

What's Changed

Full Changelog: hashicorp/go-hclog@v1.3.1...v1.4.0

v1.3.1: Improved multi line output rendering

Compare Source

What's Changed

  • When rendering multiple line output, still quote the individual lines by @​evanphx in #​119

Full Changelog: hashicorp/go-hclog@v1.3.0...v1.3.1

v1.3.0: Field Colorization

Compare Source

This version adds the ability to colorize fields for improved readability.

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.2.2...v1.3.0

v1.2.2: Minor formatting fix

Compare Source

What's Changed

Full Changelog: hashicorp/go-hclog@v1.2.1...v1.2.2

v1.2.1: testify/go.yaml fix

Compare Source

This bumps the version of testify and go.yaml that are referenced by go-hclog to fix a security issue in go.yaml.

v1.2.0: More Restrained Color

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.1.0...v1.2.0

v1.1.0: Time and Infer improvements

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v0.17...v1.1.0

v1.0.0: Stable Release

Compare Source

This release represents the stable API for go-hclog. It is being used across the fleet of HashiCorp projects and tools, as well as across the Go service landscape.

v0.16.2

Compare Source

IMPROVEMENTS

  • add Quote type to enable safe concise output of untrusted strings #​96

BUG FIXES

  • Fix slicing of WARN when detecting log levels #​94

v0.16.1: Add ability to remove wrappers from file:line

Compare Source

v0.16.0: Improve hclogvet and plaintext rendering

Compare Source

v0.15.0

Compare Source

  • Add new level Off, which provides a level for filtering all output.
  • Add LoggerOptions.IndependentLevels, allowing sub-loggers to set their level independently from the parent.

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. major-update manual-review-required labels Jun 16, 2026
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.05%. Comparing base (f7710a9) to head (30a2b26).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #361   +/-   ##
=======================================
  Coverage   13.05%   13.05%           
=======================================
  Files          15       15           
  Lines        1141     1141           
=======================================
  Hits          149      149           
  Misses        979      979           
  Partials       13       13           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]
Once this PR has been reviewed and has the lgtm label, please assign bmeng for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh03[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/validate 30a2b26 link true /test validate

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes major-update manual-review-required ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants