Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 22:18
· 89 commits to main since this release
d40af5a

Release Notes

Broker MVP release

  • Supports git integrations.
  • Supports broker init to set up Broker's config files.
  • Supports broker run to actually run Broker.

broker run consists of:

  • Polling configured git integrations.
  • For each integration, scanning:
    • New or changed branches since the last scan.
    • New tags since the last scan.
    • In both cases, only tags pushed in the last 30 days, or branches pushed to in the last 30 days, are considered.

broker init consists of:

  • Creating the Broker data location.
  • Creating example Broker config files.

See the Broker User Manual for more help using Broker.

Download broker 0.1.0

target kind download
aarch64-apple-darwin tarball broker-v0.1.0-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball broker-v0.1.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball broker-v0.1.0-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball broker-v0.1.0-x86_64-unknown-linux-gnu.tar.xz