Skip to content

Releases: StackGuardian/sg-runner

v2.2.2

13 Jan 23:40
891d162

Choose a tag to compare

v2.2.2 Pre-release
Pre-release

Full Changelog: v2.2.1...v2.2.2

v2.2.1

03 Sep 11:18
17602e4

Choose a tag to compare

What's Changed

  • skip configuring fluentbit there is no shared key and storage backend… by @taherkk in #35

Full Changelog: v2.2.0...v2.2.1

v2.2.0

25 Aug 12:16
6c77a18

Choose a tag to compare

Merge pull request #33 from StackGuardian/f/logging-in-run-controller

[SG-3587] remove uploading of logs workflow run logs using fluentbit

v2.1.0

30 May 09:03
e451025

Choose a tag to compare

What's Changed

  • [SG-2828] Fix/private runner instance attributes by @taherkk in #29
  • [SG-295] Enhan/update runner group on reg err by @taherkk in #25

Full Changelog: v2.0.0...v2.1.0

v2.0.0

01 Apr 12:32
243b37d

Choose a tag to compare

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

15 Apr 15:52

Choose a tag to compare

What's Changed

  • Support Instance roles, IAM roles for storage backend and minor fixes by @Akshat0694 in #22
  • Deprecate disable-cgroupsv2 and enable-cgroupsv2 options 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-errors to not fail the registration if Fluentbit has errors, useful for debugging.
  • Introduction of --no-clean-on-fail to 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

20 Mar 08:26

Choose a tag to compare

v1.8.0-beta Pre-release
Pre-release

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

25 Jan 11:52

Choose a tag to compare

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

22 Nov 18:35

Choose a tag to compare

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

11 Oct 11:51

Choose a tag to compare

Changelog

  • Fix usage of AWS_DEFAULT_REGION and RUNNER_GROUP_ID environment variables
  • Fix --debug, cleaner, better details, live logs during long running external commands
  • Other small improvements and bug fixes