Skip to content

Releases: cloudnative-pg/ciclops

v1.3.2

06 Nov 17:26
fc1c72c

Choose a tag to compare

Release date: Nov 06, 2025

Improvements:

  • Update the Dockerfile to use python:3.14-alpine as a base image and to avoid
    copying unneded project's files (#17)
  • Update the GH actions dependencies (#17)

v1.3.1

25 Nov 09:16
f5a7b35

Choose a tag to compare

Release date: Nov 25, 2024

Improvements:

  • Use floor rather than round in the thermometer, so that we don't get 100%
    success in the presence of failures (#15)

v1.3.0

06 Jun 13:59
2a6ea8d

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

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

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

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)