Skip to content

Releases: AirVantage/overlord

23.10.1

04 Oct 09:13
3e79854
Compare
Choose a tag to compare

What's Changed

Full Changelog: 22.11.1...23.10.1

22.11.1

22 Nov 10:16
9f6a790
Compare
Choose a tag to compare

Merge pull request #5 from AirVantage/PLTFRS-15199

PLTFRS-15199: Automate building and artefact publication

v5.1

31 May 15:08
00ab67d
Compare
Choose a tag to compare
  • make sure we do not access to uninitialized []state groups
  • do not return an error if a resource is not found or empty
  • do not abort at startup if we cannot connect to syslog
  • check for errors after toml encoding (found with staticcheck)
  • bump Go version to 1.18.2

v5.0

14 Oct 15:54
9a7ad1c
Compare
Choose a tag to compare
  • Subnet scanning (in addition to ASG and tag scanning)
  • IPv6 support
  • Go upgrade and code reorganization

v5.0-beta2

13 Oct 14:27
Compare
Choose a tag to compare
v5.0-beta2 Pre-release
Pre-release

Fix IPv6 addresses format.

v5.0-beta1

13 Oct 11:51
Compare
Choose a tag to compare
v5.0-beta1 Pre-release
Pre-release

Pre-release of v5 with:

  • subnet scanning
  • IPv6 support

v4.0

10 Sep 12:41
c12ef99
Compare
Choose a tag to compare

This version adds 2 environment variables when running the reload command: IP_ADDED and IP_REMOVED. Both variables contain a list of space-seperated IP addresses, possibly empty.

v3.0

12 Jun 08:34
827d9bf
Compare
Choose a tag to compare

Overlord should not generate a new version of the configuration file if some API fails to answer (#1)

  • use go dep to handle dependencies
  • keep the current configuration file when aws api calls fail
  • add the possibility to send logs to a remote syslog
  • Use MultiWriter to write logs to syslog and console
  • Prefix logs with "AWS API call fails" when AWS API calls fail to ease the creation of loggly alarm.

v3.0-alpha

11 Jun 08:59
Compare
Choose a tag to compare
v3.0-alpha Pre-release
Pre-release

https://confluence.sierrawireless.com/display/OPE/Post+mortem+analysis+for+INCIDENT-1053+to+INCIDENT-1056

  • Overlord should not generate a new version of the configuration file if some API fails to answer
  • Push logs to syslog

v2.0

05 Aug 09:15
Compare
Choose a tag to compare

Add support for tagged (Name) ec2 instances