Skip to content

Releases: redboxllc/scuttle

v1.3.7

31 May 19:11
1c2b697
Compare
Choose a tag to compare
Update base image to golang 1.17.9 (#53)

This will update the golang base image version from `1.17.6` to the current latest `1.17.9`.
It introduces several security fixes for these CVEs:
* [CVE-2022-23806](https://nvd.nist.gov/vuln/detail/CVE-2022-23806)
* [CVE-2022-28327](https://nvd.nist.gov/vuln/detail/CVE-2022-28327)
* [CVE-2022-24675](https://nvd.nist.gov/vuln/detail/CVE-2022-24675)
* [CVE-2022-24921](https://nvd.nist.gov/vuln/detail/CVE-2022-24921)
* [CVE-2022-23772](https://nvd.nist.gov/vuln/detail/CVE-2022-23772)
* [CVE-2022-23773](https://nvd.nist.gov/vuln/detail/CVE-2022-23773)

Co-authored-by: Krisztian Lengyel <[email protected]>

v1.3.6

25 Jan 16:24
4a4fb1e
Compare
Choose a tag to compare
Use fixed go version for builds (#49)

This will pin go version to the current latest minor version available.

Co-authored-by: Krisztian Lengyel <[email protected]>

v1.3.5

08 Apr 14:36
Compare
Choose a tag to compare
Ignoring SIGURG in all cases

v1.3.4

29 Mar 18:38
Compare
Choose a tag to compare
limiting scuttle shutdown to SIGINT signals

v1.3.3

11 Nov 19:47
0fc99fb
Compare
Choose a tag to compare
Update to allow QuitWithoutEnvoyTimeout to be set and take precendenc…

v1.3.2

05 Oct 21:54
Compare
Choose a tag to compare
Envoy polling will create a log line

v1.3.1

07 Jul 18:43
Compare
Choose a tag to compare
  • Will now attempt to stop sidecars when a signal is received but the child process hasn't started
  • OS signals are now included in the log, e.g. Received signal 'interrupt', passing to child
  • Adjusted logging in the kill function for more clarity

v1.3.0

05 May 14:41
aaacb49
Compare
Choose a tag to compare
Add quit without envoy timeout (#28)

* Allow scuttle to timeout if Envoy becomes unavailable after startup
* Add new env var QUIT_WITHOUT_ENVOY_TIMEOUT

v1.2.3

19 Apr 23:54
Compare
Choose a tag to compare
Updated readme for redboxoss docker repo

v1.2.2

05 Apr 17:40
Compare
Choose a tag to compare
Fixed typo in unit test logging