Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.23.0
Lars Wirzenius committed 5 months ago
commit 460f08e661a4364e0d67d75c676e44e94248cdb1
parent e98f577
4 files changed +27 -2
modified Cargo.lock
@@ -2117,7 +2117,7 @@ dependencies = [

[[package]]
name = "radicle-ci-broker"
-
version = "0.22.0"
+
version = "0.23.0"
dependencies = [
 "anyhow",
 "clap",
modified Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "radicle-ci-broker"
-
version = "0.22.0"
+
version = "0.23.0"
edition = "2024"
rust-version = "1.85"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
modified NEWS.md
@@ -3,6 +3,25 @@
This file summarizes the user-visible changes to `radicle-ci-broker`
between releases.

+
## Version 0.23.0, released 2025-11-25
+

+
* There is now a "terminate this CI run" event. It will make `cib` terminate a
+
  currently executing CI run. The event can be added to the event queue with
+
  `cibtool --db ci.db event terminate c12c6749-b708-4a2e-8ec1-c10f1e9817e4`, where
+
  the last argument is the broker run ID (not the adapter run ID).
+

+
* If the event queue has a "shut down" event, it it picked first. This avoids
+
  having to wait for the queue to be processed until the shut down event is
+
  next. The shut down event will prevent any new CI runs from being started.
+

+
* There is now a document on how to implement an
+
  adapter (`doc/adapter-impl.md`), rendered online at
+
  <https://radicle-ci.liw.fi/radicle-ci-broker/adapter-impl.html>.
+

+
* A small bug fix to the log messages for filtering tag events: the now say
+
  they are for tag events instead of branch events. The perils of having copy
+
  pasta for lunch. Found by Yorgos Saslis.
+

## Version 0.22.0, released 2025-11-12

* New event filter `AnyDelegate` is true if the change originates
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.23.0-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Tue, 25 Nov 2025 10:11:38 +0200
+

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

  * New release.