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

Bump the hashicorp group with 1 update #4562

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2023

Bumps the hashicorp group with 1 update: github.com/hashicorp/go-hclog.

Release notes

Sourced from github.com/hashicorp/go-hclog's releases.

Better color and sublogger mods

What's Changed

New Contributors

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

Commits
  • 3472151 Merge pull request #124 from hashicorp/compliance/add-headers
  • cf945a6 [COMPLIANCE] Add Copyright and License Headers
  • a9a27e2 Fix loc dependent tests using runtime.Caller
  • b4bfc9a Merge pull request #126 from hashicorp/f-sublogger-hook
  • f7ba5ae Update logger.go
  • c77556b Add ability to wrap new subloggers
  • d0286ec Merge pull request #123 from hashicorp/b-better-autocolor
  • 17c50bd Merge pull request #125 from hashicorp/update-hclogvet-go1.20
  • 3c7c874 build: update to go1.20 and x/tools to 0.5.0
  • 5763c24 Bump up versions tested
  • Additional commits viewable 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 dependabot bot requested a review from a team as a code owner July 4, 2023 18:40
@dependabot dependabot bot requested a review from pavolloffay July 4, 2023 18:40
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (3775639) 97.07% compared to head (a4fe1a3) 97.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4562      +/-   ##
==========================================
- Coverage   97.07%   97.05%   -0.02%     
==========================================
  Files         301      301              
  Lines       17837    17837              
==========================================
- Hits        17315    17312       -3     
- Misses        419      421       +2     
- Partials      103      104       +1     
Flag Coverage Δ
unittests 97.05% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps the hashicorp group with 1 update: [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog).

- [Release notes](https://github.com/hashicorp/go-hclog/releases)
- [Commits](hashicorp/go-hclog@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-hclog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hashicorp
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hashicorp-f44cca564a branch from edb29f6 to a4fe1a3 Compare July 4, 2023 18:59
@yurishkuro yurishkuro merged commit d331476 into main Jul 4, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/hashicorp-f44cca564a branch July 4, 2023 19:21
afzal442 pushed a commit to Cloud-Hacks/jaeger that referenced this pull request Jul 10, 2023
Bumps the hashicorp group with 1 update:
[github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog).

<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/go-hclog/releases">github.com/hashicorp/go-hclog's
releases</a>.</em></p>
<blockquote>
<h2>Better color and sublogger mods</h2>
<h2>What's Changed</h2>
<ul>
<li>Update LICENSE by <a
href="https://github.com/CalebAlbers"><code>@​CalebAlbers</code></a> in
<a
href="https://redirect.github.com/hashicorp/go-hclog/pull/121">hashicorp/go-hclog#121</a></li>
<li>build: update to go1.20 and x/tools to 0.5.0 by <a
href="https://github.com/shoenig"><code>@​shoenig</code></a> in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/125">hashicorp/go-hclog#125</a></li>
<li>Improve AutoColor functionality by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/123">hashicorp/go-hclog#123</a></li>
<li>Add ability to wrap new subloggers by <a
href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/126">hashicorp/go-hclog#126</a></li>
<li>[COMPLIANCE] Add Copyright and License Headers by <a
href="https://github.com/hashicorp-copywrite"><code>@​hashicorp-copywrite</code></a>
in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/124">hashicorp/go-hclog#124</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/CalebAlbers"><code>@​CalebAlbers</code></a>
made their first contribution in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/121">hashicorp/go-hclog#121</a></li>
<li><a
href="https://github.com/hashicorp-copywrite"><code>@​hashicorp-copywrite</code></a>
made their first contribution in <a
href="https://redirect.github.com/hashicorp/go-hclog/pull/124">hashicorp/go-hclog#124</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/go-hclog/compare/v1.4.0...v1.5.0">https://github.com/hashicorp/go-hclog/compare/v1.4.0...v1.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/3472151e9c6fdb8a3086c7f0440f14b272dc2e66"><code>3472151</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/go-hclog/issues/124">#124</a>
from hashicorp/compliance/add-headers</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/cf945a62c8edca7dc04d7bc797020d98fd2cae7b"><code>cf945a6</code></a>
[COMPLIANCE] Add Copyright and License Headers</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/a9a27e2f5a3221238abc8766312981d4af7ffd97"><code>a9a27e2</code></a>
Fix loc dependent tests using runtime.Caller</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/b4bfc9a5a25fb1fbc6e93ac7dcf5baf9703b6915"><code>b4bfc9a</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/go-hclog/issues/126">#126</a>
from hashicorp/f-sublogger-hook</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/f7ba5ae777932dbb78b34ca806536f7692a99b66"><code>f7ba5ae</code></a>
Update logger.go</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/c77556bda2ae3f68b6ccac360130f5d1942bd4b2"><code>c77556b</code></a>
Add ability to wrap new subloggers</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/d0286ec127215e50cdc512d55d044dd8bbac63ec"><code>d0286ec</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/go-hclog/issues/123">#123</a>
from hashicorp/b-better-autocolor</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/17c50bd7eff1a7939d536fee4a858f26636960a2"><code>17c50bd</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/go-hclog/issues/125">#125</a>
from hashicorp/update-hclogvet-go1.20</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/3c7c874821476c337b3e3e72d52d687af2061880"><code>3c7c874</code></a>
build: update to go1.20 and x/tools to 0.5.0</li>
<li><a
href="https://github.com/hashicorp/go-hclog/commit/5763c2427a51df5b2eee464dda5f9e1c5257e629"><code>5763c24</code></a>
Bump up versions tested</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/go-hclog/compare/v1.4.0...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/go-hclog&package-manager=go_modules&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Afzal Ansari <afzal442@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant