Update all dependencies #2

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-06 17:11:14 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/go-hclog require major v0.14.1 -> v1.3.1
golang.org/x/sync require minor v0.0.0-20190423024810-112230192c58 -> v0.1.0

Release Notes

hashicorp/go-hclog

v1.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.3.0...v1.3.1

v1.3.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.2.2...v1.3.0

v1.2.2

Compare Source

What's Changed

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2

v1.2.1

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

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.1.0...v1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/go-hclog/compare/v0.17...v1.1.0

v1.0.0

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

Compare Source

v0.16.0

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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | require | major | `v0.14.1` -> `v1.3.1` | | [golang.org/x/sync](https://github.com/golang/sync) | require | minor | `v0.0.0-20190423024810-112230192c58` -> `v0.1.0` | --- ### Release Notes <details> <summary>hashicorp/go-hclog</summary> ### [`v1.3.1`](https://github.com/hashicorp/go-hclog/releases/tag/v1.3.1) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.3.0...v1.3.1) #### What's Changed - When rendering multiple line output, still quote the individual lines by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/119 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.3.0...v1.3.1 ### [`v1.3.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.3.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.2.2...v1.3.0) This version adds the ability to colorize fields for improved readability. #### What's Changed - build: update go tools dependency by [@&#8203;pkazmierczak](https://github.com/pkazmierczak) in https://github.com/hashicorp/go-hclog/pull/117 - Add `ColorHeaderAndFields` logger option by [@&#8203;picatz](https://github.com/picatz) in https://github.com/hashicorp/go-hclog/pull/118 #### New Contributors - [@&#8203;pkazmierczak](https://github.com/pkazmierczak) made their first contribution in https://github.com/hashicorp/go-hclog/pull/117 - [@&#8203;picatz](https://github.com/picatz) made their first contribution in https://github.com/hashicorp/go-hclog/pull/118 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.2.2...v1.3.0 ### [`v1.2.2`](https://github.com/hashicorp/go-hclog/releases/tag/v1.2.2) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2) #### What's Changed - fix various typos in comments by [@&#8203;marco-m](https://github.com/marco-m) in https://github.com/hashicorp/go-hclog/pull/115 - Omit empty colon when message is empty. Fixes [#&#8203;109](https://github.com/hashicorp/go-hclog/issues/109) by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/116 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2 ### [`v1.2.1`](https://github.com/hashicorp/go-hclog/releases/tag/v1.2.1) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.2.0...v1.2.1) 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`](https://github.com/hashicorp/go-hclog/releases/tag/v1.2.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.1.0...v1.2.0) #### What's Changed - Add Windows, MacOS to GitHub Actions build matrix by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/hashicorp/go-hclog/pull/107 - Add ability to only colorize the header, not the whole log message by [@&#8203;evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/108 #### New Contributors - [@&#8203;dolmen](https://github.com/dolmen) made their first contribution in https://github.com/hashicorp/go-hclog/pull/107 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.1.0...v1.2.0 ### [`v1.1.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.1.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.0.0...v1.1.0) #### What's Changed - Set `raw=true` when special casing empty strings by [@&#8203;angrycub](https://github.com/angrycub) in https://github.com/hashicorp/go-hclog/pull/102 - Add `InferLevelsWithTimestamp` option by [@&#8203;lgfa29](https://github.com/lgfa29) in https://github.com/hashicorp/go-hclog/pull/101 - Add support for custom timestamp. Closes [#&#8203;103](https://github.com/hashicorp/go-hclog/issues/103) by [@&#8203;binaek](https://github.com/binaek) in https://github.com/hashicorp/go-hclog/pull/104 #### New Contributors - [@&#8203;angrycub](https://github.com/angrycub) made their first contribution in https://github.com/hashicorp/go-hclog/pull/102 - [@&#8203;lgfa29](https://github.com/lgfa29) made their first contribution in https://github.com/hashicorp/go-hclog/pull/101 - [@&#8203;binaek](https://github.com/binaek) made their first contribution in https://github.com/hashicorp/go-hclog/pull/104 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v0.17...v1.1.0 ### [`v1.0.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.0.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v0.16.2...v1.0.0) 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`](https://github.com/hashicorp/go-hclog/releases/tag/v0.16.2) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v0.16.1...v0.16.2) IMPROVEMENTS - add Quote type to enable safe concise output of untrusted strings [#&#8203;96](https://github.com/hashicorp/go-hclog/issues/96) BUG FIXES - Fix slicing of `WARN` when detecting log levels [#&#8203;94](https://github.com/hashicorp/go-hclog/issues/94) ### [`v0.16.1`](https://github.com/hashicorp/go-hclog/compare/v0.16.0...v0.16.1) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v0.16.0...v0.16.1) ### [`v0.16.0`](https://github.com/hashicorp/go-hclog/compare/v0.15.0...v0.16.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v0.15.0...v0.16.0) ### [`v0.15.0`](https://github.com/hashicorp/go-hclog/releases/tag/v0.15.0) [Compare Source](https://github.com/hashicorp/go-hclog/compare/v0.14.1...v0.15.0) - 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kjuulh force-pushed renovate/all from 0869aafa63 to c8fd91ddbb 2022-11-06 16:55:18 +01:00 Compare
kjuulh merged commit c8fd91ddbb into main 2022-11-06 17:11:14 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/char#2
No description provided.