-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage has no change and project coverage change:
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
bot
force-pushed
the
dependabot/go_modules/hashicorp-f44cca564a
branch
from
July 4, 2023 18:59
edb29f6
to
a4fe1a3
Compare
yurishkuro
approved these changes
Jul 4, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the hashicorp group with 1 update: github.com/hashicorp/go-hclog.
Release notes
Sourced from github.com/hashicorp/go-hclog's releases.
Commits
3472151
Merge pull request #124 from hashicorp/compliance/add-headerscf945a6
[COMPLIANCE] Add Copyright and License Headersa9a27e2
Fix loc dependent tests using runtime.Callerb4bfc9a
Merge pull request #126 from hashicorp/f-sublogger-hookf7ba5ae
Update logger.goc77556b
Add ability to wrap new subloggersd0286ec
Merge pull request #123 from hashicorp/b-better-autocolor17c50bd
Merge pull request #125 from hashicorp/update-hclogvet-go1.203c7c874
build: update to go1.20 and x/tools to 0.5.05763c24
Bump up versions testedDependabot 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