diff --git a/lib/.changeset/v1.52.3.md b/lib/.changeset/v1.52.3.md new file mode 100644 index 000000000..fb9a6c9fb --- /dev/null +++ b/lib/.changeset/v1.52.3.md @@ -0,0 +1 @@ +- Updates Parrot to static binary \ No newline at end of file diff --git a/lib/charts/parrot/values.yaml b/lib/charts/parrot/values.yaml index 5c99f3039..88ad1aac0 100644 --- a/lib/charts/parrot/values.yaml +++ b/lib/charts/parrot/values.yaml @@ -2,7 +2,7 @@ replicas: 1 image: repository: kalverra/parrot - version: v0.6.1 + version: v0.6.2 imagePullPolicy: IfNotPresent logLevel: trace diff --git a/lib/docker/test_env/parrot.go b/lib/docker/test_env/parrot.go index aac648c71..1cf9b8251 100644 --- a/lib/docker/test_env/parrot.go +++ b/lib/docker/test_env/parrot.go @@ -22,7 +22,7 @@ import ( const ( defaultParrotImage = "kalverra/parrot" - defaultParrotVersion = "v0.6.1" + defaultParrotVersion = "v0.6.2" defaultParrotPort = "80" ) diff --git a/lib/go.mod b/lib/go.mod index b6cf949dc..27ef34328 100644 --- a/lib/go.mod +++ b/lib/go.mod @@ -32,7 +32,7 @@ require ( github.com/prometheus/common v0.62.0 github.com/rs/zerolog v1.33.0 github.com/slack-go/slack v0.15.0 - github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1 + github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 diff --git a/lib/go.sum b/lib/go.sum index b234a7e26..272b28e0d 100644 --- a/lib/go.sum +++ b/lib/go.sum @@ -463,8 +463,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0= github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw= -github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1 h1:yVALM0MlRNU/rMKUyEjg1LaW+hZmjdkrOvKeXLkU3JM= -github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM= +github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 h1:cWUHB6QETyKbmh0B988f5AKIKb3aBDWugfrZ04jAUUY= +github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10 h1:Yf+n3T/fnUWcYyfe7bsygV4sWAkNo0QhN58APJFIKIc= github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10/go.mod h1:05duR85P8YHuIfIkA7sn2bvrhKo/pDpFKV2rliYHNOo= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=