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

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

4 files changed +41 -2 2e2236ae 6dc8f8e2
modified Cargo.lock
@@ -1997,7 +1997,7 @@ dependencies = [

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


+
## Version 0.10.0, released 2024-12-05
+

+
Bug fix:
+

+
* The CI broker now depends on version 0.14.0 of the `radicle` crate,
+
  to fix Git object identifier serialization and deserialization. You
+
  may need to remove any queued, but unprocessed CI events, using the
+
  command `cibtool --db foo.db event remove --all`. If your `cib`
+
  keeps crashing due to an error related to `Oid`, you need to do
+
  this.
+

+
* The CI broker now correctly sets the origin for a change. Previously
+
  it set it to node from which the change fetched. In a distributed
+
  system this may be a different node than the origin.
+

+
* The branch name in trigger messages in HTML reports has been fixed.
+
  It used to say "push-event-has-no-branch-name".
+

+
Other changes:
+

+
* Many log messages are now at a lower the "debug" log level to make
+
  it easier to remove log spam.
+

+
* Most log messages now have a `kind` field to allow better
+
  identification of what kind of message it is, without having to rely
+
  on parsing the free-form message text.
+

+
* Many log messages now have details in extra fields in the log
+
  message, rather than embed them in the free-form message text.
+

+
* The `cib` command now has help text for its options and subcommands,
+
  shown with the `--help` option and `help` subcommand.
+

## Version 0.9.0, released 2024-11-21

This release is mostly about small improvements.
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.10.0) unstable; urgency=medium
+

+
  * New release. See NEWS.md for release notes.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Thu, 05 Dec 2024 08:44:54 +0200
+

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

  * New releasxe.