Skip to content

Releases: argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi

v0.12.0

03 Apr 08:02

Choose a tag to compare

  • Avoid duplicate routes when using header based routing
  • Full Example with Istio
  • Full Example with Kgateway
  • Documented plugin permissions
  • Complete revamp of e2e tests

v0.11.0

06 Feb 15:27

Choose a tag to compare

  • 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

12 Dec 11:56

Choose a tag to compare

  • 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

10 Dec 12:31

Choose a tag to compare

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

12 Sep 13:55

Choose a tag to compare

v0.7.0

25 Aug 13:29

Choose a tag to compare

v0.6.0

08 Apr 11:01

Choose a tag to compare

Added support for Argo Rollout Experiments

v0.5.0

17 Jan 09:04

Choose a tag to compare

Added ability to define rate limits for the kubeclient configuration used by the Plugin process.

v0.4.1

09 Jan 17:15

Choose a tag to compare

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

09 Sep 13:29
c878c63

Choose a tag to compare

This is the first release of the plugin that has GRPC support

Also

  • Added E2E integration tests
  • Fixed multi-arch images