Skip to content

Commit

Permalink
Improve CPU & bump envoy dependency (#4393)
Browse files Browse the repository at this point in the history
* Bump envoy dependency
* Add changelog
* Bump solo-kit version
  • Loading branch information
kdorosh committed Mar 8, 2021
1 parent d4d621f commit 4302724
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
endif
endif

ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.17.0-rc4
ENVOY_GLOO_IMAGE ?= quay.io/solo-io/envoy-gloo:1.18.0-rc2

# The full SHA of the currently checked out commit
CHECKED_OUT_SHA := $(shell git rev-parse HEAD)
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.7.0-beta26/improve-rest-eds-perf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: FIX
description: Improve CPU by using newer marshal / unmarshal functions in protov2 in the REST EDS server.
issueLink: https://github.com/solo-io/gloo/issues/4343
resolvesIssue: false
- type: DEPENDENCY_BUMP
dependencyOwner: solo-io
dependencyRepo: envoy-gloo
dependencyTag: 1.18.0-rc2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require (
github.com/solo-io/skv2 v0.17.2
// Pinned to the `rate-limiter-v0.1.8` tag of solo-apis
github.com/solo-io/solo-apis v0.0.0-20210122162349-0e170e74af10
github.com/solo-io/solo-kit v0.18.0
github.com/solo-io/solo-kit v0.18.1
github.com/solo-io/wasm/tools/wasme/pkg v0.0.0-20201021213306-77f82bdc3cc3
github.com/spf13/afero v1.3.4
github.com/spf13/cobra v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,8 @@ github.com/solo-io/skv2 v0.17.2/go.mod h1:8Mo/EqmRGTu3UWb6ldnbN/9QyzI788MyG3SSpP
github.com/solo-io/solo-apis v0.0.0-20210122162349-0e170e74af10 h1:Qbq966MqBQ2hlvrg0RuoB2rWXJOwSJq+kT5z4P3Nk50=
github.com/solo-io/solo-apis v0.0.0-20210122162349-0e170e74af10/go.mod h1:pAKKsh7pWK1nkzSfSV67RlmiynYzZlu+IWAylvEqkUI=
github.com/solo-io/solo-kit v0.16.0/go.mod h1:zf+vof9HAavbFKRgL80jJ24SeE9PvoB8ooQ7DACtK8I=
github.com/solo-io/solo-kit v0.18.0 h1:dM2Wz56sHOMv01ie5XJEPsbV5WbijgCJm9EghHAD65k=
github.com/solo-io/solo-kit v0.18.0/go.mod h1:F/2VWhEg1z1d5oN71FgqOuSysHLqSxDuLjibiqRQwYo=
github.com/solo-io/solo-kit v0.18.1 h1:v3N6b9uHDWiY27vN/JZCyntJoEapP9+XReF3qakjlz0=
github.com/solo-io/solo-kit v0.18.1/go.mod h1:F/2VWhEg1z1d5oN71FgqOuSysHLqSxDuLjibiqRQwYo=
github.com/solo-io/wasm/tools/wasme/pkg v0.0.0-20201021213306-77f82bdc3cc3 h1:Am1RMaWH7jOug0ys4gUeBCgwR/94NSfZqu90j9u8eTA=
github.com/solo-io/wasm/tools/wasme/pkg v0.0.0-20201021213306-77f82bdc3cc3/go.mod h1:3lckq1wF8I6I2a1Jx5IsEG+PQArE57Jp3wBE2rQnKmw=
github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
Expand Down

0 comments on commit 4302724

Please sign in to comment.