From 38dc395a1d32d7bb5d920a84775908f731d04327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:10:00 +0200 Subject: [PATCH 01/12] feat(api-linter): bump to v1.58.1 --- tools/sgapilinter/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgapilinter/tools.go b/tools/sgapilinter/tools.go index fdd46f4b..c375a34d 100644 --- a/tools/sgapilinter/tools.go +++ b/tools/sgapilinter/tools.go @@ -20,7 +20,7 @@ import ( ) const ( - version = "1.57.1" + version = "1.58.1" name = "api-linter" ) From 3d705703f22871ee92ea5463519a24e63925f21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:11:56 +0200 Subject: [PATCH 02/12] feat(buf): bump to v1.27.1 --- tools/sgbuf/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgbuf/tools.go b/tools/sgbuf/tools.go index 3dddf263..4b1b72d8 100644 --- a/tools/sgbuf/tools.go +++ b/tools/sgbuf/tools.go @@ -14,7 +14,7 @@ import ( ) const ( - version = "1.23.1" + version = "1.27.1" name = "buf" ) From 25fb04c3f476300575f7db6597c0024f68174b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:12:45 +0200 Subject: [PATCH 03/12] feat(convco): bump to v0.4.3 --- tools/sgconvco/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgconvco/tools.go b/tools/sgconvco/tools.go index 7c79ca02..0f45f21e 100644 --- a/tools/sgconvco/tools.go +++ b/tools/sgconvco/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "convco" - version = "0.4.0" + version = "0.4.3" ) func Command(ctx context.Context, args ...string) *exec.Cmd { From 9c866e13d24877db9ec5b388beecc9081f591c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:13:20 +0200 Subject: [PATCH 04/12] feat(gh): bump to v2.37.0 --- tools/sggh/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggh/tools.go b/tools/sggh/tools.go index e3e2e514..9c9adc74 100644 --- a/tools/sggh/tools.go +++ b/tools/sggh/tools.go @@ -13,7 +13,7 @@ import ( const ( name = "gh" - version = "2.31.0" + version = "2.37.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd { From dd2e11d653baf1edd5360581cc996f60737ff8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:13:50 +0200 Subject: [PATCH 05/12] feat(golangci-lint): bump to v1.54.2 --- tools/sggolangcilint/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggolangcilint/tools.go b/tools/sggolangcilint/tools.go index ed470c31..00755936 100644 --- a/tools/sggolangcilint/tools.go +++ b/tools/sggolangcilint/tools.go @@ -17,7 +17,7 @@ import ( const ( name = "golangci-lint" - version = "1.54.1" + version = "1.54.2" ) //go:embed golangci.yml From 6b582dc581842fc2493f5a8a433ecdab100faf8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:14:42 +0200 Subject: [PATCH 06/12] feat(goreleaser): bump to v1.21.2 --- tools/sggoreleaser/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggoreleaser/tools.go b/tools/sggoreleaser/tools.go index cac4feaa..71345a46 100644 --- a/tools/sggoreleaser/tools.go +++ b/tools/sggoreleaser/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "goreleaser" - version = "1.19.1" + version = "1.21.2" ) func Command(ctx context.Context, args ...string) *exec.Cmd { From f7903d0074442be737b949a074f450cea92da4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:15:19 +0200 Subject: [PATCH 07/12] feat(go-semantic-release): bump to v2.28.0 --- tools/sggosemanticrelease/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggosemanticrelease/tools.go b/tools/sggosemanticrelease/tools.go index 61ad7233..c7dc66d0 100644 --- a/tools/sggosemanticrelease/tools.go +++ b/tools/sggosemanticrelease/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "go-semantic-release" - version = "2.27.1" + version = "2.28.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd { From 86368fe4476ebe2088616314589ccc0c4983ea45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:15:43 +0200 Subject: [PATCH 08/12] feat(govulncheck): bump to v1.0.1 --- tools/sggovulncheck/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggovulncheck/tools.go b/tools/sggovulncheck/tools.go index e9c6d8f5..73c47612 100644 --- a/tools/sggovulncheck/tools.go +++ b/tools/sggovulncheck/tools.go @@ -13,7 +13,7 @@ import ( const ( name = "govulncheck" - version = "v1.0.0" + version = "v1.0.1" ) // Command returns an [*exec.Cmd] for govulncheck. From deb2a24b61494361084981174e8b436c38cf1ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:16:11 +0200 Subject: [PATCH 09/12] feat(ko): bump to v0.15.0 --- tools/sgko/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgko/tools.go b/tools/sgko/tools.go index 2292ce2c..6a987ba4 100644 --- a/tools/sgko/tools.go +++ b/tools/sgko/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "ko" - version = "0.14.1" + version = "0.15.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd { From 9457b0327c8d87f2714de2d2579aadd963d0f973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:17:23 +0200 Subject: [PATCH 10/12] feat(yamlfmt): bump to v0.10.0 --- tools/sgyamlfmt/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgyamlfmt/tools.go b/tools/sgyamlfmt/tools.go index 3319bbed..e1a5caad 100644 --- a/tools/sgyamlfmt/tools.go +++ b/tools/sgyamlfmt/tools.go @@ -19,7 +19,7 @@ var defaultConfig []byte const ( name = "yamlfmt" - version = "0.9.0" + version = "0.10.0" defaultConfigName = ".yamlfmt" ) From 655003371069046804cbe6747ff1cee339ae0600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:17:59 +0200 Subject: [PATCH 11/12] feat(trivy): bump to v0.46.0 --- tools/sgtrivy/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgtrivy/tools.go b/tools/sgtrivy/tools.go index 5793b8c3..95c8ea35 100644 --- a/tools/sgtrivy/tools.go +++ b/tools/sgtrivy/tools.go @@ -18,7 +18,7 @@ import ( var defaultConfig []byte const ( - version = "0.43.1" + version = "0.46.0" name = "trivy" ) From 0df4ba1bd66af46ffbafc9e5fb5d184017976c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Wed, 18 Oct 2023 12:18:41 +0200 Subject: [PATCH 12/12] feat(terraform): bump to v1.6.1 --- tools/sgcloudspanner/emulator.go | 2 +- tools/sgnpmlicense/tools.go | 2 +- tools/sgterraform/tools.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/sgcloudspanner/emulator.go b/tools/sgcloudspanner/emulator.go index 7b5c04a6..d6e37ed5 100644 --- a/tools/sgcloudspanner/emulator.go +++ b/tools/sgcloudspanner/emulator.go @@ -20,7 +20,7 @@ import ( const ( cloudbuildNetwork = "cloudbuild" url = "gcr.io/cloud-spanner-emulator/emulator" - version = "sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f" // 1.5.9 + version = "sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f" //nolint:gosec // 1.5.9 image = url + "@" + version ) diff --git a/tools/sgnpmlicense/tools.go b/tools/sgnpmlicense/tools.go index b5806586..1ca3c448 100644 --- a/tools/sgnpmlicense/tools.go +++ b/tools/sgnpmlicense/tools.go @@ -36,7 +36,7 @@ const ( BSD2ClauseFreeBSD = "BSD-2-Clause-FreeBSD" BSD2ClauseNetBSD = "BSD-2-Clause-NetBSD" BSD2Clause = "BSD-2-Clause" - BSD3ClauseAttribution = "BSD-3-Clause-Attribution" + BSD3ClauseAttribution = "BSD-3-Clause-Attribution" //nolint:gosec BSD3ClauseClear = "BSD-3-Clause-Clear" BSD3ClauseLBNL = "BSD-3-Clause-LBNL" BSD3Clause = "BSD-3-Clause" diff --git a/tools/sgterraform/tools.go b/tools/sgterraform/tools.go index 22a3803a..5f96eed5 100644 --- a/tools/sgterraform/tools.go +++ b/tools/sgterraform/tools.go @@ -18,7 +18,7 @@ import ( ) const ( - version = "1.5.2" + version = "1.6.1" binaryName = "terraform" )