Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.17.0
Merged liw opened 11 months ago

Signed-off-by: Lars Wirzenius liw@liw.fi

4 files changed +22 -2 94134307 46963aaa
modified Cargo.lock
@@ -1965,7 +1965,7 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.16.0"
+
version = "0.17.0"
dependencies = [
 "anyhow",
 "clap",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-ci-broker"
-
version = "0.16.0"
+
version = "0.17.0"
edition = "2021"
rust-version = "1.80"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
modified NEWS.md
@@ -4,6 +4,20 @@ This file summarizes the user-visible changes to `radicle-ci-broker`
between releases.


+
## Version 0.17.0, released 2025-05-19
+

+
* The CI broker can now run adapters concurrently. The maximum number
+
  of concurrent adapters can be set in the configuration file
+
  (`concurrent_adapters`), and defaults to one. A limitation is that
+
  only one CI run is executed at the same time per repository.
+

+
* Fixes to the documentation from Tshepang Mbambo and Arnaud Bailly.
+

+
* Minot update to the architecture document to simplify things.
+

+
* The user guide now has a section on installing Radicle CI with
+
  Ambient on Debian.
+

## Version 0.16.0, released 2025-04-17

* The version number now contains the Git commit short id, to reduce
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.17.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 19 May 2025 12:30:45 +0300
+

radicle-ci-broker (0.16.0-1) unstable; urgency=medium

  * New release.