Skip to content

Releases: CloudNativeSDWAN/egress-watcher

v0.7.0

13 Apr 09:33
Compare
Choose a tag to compare

This new release brings a series of features and fixes:

  • Introduction of a new package that improves readability, performance and productivity: vmanage-go
  • New operations handler for vManage
  • New --sdwan.enable mode, introduced as default setting
  • Much code was simplified or deleted and replaced with better code, e.g. with vmanage-go
  • Some other fixes

v0.6.0

10 Mar 13:59
b3a3095
Compare
Choose a tag to compare

This new version of the egress watcher adds a new useful install command that allows for a much more simpler installation process (thanks @chowndarya!); introduces some improvements in cool down with vManage, along with some other improvements.

v0.5.1

23 Jan 10:25
680bdb7
Compare
Choose a tag to compare

Some minor fixes

v0.5.0

13 Jan 13:25
c122ddd
Compare
Choose a tag to compare

v.0.5.0 brings support for Kubernetes' NetworkPolicy objects and is able to perform the same job it used to do with Istio's ServiceEntry objects until now. Credits to @tomilashy for this!

To update, please remove your existing version and reinstall egress watcher.

v0.4.0

02 Dec 09:49
1eafc14
Compare
Choose a tag to compare

v0.4.0 bring the ability to select a kubeconfig file that is different from the default one available on the running operating system, a customizable waiting window and other new smaller features, along with some fixes for the CLI flags being ignored and other minor ones.

v0.3.0

06 Jun 08:50
Compare
Choose a tag to compare

New

  • Ability to set a custom Waiting Window via CLI or file settings

Changed

  • Default waiting window -- if not overridden by the user -- is now 30s instead of 1m

v0.2.0

03 Jun 13:37
Compare
Choose a tag to compare

New

  • Ability to have more human readable logs through --pretty-logs CLI flag or prettyLogs field from settings
  • vmanage: Check for custom application existence before creating one

v0.1.1

03 Jun 12:24
1baa961
Compare
Choose a tag to compare

Fix

  • (vmanage): A new and improved way of checking if tokens are still valid is now introduced. Further, non-critical, enhancement will be done in future.

v0.1.0

10 May 06:47
Compare
Choose a tag to compare

First release.