Skip to content

Commit c0fd1bf

Browse files
committed
Merge remote-tracking branch 'upstream/main' into system-benchmarks-improvements
2 parents b22bf9d + 0ce3d0e commit c0fd1bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/google/go-cmp v0.5.9
2323
github.com/google/go-github/v32 v32.1.0
2424
github.com/google/go-querystring v1.1.0
25-
github.com/google/uuid v1.3.0
25+
github.com/google/uuid v1.3.1
2626
github.com/jedib0t/go-pretty v4.3.0+incompatible
2727
github.com/magefile/mage v1.15.0
2828
github.com/mholt/archiver/v3 v3.5.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaU
190190
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
191191
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
192192
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
193-
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
194-
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
193+
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
194+
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
195195
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
196196
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
197197
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=

internal/stack/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
PackageRegistryConfigFile = "package-registry.yml"
4040

4141
// PackageRegistryBaseImage is the base Docker image of the Elastic Package Registry.
42-
PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.20.0"
42+
PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.21.0"
4343

4444
// ElasticAgentEnvFile is the elastic agent environment variables file.
4545
ElasticAgentEnvFile = "elastic-agent.env"

0 commit comments

Comments
 (0)