Skip to content

Releases: kaasops/envoy-xds-controller

v0.6.3

22 Oct 11:58
d2095d7

Choose a tag to compare

What's Changed

feat: add refContains for crd Policy by @zvlb in #171

Full Changelog: v0.6.2...v0.6.3

v0.6.2

22 Oct 07:23
c0bf237

Choose a tag to compare

What's Changed

  • Set alpn to http 1.1 and 2 by default by @zvlb in #170

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Oct 13:22
1296c8d

Choose a tag to compare

What's Changed

  • add annotation for accesslogconfig for configuring file name for logs by @zvlb in #168

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Oct 09:37
c0eb345

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Oct 09:05
0bf5130

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

05 Aug 11:20

Choose a tag to compare

What's Changed

  • deps: update github.com/envoyproxy/go-control-plane by @aa1ex in #158
  • tests: add test for k8s 1.30 and envoy 1.31 by @zvlb in #160
  • tools: add make gogen by @aa1ex in #159
  • add validation for invalid parameters combination by @aa1ex in #161

Full Changelog: v0.4.1...v0.4.2

v0.4.1

22 Jul 10:02
f952e38

Choose a tag to compare

What's Changed

  • fix: set virtual service method fix by @aa1ex in #156

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Jul 09:43
17b58d5

Choose a tag to compare

What's Changed

  • tests: add empty domain validation in virtual service by @aa1ex in #153
  • fix: updated virtual service status type by @aa1ex in #154

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

12 Jul 13:41
28259b1

Choose a tag to compare

Fix

[151] - fix name for FilterChain
[152] - fix config for envoy (for tests)

v0.3.0

20 Jun 12:39
f154a42

Choose a tag to compare

Date: June 20, 2024

Features

[133] - reconfigure listener Validations
[135], [136], [145] - recongifure Makefile
[143] - move processing certificates to listener controller
[144], [149] - add github actions for tests
[147] - recongifure Listener status
[148] - recongifure Virtual Service status

Fix

[131] - fix error with secret name in xDS cache
[134] - fix naming in xDS cache
[140] - fix validation for secretRef
[141] - fix test for vs with secretRef
[142] - fix create namespace in tests
[146] - fix script for route webhooks to local exc instance

Tests

[132], [138], [139] - Init and add e2e tests
[137] - run envoy for test with debug logging