Skip to content

Releases: cloudnative-pg/ciclops

v1.3.0

06 Jun 13:59
2a6ea8d
Compare
Choose a tag to compare

Release date: Jun 06, 2024

Improvements:

  • Introduce a "thermometer" color-coded view displaying the test percentage
    failure per platform, both for the GH summary and as an output that can
    be used in chatops (#10)
  • Cap the number of alerts shown in chatops (max 2 per metric) (#10)
  • Update the GH actions dependencies (#10)

Fixes:

  • Stop overcounting kubernetes versions and failure rates in them (#10)

v1.2.1

31 May 14:42
697eff8
Compare
Choose a tag to compare

This is a point release to avoid getting chatops notifications
on Alerts due to false positives.

Improvements:

  • Don't count as Alerts special failures such as Ginkgo report missing or suite
    canceled or timed out (#7)

v1.2.0

28 Apr 15:53
0dafaba
Compare
Choose a tag to compare

Improvements:

  • Leverage the GitHub env variables inside the Python code to simplify (#5)
  • General improvements on tests and documentation (#5)
  • Optionally create a short summary for cases where the full summary might
    exceed the allowed size in GitHub Actions (#4)
  • Compute a new Alerts section with systematic failures, offer standalone for
    chatops integration (#4)
  • Add unit tests (#4)

Fixes:

  • Stop showing ignoreFail cases in the code errors table (#4)

v1.1.0

20 Feb 15:56
367da4a
Compare
Choose a tag to compare

Release date: Feb 20, 2023

Improvements:

  • Make CIclops resilient to JSON files without the expected schema (#1)
  • Add new tables to show failing code location, and whole-suite durations (#2)