From 0f01d03eb140a2e1ef97661be7f216b9fdc11352 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <21044887-hcloud-bot@users.noreply.gitlab.com> Date: Fri, 26 Apr 2024 14:05:12 +0000 Subject: [PATCH] deps: update module github.com/hashicorp/go-hclog to v1.6.3 (hetznercloud/fleeting-plugin-hetzner!37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | require | minor | `v1.1.0` -> `v1.6.3` | --- ### Release Notes
hashicorp/go-hclog (github.com/hashicorp/go-hclog) ### [`v1.6.3`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.3): Optional JSON escaping [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3) #### What's Changed - hclogvet: updates for go1.22 by [@​shoenig](https://github.com/shoenig) in https://github.com/hashicorp/go-hclog/pull/138 - support configure json escape when log in json format by [@​Ericwww](https://github.com/Ericwww) in https://github.com/hashicorp/go-hclog/pull/141 #### New Contributors - [@​Ericwww](https://github.com/Ericwww) made their first contribution in https://github.com/hashicorp/go-hclog/pull/141 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3 ### [`v1.6.2`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.2): Fix level syncing [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2) #### What's Changed - Conside if the level is to be used separately from if the levels should be calculated by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/137 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.1...v1.6.2 ### [`v1.6.1`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.1): Fix forcing color [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1) #### What's Changed - Fix colors not being forced on correctly. by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/136 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.6.0): New level inheritance mode [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0) 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 - SEC-090: Automated trusted workflow pinning (2023-04-03) by [@​hashicorp-tsccr](https://github.com/hashicorp-tsccr) in https://github.com/hashicorp/go-hclog/pull/128 - Docs: InferLevelsWithTimestamp relies on InferLevels being true by [@​peteski22](https://github.com/peteski22) in https://github.com/hashicorp/go-hclog/pull/135 - Implement the ability to more logically share level hierarchies by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/134 #### New Contributors - [@​hashicorp-tsccr](https://github.com/hashicorp-tsccr) made their first contribution in https://github.com/hashicorp/go-hclog/pull/128 - [@​peteski22](https://github.com/peteski22) made their first contribution in https://github.com/hashicorp/go-hclog/pull/135 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.5.0...v1.6.0 ### [`v1.5.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.5.0): Better color and sublogger mods [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.4.0...v1.5.0) #### What's Changed - Update LICENSE by [@​CalebAlbers](https://github.com/CalebAlbers) in https://github.com/hashicorp/go-hclog/pull/121 - build: update to go1.20 and x/tools to 0.5.0 by [@​shoenig](https://github.com/shoenig) in https://github.com/hashicorp/go-hclog/pull/125 - Improve AutoColor functionality by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/123 - Add ability to wrap new subloggers by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/126 - \[COMPLIANCE] Add Copyright and License Headers by [@​hashicorp-copywrite](https://github.com/hashicorp-copywrite) in https://github.com/hashicorp/go-hclog/pull/124 #### New Contributors - [@​CalebAlbers](https://github.com/CalebAlbers) made their first contribution in https://github.com/hashicorp/go-hclog/pull/121 - [@​hashicorp-copywrite](https://github.com/hashicorp-copywrite) made their first contribution in https://github.com/hashicorp/go-hclog/pull/124 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.4.0...v1.5.0 ### [`v1.4.0`](https://github.com/hashicorp/go-hclog/releases/tag/v1.4.0): Add GetLevel [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.3.1...v1.4.0) What it says on the tin, add GetLevel to the Logger interface. #### What's Changed - Add GetLevel to Logger interface by [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/120 **Full Changelog**: https://github.com/hashicorp/go-hclog/compare/v1.3.1...v1.4.0 ### [`v1.3.1`](https://github.com/hashicorp/go-hclog/releases/tag/v1.3.1): Improved multi line output rendering [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 [@​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): Field Colorization [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 [@​pkazmierczak](https://github.com/pkazmierczak) in https://github.com/hashicorp/go-hclog/pull/117 - Add `ColorHeaderAndFields` logger option by [@​picatz](https://github.com/picatz) in https://github.com/hashicorp/go-hclog/pull/118 #### New Contributors - [@​pkazmierczak](https://github.com/pkazmierczak) made their first contribution in https://github.com/hashicorp/go-hclog/pull/117 - [@​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): Minor formatting fix [Compare Source](https://github.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2) #### What's Changed - fix various typos in comments by [@​marco-m](https://github.com/marco-m) in https://github.com/hashicorp/go-hclog/pull/115 - Omit empty colon when message is empty. Fixes [#​109](https://github.com/hashicorp/go-hclog/issues/109) by [@​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): testify/go.yaml fix [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): More Restrained Color [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 [@​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 [@​evanphx](https://github.com/evanphx) in https://github.com/hashicorp/go-hclog/pull/108 #### New Contributors - [@​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
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ad154df..c058a3d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module gitlab.com/hetznercloud/fleeting-plugin-hetzner go 1.21 require ( - github.com/hashicorp/go-hclog v1.1.0 + github.com/hashicorp/go-hclog v1.6.3 github.com/hetznercloud/hcloud-go/v2 v2.6.0 github.com/stretchr/testify v1.8.4 gitlab.com/gitlab-org/fleeting/fleeting v0.0.0-20240408221008-c218ebb86b92 diff --git a/go.sum b/go.sum index 45cdccf..9736476 100644 --- a/go.sum +++ b/go.sum @@ -77,6 +77,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/S github.com/hashicorp/go-hclog v0.14.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.1.0 h1:QsGcniKx5/LuX2eYoeL+Np3UKYPNaN7YKpTh29h8rbw= github.com/hashicorp/go-hclog v1.1.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= +github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-plugin v1.4.3 h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM= github.com/hashicorp/go-plugin v1.4.3/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ= github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= @@ -146,6 +148,7 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= @@ -204,6 +207,7 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=