Skip to content

Commit

Permalink
hercules-ci-agent-0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Nov 15, 2022
1 parent 3c1ab76 commit da54d3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
to automate work that doesn't start with a code change, such as automatic
updates or impure periodic deployments.

- Secret types and the `GitToken` type, to be provided by the Hercules CI GitHub
App. As of writing this requires a permission approval in the GitHub UI. This
has to be initiated on the Hercules CI side. More on that very soon.

- More repository metadata in the `herculesCI` attribute; see [evaluation docs](https://docs.hercules-ci.com/hercules-ci-agent/evaluation/#param-herculesCI-primaryRepo).

### Fixed

- Work around excessive stack use by libstdc++ regex [issue](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86164)
The new limit of 256 MiB stack allows larger string inputs to be used.
This bug was triggered by purs-nix and possibly other Nix expression libraries that parse substantial files.

- Lift the agent-side restriction on the number of derivations in a job.

## [0.9.7] - 2022-07-21

### Added
Expand Down Expand Up @@ -624,6 +632,7 @@ This release comes with an [Upgrade Guide! ✨](https://docs.hercules-ci.com/her

- Initial release

[0.9.8]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.9.7...hercules-ci-agent-0.9.8
[0.9.7]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.9.6...hercules-ci-agent-0.9.7
[0.9.6]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.9.5...hercules-ci-agent-0.9.6
[0.9.5]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.9.3...hercules-ci-agent-0.9.5
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/hercules-ci-agent.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: hercules-ci-agent
version: 0.9.7
version: 0.9.8
synopsis: Runs Continuous Integration tasks on your machines
category: Nix, CI, Testing, DevOps
homepage: https://docs.hercules-ci.com
Expand Down

0 comments on commit da54d3e

Please sign in to comment.