Releases: CloudNativeSDWAN/egress-watcher
v0.7.0
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
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
Some minor fixes
v0.5.0
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
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
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 of1m
v0.2.0
New
- Ability to have more human readable logs through
--pretty-logs
CLI flag orprettyLogs
field from settings - vmanage: Check for custom application existence before creating one
v0.1.1
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
First release.