From 0b8b385e9ad56b8ec893d34a3a68143e64f7350e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Thu, 22 Aug 2024 14:03:52 +0200 Subject: [PATCH 1/4] fix: default catalog URL updated to https://grafana.github.io/k6-extension-catalog/registered.json --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 9bb8c66..0ebde33 100644 --- a/options.go +++ b/options.go @@ -41,7 +41,7 @@ type Options struct { } // DefaultExtensionCatalogURL contains the address of the default k6 extension catalog. -const DefaultExtensionCatalogURL = "https://grafana.github.io/k6-extension-registry/catalog-registered.json" +const DefaultExtensionCatalogURL = "https://grafana.github.io/k6-extension-catalog/registered.json" func (o *Options) appname() string { if o != nil && len(o.AppName) > 0 { From 20c68bdacfb36a22de19c4951e8f0b3e27dd1e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Thu, 22 Aug 2024 16:05:48 +0200 Subject: [PATCH 2/4] feat: upgrade to k6deps v0.1.4 --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 3cb8098..4d819e3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/adrg/xdg v0.5.0 github.com/grafana/clireadme v0.1.0 github.com/grafana/k6build v0.2.3 - github.com/grafana/k6deps v0.1.3 + github.com/grafana/k6deps v0.1.4 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 github.com/samber/slog-logrus/v2 v2.5.0 github.com/sirupsen/logrus v1.9.3 @@ -19,11 +19,11 @@ require ( github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/semver/v3 v3.2.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/evanw/esbuild v0.21.5 // indirect + github.com/evanw/esbuild v0.23.1 // indirect github.com/google/btree v1.1.2 // indirect github.com/grafana/k6catalog v0.1.0 // indirect github.com/grafana/k6foundry v0.2.0 // indirect - github.com/grafana/k6pack v0.2.1 // indirect + github.com/grafana/k6pack v0.2.2 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pmezard/go-difflib v1.0.0 // indirect diff --git a/go.sum b/go.sum index 0a76e8b..1f6273b 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/evanw/esbuild v0.21.5 h1:oShm8TT5QUhf6vM7teg0nmd14eHu64dPmVluC2f4DMg= -github.com/evanw/esbuild v0.21.5/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= +github.com/evanw/esbuild v0.23.1 h1:ociewhY6arjTarKLdrXfDTgy25oxhTZmzP8pfuBTfTA= +github.com/evanw/esbuild v0.23.1/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48= github.com/google/btree v1.1.2 h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU= github.com/google/btree v1.1.2/go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= @@ -20,12 +20,12 @@ github.com/grafana/k6build v0.2.3 h1:nRNfOZbIABcoOgqOs+PWbzGVPbG6wWbwN8dACfF5mFo github.com/grafana/k6build v0.2.3/go.mod h1:LOlIAeWzZWR3Zff3Q6o4/spO2ROhvkLws8OgmEgGmVA= github.com/grafana/k6catalog v0.1.0 h1:jLmbmB3EUJ+zyQG3hWy6dWbtMjvTkvJNx1d4LX8it6I= github.com/grafana/k6catalog v0.1.0/go.mod h1:8R9eXAh2nb69+drkj0rZ4aemso0jcwCbPP6Q3E5LqCw= -github.com/grafana/k6deps v0.1.3 h1:XDvMacuHQqmAenmhpcxtH8lJno/z5rGlkCG8lvSjPVw= -github.com/grafana/k6deps v0.1.3/go.mod h1:edmPmMAsFVcwMhPRI/XPeJJCGilNqYMzEse7Q6+cZ6E= +github.com/grafana/k6deps v0.1.4 h1:rFlp2IMTSNk2RuztIfy17X5MO6HbQ6EebgvKvVPg+Po= +github.com/grafana/k6deps v0.1.4/go.mod h1:xeIBBsYUqrkcDc7lIqbAXSd45dmtljYkW+d/q4wb4sg= github.com/grafana/k6foundry v0.2.0 h1:+aE5wuCP0XNGNsxM7UiPj9hyw4RdWeW929PuGwLWIlg= github.com/grafana/k6foundry v0.2.0/go.mod h1:b6n4InFgXl+3yPobmlyJfcJmLozU9CI9IIUuq8YqEiM= -github.com/grafana/k6pack v0.2.1 h1:S9EkeFuRMnfwP/lHrKnlgctlNDiUKgKU1bEKbIfOUro= -github.com/grafana/k6pack v0.2.1/go.mod h1:BEy4y0GE+gXbdp8EldJGXd1g1Py3wBBxDE2AwzHsMxI= +github.com/grafana/k6pack v0.2.2 h1:ynppjxOhLH6nuPe1O/I9qmWbcRusYA+D13OXWjLg5xE= +github.com/grafana/k6pack v0.2.2/go.mod h1:hlcxujzTi0reGuo00Z1MJ2Ax1CD4rM4jIjllEwxcaGs= github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA= github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= From 9c98b9805c79c28dd833903439f59b3b4a3d2402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Thu, 22 Aug 2024 16:06:09 +0200 Subject: [PATCH 3/4] fix: pin k6 version due to sobek error --- examples/combined.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/combined.js b/examples/combined.js index 9703b4b..d293258 100644 --- a/examples/combined.js +++ b/examples/combined.js @@ -1,4 +1,4 @@ -"use k6 >= 0.50"; +"use k6 = 0.52"; "use k6 with k6/x/faker >= 0.3.0"; "use k6 with k6/x/sql >= 0.4.0"; From 00889d2136391e6bad0b38889c1a2afbe94681dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Thu, 22 Aug 2024 16:06:20 +0200 Subject: [PATCH 4/4] docs: release notes --- releases/v0.1.5.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releases/v0.1.5.md diff --git a/releases/v0.1.5.md b/releases/v0.1.5.md new file mode 100644 index 0000000..2867f09 --- /dev/null +++ b/releases/v0.1.5.md @@ -0,0 +1,7 @@ +k6exec `v0.1.5` is here 🎉! + +This is an internal maintenance release with dependency upgrades: + +- k6deps v0.1.4 + +Default catalog URL changed to https://grafana.github.io/k6-extension-catalog/registered.json