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

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

4 files changed +30 -2 54c3459a 70f1ba7d
modified Cargo.lock
@@ -2003,7 +2003,7 @@ dependencies = [

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


+
## Version 0.9.0, released 2024-11-21
+

+
This release is mostly about small improvements.
+

+
* The log messages from the module that runs the adapter have been
+
  demoted from `debug` level to `trace`, so that they're easier to
+
  filter away.
+
* The per-adapter configuration setting `sensitive_envs` is now
+
  optional.
+
* The CI broker now generates two RSS feeds: one for all CI runs, and
+
  one for failures. This is a stop gap measure until we in Radicle
+
  decide how to distribute this information in a more reliable way.
+
* The CI broker HTML report pages have become a little nicer:
+
  - The per-repository pages have a link to the front page.
+
  - The event queue on the front page shows the alias for each
+
    repository, in addition to the repository id.
+
  - The front page shows counts of CI runs per-repository, and for all
+
    repositories together. There's a count of total runs, failed runs,
+
    and count of recent failures.
+
* Some improvements for the CI broker architecture documentation,
+
  currently published at <https://pages.radicle.liw.fi/ci-broker/>.
+

## Version 0.8.0, released 2024-11-08

This release has a major new feature (`max_run_time`, see first entry
modified debian/changelog
@@ -1,3 +1,9 @@
+
radicle-ci-broker (0.9.0) unstable; urgency=medium
+

+
  * New releasxe.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Thu, 21 Nov 2024 10:18:57 +0200
+

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

  * New release.