Skip to content

Releases: cloudflare/sciuro

v0.2.2

30 Jan 19:07
Compare
Choose a tag to compare
fix(tools): add --tags to print-workspace-status

Without --tags, this command was returning an old dirty tag which wasn't
properly tagging the container in docker hub.

v0.2.1

30 Jan 18:24
Compare
Choose a tag to compare
chore: update deps

There was a minor change to how the watch was started (using a generic).

v0.2.0

30 Jan 14:20
Compare
Choose a tag to compare
feat(inputs): Support prometheus as alert data source

Previously Sciuro only supported AlertManager for its source of alerts.

This change adds support for multiple promethei to be
aggregated together as an alternative data source.

Since Prometheus does not have the concept of silences or server-side
filtering on its alerts endpoint, CEL was used to make client-side filtering more flexible.

Previously all matches were OR'ed together.

This also removes the need for us to maintain our own match code.

The internal memory structure of Sciuro now uses the Prometheus v1 alert
struct.

This structure holds a smaller set of data that is easier to populate
from AlertManager's response than the other way around.

The reconciler is largely unchanged.

If one or more Prometheus instances are unavailable the cache will still
populate but Sciuro's Prometheus metrics will inform the user of
collection failures.

v0.1.5

22 Jul 17:39
v0.1.5
Compare
Choose a tag to compare
Release v0.1.5

v0.1.4

02 Feb 16:46
v0.1.4
c751868
Compare
Choose a tag to compare
Release v0.1.4

v0.1.3

23 Jun 15:10
v0.1.3
Compare
Choose a tag to compare
Release v0.1.3

v0.1.2

02 Jun 16:06
v0.1.2
bf2b3e1
Compare
Choose a tag to compare
Release v0.1.2

v0.1.1

18 Jun 15:23
v0.1.1
7937809
Compare
Choose a tag to compare
Release v0.1.1

v0.1.0

08 Jun 05:20
v0.1.0
c4870aa
Compare
Choose a tag to compare
Release v0.1.0