Releases: envoyproxy/go-control-plane
v0.13.4
What's Changed
- build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.69.2 in /examples/dyplomat by @dependabot in #1071
- build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /internal/tools by @dependabot in #1067
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #1065
- build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /xdsmatcher by @dependabot in #1068
- deps: Remove Go minor version from go.mods by @mmorel-35 in #1078
- #1074: Add imports of previous root package in new subpackages to avoid dependency upgrade issues. by @valerian-roche in #1075
Full Changelog: v0.13.2...v0.13.4
xdsmatcher/v0.13.4
What's Changed
- build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.69.2 in /examples/dyplomat by @dependabot in #1071
- build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /internal/tools by @dependabot in #1067
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #1065
- build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /xdsmatcher by @dependabot in #1068
- deps: Remove Go minor version from go.mods by @mmorel-35 in #1078
- #1074: Add imports of previous root package in new subpackages to avoid dependency upgrade issues. by @valerian-roche in #1075
Full Changelog: xdsmatcher/v0.13.2...xdsmatcher/v0.13.4
envoy/v1.32.3
What's Changed
- build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.69.2 in /examples/dyplomat by @dependabot in #1071
- build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /internal/tools by @dependabot in #1067
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #1065
- build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /xdsmatcher by @dependabot in #1068
- deps: Remove Go minor version from go.mods by @mmorel-35 in #1078
- #1074: Add imports of previous root package in new subpackages to avoid dependency upgrade issues. by @valerian-roche in #1075
Full Changelog: envoy/v1.32.2...envoy/v1.32.3
contrib/v1.32.3
What's Changed
- build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.69.2 in /examples/dyplomat by @dependabot in #1071
- build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /internal/tools by @dependabot in #1067
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #1065
- build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /xdsmatcher by @dependabot in #1068
- deps: Remove Go minor version from go.mods by @mmorel-35 in #1078
- #1074: Add imports of previous root package in new subpackages to avoid dependency upgrade issues. by @valerian-roche in #1075
Full Changelog: contrib/v1.32.2...contrib/v1.32.3
v0.13.2
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
xdsmatcher/v0.13.2
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
No change for xdsmatcher
Full Changelog: v0.13.1...xdsmatcher/v0.13.2
ratelimit/v0.1.0
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
No changes for ratelimit
Full Changelog: v0.13.1...ratelimit/v0.1.0
envoy/v1.32.2
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
- build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #1019
- build(deps): Bump golang from 1.21 to 1.22 by @dependabot in #879
- 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
Full Changelog: v0.13.1...envoy/v1.32.2
contrib/v1.32.2
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
- build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #1019
- build(deps): Bump golang from 1.21 to 1.22 by @dependabot in #879
- 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
Full Changelog: v0.13.1...contrib/v1.32.2
v0.13.1
What's Changed
- build(deps): Bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #975
- build(deps): Bump github/codeql-action from 3.25.6 to 3.26.5 by @dependabot in #990
- build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #979
- build(deps): Bump actions/upload-artifact from 3.1.0 to 4.3.6 by @dependabot in #982
- fix: golangci-lint by @mmorel-35 in #993
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.2 in /xdsmatcher by @dependabot in #955
- build(deps): Bump github.com/envoyproxy/protoc-gen-validate from 1.0.4 to 1.1.0 by @dependabot in #978
- update OSSF Scorecard badge link by @mmorel-35 in #857
- build(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #998
- build(deps): Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #997
Full Changelog: v0.13.0...v0.13.1