Skip to content

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

v0.5.0

13 Aug 02:23
6223214
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/evanphx/json-patch from 5.6.0+incompatible to 5.9.0+incompatible by @dependabot in #67
  • fix: add missing permission by @yu-croco in #66
  • Support canary services in multiple routes of the same proxy by @frankh in #76
  • Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #68
  • Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #78
  • Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in #79
  • Bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #72
  • Bump docker/build-push-action from 5.3.0 to 6.0.2 by @dependabot in #86
  • Upgrade Contour to 1.29.1 and Go to 1.22 by @wilsonwu in #87
  • Ignore mirrored weights for weight check by @frankh in #93
  • Bump docker/build-push-action from 6.0.2 to 6.6.1 by @dependabot in #98
  • feat: upgrade contour to support 1.30.0 and go to 1.22.5 by @wilsonwu in #96

Docker Image

release.daocloud.io/skoala/rollouts-plugin-trafficrouter-contour:v0.5.0

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Jan 08:27
cc31c09
Compare
Choose a tag to compare

What's Changed

  • feat: implement filter the services by canary name by @izturn in #63
  • docs: add install rollout chart description by @yyzxw in #64
  • Bump github.com/argoproj/argo-rollouts from 1.6.4 to 1.6.5 by @dependabot in #65

New Contributors

Full Changelog: v0.3.0...v0.4.0

Docker Image

release.daocloud.io/skoala/rollouts-plugin-trafficrouter-contour:v0.4.0

Notice

From v0.4.0 will not provide binary files, just use it as Docker image.

v0.3.0

09 Jan 09:42
25f0b52
Compare
Choose a tag to compare

What's Changed

  • feat: add dependbot by @yyzxw in #54
  • enhance: upgrade actions use to latest by @wilsonwu in #59
  • make the code more go style by @izturn in #60
  • feature: support multi service canary deployment by @izturn in #61
  • feature: use patch strategy to update services weight by @yyzxw in #53

Full Changelog: v0.2.3...v0.3.0

Docker Image

release.daocloud.io/skoala/rollouts-plugin-trafficrouter-contour:v0.3.0

v0.2.3

18 Dec 10:59
fbc42c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

Docker Image

release.daocloud.io/skoala/rollouts-plugin-trafficrouter-contour:v0.2.3

v0.2.2

18 Dec 07:56
c2ddc9c
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

12 Dec 07:59
2e239da
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade contour dep to v1.27.0 by @yyzxw in #41
  • chore: Add artifacts into gitignore by @wilsonwu in #42

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Dec 09:41
e610db1
Compare
Choose a tag to compare

What's Changed

  • feature: add issue tempalate by @yyzxw in #14
  • Use namespace from Rollouts resource to avoid unauthorized access to other HTTPProxies by @mvgmb in #18
  • add support for multiple httpproxies by @sneako in #20
  • Consider all HTTPProxy route services by @mvgmb in #16
  • [chores] Upgrade CI env go to 1.21 by @wilsonwu in #23
  • Use the log/slog for logging by @izturn in #21
  • add license file by @izturn in #25
  • Finish the contrib section for README.md by @izturn in #27
  • upgrade exp/slog to log/slog by @izturn in #28
  • Make the Log level is customizable by @izturn in #30
  • Fix yaml codes in README.md by @izturn in #32
  • Add ci for ut & more by @izturn in #34
  • Implement Verify Weight by @mvgmb in #37

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Apr 08:28
470cca4
Compare
Choose a tag to compare
  • Follow standard to rename the plugin repo and package name

v0.1.0

13 Apr 08:34
e7ff1d5
Compare
Choose a tag to compare
  • Finish main logic of contour trafficrouter plugin work with argo-rollouts
  • Add usage documents