Skip to content

Releases: StackGuardian/sg-runner

v2.3.0

Choose a tag to compare

@hllvc hllvc released this 18 Jun 14:37
f54a4c1

What's Changed

  • SG-4240: Remove Fluentbit and apply security updates by @hllvc in #36

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@taherkk taherkk released this 03 Sep 11:18
17602e4

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

Choose a tag to compare

@taherkk taherkk released this 25 Aug 12:16
6c77a18
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

Choose a tag to compare

@taherkk taherkk released this 30 May 09:03
e451025

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

Choose a tag to compare

@Akshat0694 Akshat0694 released this 01 Apr 12:32
243b37d

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

Choose a tag to compare

@Akshat0694 Akshat0694 released this 15 Apr 15:52

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

v1.8.0-beta Pre-release
Pre-release

Choose a tag to compare

@Akshat0694 Akshat0694 released this 20 Mar 08:26

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

Choose a tag to compare

@Akshat0694 Akshat0694 released this 25 Jan 11:52

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

Choose a tag to compare

@Akshat0694 Akshat0694 released this 22 Nov 18:35

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

Choose a tag to compare

@hllvc hllvc released this 11 Oct 11:51

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