8000 Tags · wadeling/envoy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wadeling/envoy

Tags

v10.0.0

Toggle v10.0.0's commit message
first general protocol regester version

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: bump to 1.10.0 (envoyproxy#6489)

Signed-off-by: Matt Klein <mklein@lyft.com>

v1.9.1

Toggle v1.9.1's commit message
ci docker: split dev images into "*-dev" docker hub repos (envoyproxy…

…#6328)

This will make tagged version images more easily discoverable.

Fixes envoyproxy#4052

Signed-off-by: Matt Klein <mattklein123@gmail.com>

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cutting 1.9 release (envoyproxy#5366)

Risk Level: n/a
Testing: n/a
Docs Changes: 1.9!
Release Notes: They're official
Deprecated: 1.8 ;-)

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1.8.0 version snap (envoyproxy#4601)

Signed-off-by: Matt Klein <mklein@lyft.com>

v1.7.1

Toggle v1.7.1's commit message
upstream: fix typo (s/lb_type/lb_policy/g) in previous commit. (envoy…

…proxy#4051)

While there, change to uppercase letters to match v2 style.

*Risk Level*: n/a
*Testing*: bazel test //test/...
*Docs Changes*: n/a
*Release Notes*: n/a

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
(cherry picked from commit a614808)

Signed-off-by: Matt Klein <mklein@lyft.com>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: removing dev tag from 1.7.0 (envoyproxy#3686)

Also removing "pending" from
DEPRECATED.md
and
docs/root/intro/version_history.rst

Risk Level: n/a
Testing: Will wait for LGTM from whoever canaries at Lyft
Docs Changes: n/a
Release Notes: cut.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: final tag for release (envoyproxy#2862)

Signed-off-by: Matt Klein <mklein@lyft.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pgv: validation support for Bootstrap/xDS/filters. (envoyproxy#2146)

This patch lands checking via https://github.com/lyft/protoc-gen-validate in Envoy for bootstrap, xDS ingestion and during filter instantiation.

Risk Level: Medium (things might start blowing up on config ingestion that were slipping through before).
Testing: Mostly negative tests for bootstrap/xDS/filters, since the happy path is already validated through the existing test suite.

Signed-off-by: Harvey Tuch <htuch@google.com>

v1.4.0

Toggle v1.4.0's commit message
Using common member variables in integration tests (envoyproxy#1532)

0