Skip to content

Releases: step-security/harden-runner

v2.9.1

05 Aug 22:42
5c7944e
Compare
Choose a tag to compare

What's Changed

Release v2.9.1 by @h0x0er and @varunsh-coder in #440
This release includes two changes:

  1. Updated markdown displayed in the job summary by the Harden-Runner Action.
  2. Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list.

Full Changelog: v2...v2.9.1

v2.9.0

18 Jul 19:14
0d38121
Compare
Choose a tag to compare

What's Changed

Release v2.9.0 by @h0x0er and @varunsh-coder in #435
This release includes:

  • Enterprise Tier - Telemetry Upload Enhancement:
    For the enterprise tier, this change helps overcome size constraints, allowing for more reliable telemetry uploads from the Harden-Runner agent to the StepSecurity backend API. No configuration change is needed to enable this.
  • Harden-Runner Agent Authentication:
    The Harden-Runner agent now uses a per-job key to authenticate to the StepSecurity backend API to submit telemetry. This change prevents the submission of telemetry data anonymously for a given job, improving the integrity of the data collection process. No configuration change is needed to enable this.
  • README Update:
    A Table of Contents has been added to the README file to improve navigation. This makes it easier for users to find the information they need quickly.
  • Dependency Update:
    Updated the braces npm package dependency to a non-vulnerable version. The vulnerability in braces did not affect the Harden Runner Action

Full Changelog: v2...v2.9.0

v2.8.1

07 Jun 13:18
17d0e2b
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Update isGitHubHosted implementation by @varunsh-coder in #425
    The previous implementation incorrectly identified large GitHub-hosted runners as self-hosted runners. As a result, harden-runner was not executing on these large GitHub-hosted runners.

Full Changelog: v2...v2.8.1

v2.8.0

22 May 00:48
f086349
Compare
Choose a tag to compare

What's Changed

Release v2.8.0 by @h0x0er and @varunsh-coder in #416
This release includes:

  • File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.
  • Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.

These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.

Full Changelog: v2...v2.8.0

v2.7.1

29 Apr 21:05
a4aa98b
Compare
Choose a tag to compare

What's Changed

Release v2.7.1 by @varunsh-coder, @h0x0er, @ashishkurmi in #397
This release:

  • Improves the capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
  • Updates README to add link to case study video on how Harden-Runner detected a supply chain attack on a Google open-source project
  • Addresses minor bugs

Full Changelog: v2.7.0...v2.7.1

v2.7.0

31 Jan 00:00
63c24ba
Compare
Choose a tag to compare

What's Changed

Release 2.7.0 by @varunsh-coder and @h0x0er in #376
This release:

  1. Updates the node runtime to node20
  2. Adds capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners

Full Changelog: v2...v2.7.0

v2.6.1

16 Nov 20:50
eb238b5
Compare
Choose a tag to compare

What's Changed

Release v2.6.1 by @varunsh-coder and @h0x0er in #356
This release:

  1. Improves the job summary markdown written by the Harden-Runner Action
  2. Improves detection of cache endpoint used by the job
  3. Detects use of Kubernetes mode in Actions Runner Controller (ARC) based runners
  4. Updates dependencies

Full Changelog: v2...v2.6.1

v2.6.0

03 Oct 01:08
1b05615
Compare
Choose a tag to compare

What's Changed

Release v2.6.0 by @varunsh-coder in #346

This release adds support for self-hosted Virtual Machine runners (e.g. on EC2).

Full Changelog: v2...v2.6.0

v2.5.1

09 Aug 16:12
8ca2b8b
Compare
Choose a tag to compare

What's Changed

  • Updated default allowed endpoints to include *.actions.githubusercontent.com. GitHub Actions recently started making calls to additional sub-domains for this domain. Please update to this latest version of harden-runner to allow these new endpoints.
  • Update README.md by @varunsh-coder in #326
  • Bump step-security/harden-runner from 2.4.1 to 2.5.0 by @dependabot in #327

Full Changelog: v2...v2.5.1

v2.5.0

24 Jul 18:36
cba0d00
Compare
Choose a tag to compare

What's Changed

Release v2.5.0 by @h0x0er and @varunsh-coder in #325

This release:

  1. Adds support for Actions Runner Controller (ARC) environment
  2. Improves the job summary markdown

Full Changelog: v2...v2.5.0