Skip to content

Commit

Permalink
Merge pull request #3 from yokawasa/envoy-v1-api-support
Browse files Browse the repository at this point in the history
v1.0.0 release
  • Loading branch information
yokawasa authored May 16, 2020
2 parents f050c8b + 302270d commit 0f9a9ef
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CHANGELOG - envoy-proxy-demos

## v2.0.0 (envoy api v2 based demo apps)

WIP

## v1.0.0 (envoy api v1 based demo apps)

Supported & tested envoy versions:

- [v1.12.3](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.12.3)
- [v1.12.0](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.12.0)
- [v1.9.0](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.9.0)
- [v1.8.0](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.8.0)
- [v1.7.0](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.7.0)
- [v1.6.0](https://www.envoyproxy.io/docs/envoy/latest/version_history/v1.6.0)

> 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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This project is a fork of the [Envoy's example demo sets](https://github.com/env
- [Jaeger Tracing](jaeger-tracing)
- [Zipkin Tracing](zipkin-tracing)

## Demo versions and supported envoy versions
- v2.0.0 (WIP): envoy api V2 based demo apps
- v1.0.0: envoy api v1 based demo apps

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/envoy-proxy-demos
2 changes: 1 addition & 1 deletion apps/Dockerfile-frontenvoy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM envoyproxy/envoy:latest
FROM envoyproxy/envoy:v1.12.3

RUN apt-get update && apt-get -q install -y \
curl
Expand Down
2 changes: 1 addition & 1 deletion apps/Dockerfile-service
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM envoyproxy/envoy-alpine:latest
FROM envoyproxy/envoy-alpine:v1.12.3

RUN apk update && apk add python3 bash
RUN python3 --version && pip3 --version
Expand Down

0 comments on commit 0f9a9ef

Please sign in to comment.