Skip to content

Tags: veshij/envoy

Tags

v1.11.1

Toggle v1.11.1's commit message
release: bump to 1.11.1. (envoyproxy#21)

Signed-off-by: Piotr Sikora <[email protected]>

v1.11.0

Toggle v1.11.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.11.0 (envoyproxy#7538)

Risk Level: n/a
Testing: n/a
Docs Changes: 1.11!
Release Notes: 1.11!

Signed-off-by: Alyssa Wilk <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>
(cherry picked from commit a614808)

Signed-off-by: Matt Klein <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>