From fa6016fb849a43f16982f6af250a681a18de123e Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Sun, 9 Jun 2024 17:14:30 +0300 Subject: [PATCH 1/2] update go.sum for relay-cache-warmer --- tools/relay-cache-warmer/go.sum | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/relay-cache-warmer/go.sum b/tools/relay-cache-warmer/go.sum index d2b07216c..6c8a5ca3a 100644 --- a/tools/relay-cache-warmer/go.sum +++ b/tools/relay-cache-warmer/go.sum @@ -1 +1,12 @@ -github.com/gomodule/redigo v2.0.0+incompatible h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0= +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/gomodule/redigo v1.8.9 h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws= +github.com/gomodule/redigo v1.8.9/go.mod h1:7ArFNvsTjH8GMMzB4uy1snslv2BwmginuMs06a1uzZE= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= +github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= From f429aaffcbcec11b56a8d6d14dc7a36aee3926e1 Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Mon, 10 Jun 2024 15:47:12 +0300 Subject: [PATCH 2/2] update charts --- grid-proxy/charts/gridproxy/Chart.yaml | 2 +- tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index 803b6e124..6cc45abf8 100644 --- a/grid-proxy/charts/gridproxy/Chart.yaml +++ b/grid-proxy/charts/gridproxy/Chart.yaml @@ -20,6 +20,6 @@ version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.15.9 +appVersion: 0.15.10 # make sure to update the changelog with the changes in this release diff --git a/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml b/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml index a3c2ac496..37b0b2ed8 100644 --- a/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml +++ b/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.15.5" +appVersion: "0.15.10"