File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ # CHANGELOG - envoy-proxy-demos
2
+
3
+ ## v2.0.0 (envoy api v2 based demo apps)
4
+
5
+ WIP
6
+
7
+ ## v1.0.0 (envoy api v1 based demo apps)
8
+
9
+ Supported & tested envoy versions:
10
+
11
+ - [ v1.12.3] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.12.3 )
12
+ - [ v1.12.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.12.0 )
13
+ - [ v1.9.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.9.0 )
14
+ - [ v1.8.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.8.0 )
15
+ - [ v1.7.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.7.0 )
16
+ - [ v1.6.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.6.0 )
17
+
18
+ > NOTE: From envoy api [ v1.13.0] ( https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.13.0 ) , v1 envoy api(s) are no longer supported.
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ This project is a fork of the [Envoy's example demo sets](https://github.com/env
19
19
- [ Jaeger Tracing] ( jaeger-tracing )
20
20
- [ Zipkin Tracing] ( zipkin-tracing )
21
21
22
+ ## Demo versions and supported envoy versions
23
+ - v2.0.0 (WIP): envoy api V2 based demo apps
24
+ - v1.0.0: envoy api v1 based demo apps
25
+
22
26
## Contributing
23
27
24
28
Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/envoy-proxy-demos
Original file line number Diff line number Diff line change 1
- FROM envoyproxy/envoy:latest
1
+ FROM envoyproxy/envoy:v1.12.3
2
2
3
3
RUN apt-get update && apt-get -q install -y \
4
4
curl
Original file line number Diff line number Diff line change 1
- FROM envoyproxy/envoy-alpine:latest
1
+ FROM envoyproxy/envoy-alpine:v1.12.3
2
2
3
3
RUN apk update && apk add python3 bash
4
4
RUN python3 --version && pip3 --version
You can’t perform that action at this time.
0 commit comments