Skip to content

Commit ff00532

Browse files
committed
Merge branch 'sotw-bidi' of github.com:fscnick/go-control-plane into sotw-bidi
2 parents b6d83f7 + 6a28329 commit ff00532

File tree

1,036 files changed

+59419
-18124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,036 files changed

+59419
-18124
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## Release v0.10.3
4+
5+
### Changed
6+
7+
- Documentation rewrite in the `/docs` folder (#520)
8+
- Updated go module version to 1.16 (#536)
9+
- Exposed `ApiTypePrefix` (#553)
10+
- Envoy Protos Commit SHA: `97dfffde06115e58261dbab3707ad70d5c86ba1f`
11+
12+
### Added
13+
14+
- Initial support of the Virtual Host Discovery Service VHDS (#529)
15+
- Added linear cache method `UpdateResources` (#546)
16+
17+
### Fixed
18+
19+
- Scoped routes consistency check (#515)
20+
- Scoped routes references (#518)
21+
- Fixed go routine leaks in server unit tests (#519)
22+
- Linear cache no longer requires linear time for applying delta updates (#547)
23+
24+
## Release v0.10.1
25+
26+
### Changed
27+
28+
- Envoy Protos Commit SHA: `9cc74781d818aaa58b9cca9602fe8dc62181…`
29+
### Fixed
30+
31+
- Release to fix broken `GOSUMDB` checksum when using `v0.10.0`. Please pin to this release and ignore `v0.10.0`.
32+
33+
334
## Release v0.10.0
435

536
### Added

build/do_ci.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ make build
1717
make bin/example
1818
make examples
1919
make test
20-
make integration
20+
make integration
21+
22+
cd ./xdsmatcher
23+
make test
24+
# TODO(snowp): Output coverage in CI

contrib/envoy/extensions/filters/http/dynamo/v3/dynamo.pb.go

Lines changed: 155 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

envoy/extensions/filters/http/dynamo/v3/dynamo.pb.validate.go renamed to contrib/envoy/extensions/filters/http/dynamo/v3/dynamo.pb.validate.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)