Releases: argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi
Releases · argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi
v0.12.0
v0.11.0
- Preserve existing headers in HTTP route when using header based routing
- Improved documentation for ignoring differences in Argo CD
- Clarified which namespace is used if not defined in the Rollout
v0.10.0
- Compiled against Gateway API v1.4 (previously v1.1)
- Now supports the standard CORS filter type in HTTPRoute
- Golang updated to 1.24 and K8s client libraries to 0.34.x
v0.9.0
Gateway API routes are labeled while a canary is running to avoid GitOps drift and the label is removed once traffic returns to 100% stable. This is useful when you use Argo Rollouts with Argo CD.
v0.8.0
- Added support for TLSRoute.
- You can now use filters with Header based routing.
v0.7.0
- Added support for using label selectors when handling multiple routes in an automated manner
- Dynamically update weights for experiments
v0.6.0
Added support for Argo Rollout Experiments
v0.5.0
Added ability to define rate limits for the kubeclient configuration used by the Plugin process.
v0.4.1
This is the first release of the plugin that is also packaged as a docker container.
Therefore the binary is available as a release artifact but also as a container image stored
in GitHub packages. Two container images (arm64/amd64) are currently available.
v0.4.0
This is the first release of the plugin that has GRPC support
Also
- Added E2E integration tests
- Fixed multi-arch images