Releases: StackGuardian/sg-runner
Releases · StackGuardian/sg-runner
v2.2.2
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
What's Changed
- fix gaps in http proxy by @taherkk in #24
- remove unnecessary files while re-registering by @taherkk in #26
- Fixes for Ubuntu support by @taherkk in #28
- Support for proxy, fix outputs and several small fixes by @Akshat0694 in #23
- Docker v28 support
New Contributors
Full Changelog: v2.0.0-beta...v2.0.0
v2.0.0-beta
What's Changed
- Support Instance roles, IAM roles for storage backend and minor fixes by @Akshat0694 in #22
- Deprecate
disable-cgroupsv2andenable-cgroupsv2options as private runners are supported for them - Support for newer OS versions like Ubuntu 22.04
- Support for newer docker version
>=25.0.0 - Introduction of
--ignore-fluentbit-errorsto not fail the registration if Fluentbit has errors, useful for debugging. - Introduction of
--no-clean-on-failto not perform a cleanup if the registration fails due to Fluentbit has errors, strictly useful for debugging only. - Several improvements in registration and and pesky bugs are fixed
Full Changelog: v1.8.0-beta...v2.0.0-beta
v1.8.0-beta
What's Changed
- Support IAM roles atatched to EC2 private runners by @Akshat0694 in #21
Full Changelog: v1.7.0-beta...v1.8.0-beta
v1.7.0-beta
What's Changed
- cleanup docker volumes with cron every 4 hours by @Akshat0694 in #20
Full Changelog: v1.6.0-beta-hotfix...v1.7.0-beta
v1.6.0-beta-hotfix
What's Changed
- Fix SSM bug
- Bump fluentbit version for bug fixing intermittent log ship errors
- Improve runner stability by @Akshat0694 in #19
Full Changelog: v1.5.0-beta-hotfix...v1.6.0-beta-hotfix
v1.5.0-beta-hotfix
Changelog
- Fix usage of
AWS_DEFAULT_REGIONandRUNNER_GROUP_IDenvironment variables - Fix
--debug, cleaner, better details, live logs during long running external commands - Other small improvements and bug fixes