Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
chore: prepare release 0.13.1
Merged liw opened 1 year ago

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

4 files changed +32 -3 e57c1e1e 515cf386
modified Cargo.lock
@@ -1945,7 +1945,7 @@ dependencies = [

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


+
## Version 0.13.1, released 2025-03-05
+

+
* The `NoneOf`, `AnyOf`, and `AllOf` aliases for CI event filters
+
  `Not`, `Or`, and `And`, respectively, have been added to the user
+
  guide.
+

+
* The CI broker now puts some metadata about CI runs to RSS feed
+
  entries, and has a feed for CI runs that have been triggered, or are
+
  running, but haven't finished.
+

+
* `cibtool run remove` can now remove information about CI runs from
+
  the database.
+
  
+
* `cibtool trigger` can output the event to trigger a CI run to the
+
  standard output, or a named file, instead of adding it the event
+
  queue in the database. This can be helpful to see what the event
+
  looks like, to troubleshoot weird problems.
+

+
* The `radicle_ci_broker::msg::helper` module now has an admin log,
+
  and the `runcmd` and `get_sources` function log what they do to the
+
  admin log.
+

+

## Version 0.13.0, released 2025-02-18

Bug fixes:
modified debian/changelog
@@ -1,8 +1,14 @@
+
radicle-ci-broker (0.13.1-1) unstable; urgency=medium
+

+
  * New release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Wed, 05 Mar 2025 10:11:37 +0200
+

radicle-ci-broker (0.13.0) unstable; urgency=medium

  * New release.

-
 -- Lars Wirzenius <liw@liw.fi>  Tue, 18 Feb 2025 10:15:50 +0200
+
 -- Lars Wirzenius <liw@liw.fi>  Wed, 05 Mar 2025 10:11:04 +0200

radicle-ci-broker (0.12.0) unstable; urgency=medium