Releases: redboxllc/scuttle
Releases · redboxllc/scuttle
v1.3.7
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
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
Ignoring SIGURG in all cases
v1.3.4
limiting scuttle shutdown to SIGINT signals
v1.3.3
Update to allow QuitWithoutEnvoyTimeout to be set and take precendenc…
v1.3.2
Envoy polling will create a log line
v1.3.1
- 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
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
Updated readme for redboxoss docker repo
v1.2.2
Fixed typo in unit test logging