-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from tmcgilchrist/changelog
Add changelog entries.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
### unreleased | ||
|
||
- Update OBuilder to pull in Windows prereqs (@MisterDA #196, reviewed by @tmcgilchrist) | ||
- Worker pool capacity metric (@mtelvers #195, reviewed by @talex5) | ||
- Update Ocluster to be macOS capable (@patricoferris #152, reviewed by @tmcgilchrist) | ||
- Use rsync-hardlink from OBuilder rsync store (@MisterDA #189, reviewed by @tmcgilchrist) | ||
- Various Dune 3 fixes (@MisterDA #187, reviewed by @talex5) | ||
- Switch from Debian to Ubuntu for Worker Builds (@mtelvers #185, reviewed by @dra27) | ||
- Update to Prometheus 1.2 (@mtelvers #183, reviewed by @MisterDA) | ||
- Default to GitLab merge-requests refspecs (@MisterDA #180, reviewed by @tmcgilchrist) | ||
- GitLab: allow fetching merge-requests from remote origin (@MisterDA #175, reviewed by @tmcgilchrist) | ||
- Updated Dockerfile* and .dockerignore (@mtelvers #178, reviewed by @tmcgilchrist and @MisterDA) | ||
- Upgrade lwt to 5.5.0 (@maiste #171 #181, reviewed by @dra27) | ||
- Added --terse option to ocluster-admin-show and added new command ocluster-admin-exec (@mtelvers #165, reviewed by @tmcgilchrist and @dra27) | ||
- Support custom jobs, adds custom job specifications to the cluster API. (@patricoferris #156, reviewed by @talex5) | ||
- Continuing the joy of submodule URL changes (@dra27 #164) | ||
- Update ocaml/opam-repository SHA includes tar-unix.2.0.1 (@mtelvers #161, reviewed by @dra27) | ||
- Run git submodule update when resetting the git clone (@MisterDA #163, reviewed by @tmcgilchrist) | ||
- Cmdliner.1.1.0 support (@MisterDA #160) | ||
- Explicitly set confirmation levels to allow for manually triggered jobs. (@tmcgilchrist #159, reviewed by @TheLortex) | ||
- Merge Obuilder with rsync store (@MisterDA #155, reviewed by @talex5) | ||
- Sqlite3 remove usage of "FALSE" for compatibility with older versions (@art-w #150, reviewed by @talex5) | ||
- Revert adopting GNU tar format (@dra27 #148) | ||
- Update obuilder to latest (@mtelvers #147) | ||
- Fix deprecations in Fmt 0.8.10 (@tmcgilchrist #145) | ||
- Lwt_unix.yield was deprecated in favor of Lwt.pause (@MisterDA #142, reviewed by @dra27) | ||
- Remove runc build from Dockerfile.worker (@talex5 #140) | ||
- Add Windows support (@MisterDA #128, reviewed by @dra27 and @talex5) | ||
- Admin client: fix ref-counting on progress display (@talex5 #138) | ||
- Add --verbose to README examples (@talex5 #137) | ||
- Use --connect for the worker capability too (@talex5 #136) | ||
- Make free-space check work on Windows (@talex5 #134) | ||
- Support Fmt.cli and Logs.cli (@MisterDA #133, reviewed by @talex5) | ||
- Windows support prerequisites (@talex5 and @MisterDA #132) | ||
- Update to capnp-rpc 1.2 and fix connection handling (@talex5 #131) | ||
- Improve reporting of connection errors (@talex5 #130) | ||
- Depend on more current_* modules to build examples (@MisterDA #129, reviewed by @talex5) | ||
- Add ca-certificates to Dockerfile (@talex5 #127) | ||
- API to wait for a worker to drain, useful for scripts that need to wait for a worker to stop before continuing. (@talex5 #126) | ||
- Allow pausing/unpausing/forgetting unconnected workers (@talex5 #125) | ||
- Fix ref-leak when rejecting duplicate workers (@talex5 #124) | ||
- Improve handling of a worker's active state (@talex5 #123) | ||
- Report better error on duplicate worker registration (@talex5 #122) | ||
- Switch pool tests to expect tests (@talex5 #121) | ||
- Add timestamps to OBuilder logs (@talex5 #120) | ||
- Fix opam constraint on digestif (@kit-ty-kate #118, reviewed by @talex5) | ||
- Add support for secrets. Secrets are a way to transmit sensitive key-value pairs to workers, without having them displayed in any log files. (@TheLortex #116, reviewed by @talex5) | ||
- Add optional label to build_obuilder (@TheLortex #113, reviewed by @talex5) | ||
|
||
### v0.1 | ||
|
||
Initial release. |