Skip to content

Commit

Permalink
use fixed version of envoy and update lodash to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Aug 13, 2019
1 parent e4de982 commit 9193b47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/envoy.Dockerfile
@@ -1,5 +1,5 @@
FROM envoyproxy/envoy:latest
FROM envoyproxy/envoy:v1.10.0

COPY ./envoy.yaml /etc/envoy/envoy.yaml

CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml
6 changes: 3 additions & 3 deletions example/envoy.yaml
Expand Up @@ -25,8 +25,8 @@ static_resources:
cluster: example_service
max_grpc_timeout: 0s
cors:
allow_origin:
- "*"
allow_origin_regex:
- ".*"
allow_methods: GET, PUT, DELETE, POST, OPTIONS
allow_headers: keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,custom-header-1,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout
max_age: "1728000"
Expand All @@ -42,4 +42,4 @@ static_resources:
type: logical_dns
http2_protocol_options: {}
lb_policy: round_robin
hosts: [{ socket_address: { address: server, port_value: 50051 }}]
hosts: [{ socket_address: { address: server, port_value: 50051 }}]
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
},
"dependencies": {
"fuse.js": "^3.4.4",
"lodash": "4.17.15",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-json-view": "^1.19.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -5283,6 +5283,11 @@ lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"

lodash@4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

"lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
Expand Down

0 comments on commit 9193b47

Please sign in to comment.