New releasing model
The go-control-plane
repository is now released as multiple independent packages:
github.com/envoyproxy/go-control-plane
(this release), including the core components such as cache and servergithub.com/envoyproxy/go-control-plane/envoy
andgithub.com/envoyproxy/go-control-plane/contrib
for envoy API go generated filesgithub.com/envoyproxy/go-control-plane/ratelimit
andgithub.com/envoyproxy/go-control-plane/xdsmatcher
as independent components for specific use-cases
What's Changed
- clean up: use only goimports with golangci-lint by @mmorel-35 in #1030
- build(deps): Bump github/codeql-action from 3.26.6 to 3.27.0 by @dependabot in #1031
- build(deps): Bump actions/checkout from 4.1.6 to 4.2.2 by @dependabot in #1032
- build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #1024
- build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #1019
- Fix panic in case the resourceType is not know by the caches by @alandiegosantos in #1036
- build(deps): Bump golang from 1.21 to 1.22 by @dependabot in #879
- build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.67.1 in /examples/dyplomat by @dependabot in #1018
- build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.2 in /xdsmatcher by @dependabot in #1048
- build(deps): Bump github/codeql-action from 3.27.0 to 3.27.4 by @dependabot in #1047
- build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /xdsmatcher by @dependabot in #1054
- build(deps): Bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #1053
- build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1052
- build(deps): Bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #1059
- chore(deps): upgrade golang version to 1.22.8 by @lukidzi in #1038
- Support multi-module releases in go-control-plane by @alecholmez in #714
- Create releases for go-control-plane (0.13.2) and envoy API (1.32.2) by @valerian-roche in #1073
New Contributors
- @alandiegosantos made their first contribution in #1036
- @lukidzi made their first contribution in #1038
Full Changelog: v0.13.1...v0.13.2