github.com/slok/sloth
v0.16.0
#600 most downloaded on Go modules
slok/sloth
What this package is like to depend on
Last release 2 months ago
26 May 2026
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 16 of 17 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
112 releases · first in 2021
24 releases in the last 12 months
see the full history below
Release timeline
112 releases · May 2021 to May 2026Releases
latest 60 of 112-
v0.16.1-0.20260526174829-8a3be4fab79d26 May 2026 pre-releaseNothing published for this version
-
v0.16.1-0.20260404085253-0e395d81513f04 Apr 2026 pre-releaseNothing published for this version
-
v0.16.004 Apr 2026Release notes
Open source →v0.16.0 - 2026-04-04
Check the release notes in discussions.
Added
- K8s transformer plugins to be able to customize the k8s resulting objects without depending on current Prometheys operator Rule CR.
sloth.dev/k8stransform/prom-operator-prometheus-rule/v1K8s transformer plugin.- Users can now create multiple K8s objects as the output of the SLO generated rules.
- Sloth lib support for K8s transformer plugins using
WriteResultAsK8sObjects. - New
servercommand that serves the new UI. - UI: Service listing and searching.
- UI: SLO listing, searching and filtered by service.
- UI: SLO details with stats, alerts state, SLI chart and budged burn in period chart.
- UI: Support SLO grouped by labels.
- UI: Redirect unmarshaled ID of grouped SLO labels to proper SLO ID.
- UI: Support service list sort by name and alert status.
- UI: Support alert firing, burning over budget and budget consumed in period SLO filtering on SLO listing.
- Update to Kubernetes v1.35.
validatecommand will check for SLO duplicates (disable with--ignore-slo-duplicates).
Changed
- Sloth now uses a dynamic
unstructuredplugin (sloth.dev/k8stransform/prom-operator-prometheus-rule/v1) to create and manage the prometheus operator Rule K8s CRs. - BREAKING: Plugin loader will ignore directories starting with
...
Release notes
Open source →Added
- K8s transformer plugins to be able to customize the k8s resulting objects without depending on current Prometheys operator Rule CR.
sloth.dev/k8stransform/prom-operator-prometheus-rule/v1K8s transformer plugin.- Users can now create multiple K8s objects as the output of the SLO generated rules.
- Sloth lib support for K8s transformer plugins using
WriteResultAsK8sObjects. - New
servercommand that serves the new UI. - UI: Service listing and searching.
- UI: SLO listing, searching and filtered by service.
- UI: SLO details with stats, alerts state, SLI chart and budged burn in period chart.
- UI: Support SLO grouped by labels.
- UI: Redirect unmarshaled ID of grouped SLO labels to proper SLO ID.
- UI: Support service list sort by name and alert status.
- UI: Support alert firing, burning over budget and budget consumed in period SLO filtering on SLO listing.
- Update to Kubernetes v1.35.
validatecommand will check for SLO duplicates (disable with--ignore-slo-duplicates).
Changed
- Sloth now uses a dynamic
unstructuredplugin (sloth.dev/k8stransform/prom-operator-prometheus-rule/v1) to create and manage the prometheus operator Rule K8s CRs. - BREAKING: Plugin loader will ignore directories starting with
...
Release notes
Open source →f3845da
This commit was created on GitHub.com and signed with GitHub’s verified signature .
GPG key ID: B5690EEEBB952194
Verified Learn about vigilant mode .
v0.16.0 - 2026-04-04
Check the release notes in discussions .
Added
-
K8s transformer plugins to be able to customize the k8s resulting objects without depending on current Prometheys operator Rule CR.
-
sloth.dev/k8stransform/prom-operator-prometheus-rule/v1 K8s transformer plugin.
-
Users can now create multiple K8s objects as the output of the SLO generated rules.
-
Sloth lib support for K8s transformer plugins using WriteResultAsK8sObjects .
-
New server command that serves the new UI.
-
UI: Service listing and searching.
-
UI: SLO listing, searching and filtered by service.
-
UI: SLO details with stats, alerts state, SLI chart and budged burn in period chart.
-
UI: Support SLO grouped by labels.
-
UI: Redirect unmarshaled ID of grouped SLO labels to proper SLO ID.
-
UI: Support service list sort by name and alert status.
-
UI: Support alert firing, burning over budget and budget consumed in period SLO filtering on SLO listing.
-
Update to Kubernetes v1.35.
-
validate command will check for SLO duplicates (disable with --ignore-slo-duplicates ).
Changed
-
Sloth now uses a dynamic unstructured plugin ( sloth.dev/k8stransform/prom-operator-prometheus-rule/v1 ) to create and manage the prometheus operator Rule K8s CRs.
-
BREAKING: Plugin loader will ignore directories starting with .. .
-
v0.15.1-0.20260118143625-3757b660716018 Jan 2026 pre-releaseNothing published for this version
-
v0.15.1-0.20251109083806-cd7a97416d0d09 Nov 2025 pre-releaseNothing published for this version
-
v0.15.1-0.20251106213606-9546aa8bb1e706 Nov 2025 pre-releaseNothing published for this version
-
v0.15.1-0.20251102074934-0b7045f0cff702 Nov 2025 pre-releaseNothing published for this version
-
v0.15.1-0.20251031162825-d70f4e3e389231 Oct 2025 pre-releaseNothing published for this version
-
v0.15.031 Oct 2025Release notes
Open source →Check out the announcement
v0.15.0 - 2025-10-31
Added
- Sloth SLO generation can be used as a Go library in
github.com/slok/sloth/pkg/lib. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromSlothV1to generate SLOs based on Sloth v1 spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromK8sV1to generate SLOs based on Kubernetes Sloth v1 spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromOpenSLOV1Alphato generate SLOs based on OpenSLO v1Alpha spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromRawto generate SLOs based on any raw string spec. - Sloth lib
WriteResultAsPrometheusStdhelper method to write generated SLO results into standard Prometheus rules YAML. - Sloth lib
WriteResultAsK8sPrometheusOperatorhelper method to write generated SLO results into Prometheus operator rules YAML. - The resulting SLO Prometheus rule group name can be customized by SLO plugins.
- SLO plugins have the ability to add extra Prometheus Rule groups.
Changed
- The CLI commands
generateandvalidateuse the public Sloth Go library.
Release notes
Open source →Added
- Sloth SLO generation can be used as a Go library in
github.com/slok/sloth/pkg/lib. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromSlothV1to generate SLOs based on Sloth v1 spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromK8sV1to generate SLOs based on Kubernetes Sloth v1 spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromOpenSLOV1Alphato generate SLOs based on OpenSLO v1Alpha spec. - Sloth lib
PrometheusSLOGeneratorwithGenerateFromRawto generate SLOs based on any raw string spec. - Sloth lib
WriteResultAsPrometheusStdhelper method to write generated SLO results into standard Prometheus rules YAML. - Sloth lib
WriteResultAsK8sPrometheusOperatorhelper method to write generated SLO results into Prometheus operator rules YAML. - The resulting SLO Prometheus rule group name can be customized by SLO plugins.
- SLO plugins have the ability to add extra Prometheus Rule groups.
Changed
- The CLI commands
generateandvalidateuse the public Sloth Go library.
- Sloth SLO generation can be used as a Go library in
-
v0.14.1-0.20251030073704-a00e62d8850030 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251025094000-e65d82d016b325 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251024182723-b2f9fb35b34224 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251024170538-3accaae8ee6124 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251024054600-d472689637c724 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251022201012-f3bf9629356122 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251019171924-436579f75e7519 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251018091736-484e1c21f61918 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251016064910-e9e6341be28316 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251015185338-dd8de7f1f5df15 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251015185024-f0c62171327515 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251015181613-985f744730f815 Oct 2025 pre-releaseNothing published for this version
-
v0.14.1-0.20251014185903-c5bf2d3ef75c14 Oct 2025 pre-releaseNothing published for this version
-
v0.14.014 Oct 2025Release notes
Open source →Check the announcement here
v0.14.0
Highlights
Added
- Add contrib plugin directory and CODEOWNERS policies.
- Contrib plugin:
/internal/plugin/slo/contrib/info_labels_v1/. - Allow
github.com/VictoriaMetrics/metricsqlmodule in SLO plugins. - Contrib plugin:
sloth.dev/contrib/validate_victoria_metrics/v1. - Contrib plugin:
sloth.dev/contrib/rule_intervals/v1. - Contrib plugin:
sloth.dev/contrib/error_budget_exhausted_alert/v1. - Contrib plugin:
sloth.dev/contrib/denominator_corrected_rules/v1. - Add
--slo-pluginsand-sflag (validate) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs. - Add
--disable-default-slo-pluginsflag (validate) to be able to disable default Sloth SLO plugins.
Changed
- Update chat git sync to v4.5.0
Detailed and Autogenerated
What's Changed
- Release Helm chart for Sloth v0.13.0 by @slok in #665
- Add info_labels_v1 contrib SLO plugin by @slok in #667
- Add Victoria metrics SLO validator plugin by @slok in #668
- Simplify victoria metrics validator SLO plugin by @slok in #669
- Increase integration tests in k8s eventual consistency waits by @slok in #672
- build(deps): bump github.com/prometheus/prometheus from 0.305.0 to 0.306.0 by @dependabot[bot] in #673
- Add rule intervals SLO plugin by @slok in #671
- feat: error budget exhausted plugin by @wbollock in #670
- Port denominator corrected feature as SLO plugin by @slok in #674
- Relax stale issues by @slok in #676
- Update deps by @slok in #677
- Improve conventions by @slok in #679
- Add optimized rules to denominator corrected plugin by @slok in #681
- chore: tiny markdown heading fix by @wbollock in #682
- Update deps by @slok in #688
- Add app level SLO plugins support on validate cmd by @slok in #689
- build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/client from 0.86.0 to 0.86.1 by @dependabot[bot] in #691
- Bump v0.14.0 by @slok in #692
Full Changelog: v0.13.0...v0.14.0
Release notes
Open source →Added
- Add contrib plugin directory and CODEOWNERS policies.
- Contrib plugin:
/internal/plugin/slo/contrib/info_labels_v1/. - Allow
github.com/VictoriaMetrics/metricsqlmodule in SLO plugins. - Contrib plugin:
sloth.dev/contrib/validate_victoria_metrics/v1. - Contrib plugin:
sloth.dev/contrib/rule_intervals/v1. - Contrib plugin:
sloth.dev/contrib/error_budget_exhausted_alert/v1. - Contrib plugin:
sloth.dev/contrib/denominator_corrected_rules/v1. - Add
--slo-pluginsand-sflag (validate) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs. - Add
--disable-default-slo-pluginsflag (validate) to be able to disable default Sloth SLO plugins.
Changed
- Update chat git sync to v4.5.0
-
v0.13.010 Sep 2025Release notes
Open source →This is a big one 😆 (check https://github.com/slok/sloth/discussions/664)
Highlights
Changed
- Split image registry and repository in Helm chart
- ⚠️(BREAKING) Internally Sloth (not k8s) prometheusServiceLevel uses k8s
k8s.io/apimachinery/pkg/util/yamllib for unmarshaling YAML instead ofgopkg.in/yaml.v2. - Core SLO validation and SLO rules generation migrated to SLO plugins.
- ⚠️(BREAKING)
--sli-plugins-path,--slo-plugins-path,-margs and it's env varsSLOTH_SLI_PLUGINS_PATHandSLOTH_SLO_PLUGINS_PATHhave been removed in favor or--plugins-path,-pand it's env varSLOTH_PLUGINS_PATHthat discovers and loads SLI and SLO plugins with a single flag. - Simplify validation and improve validation message by using custom logic instead of
go-playground/validator. - ⚠️(BREAKING)
--disable-optimized-rulesflag and associated env var has been removed.** - (BREAKING) Helm chart has removed the option for disabling optimized rules.
- Update to Kubernetes v1.34.
- Update to Go v1.25.
Added
- Sloth domain models can be imported in Go apps using
github.com/slok/sloth/pkg/common/model. - Sloth conventions can be imported in Go apps using
github.com/slok/sloth/pkg/common/conventions. - Sloth SLO validation logic can be imported in Go apps using
github.com/slok/sloth/pkg/common/validation. - A new SLO rule generation plugin system has been added to be able to change/extend the SLO rule generation process.
- SLO plugins can be loaded from FS directories recursively using
--plugins-pathin the commands. - SLO plugins have a
priorityvalue to be able to order in the execution chain. - Sloth regular (non-k8s)
prometheus/v1API support for SLO plugins at SLO group level and per SLO level. - Sloth K8s CRD
sloth.slok.dev/v1/PrometheusServiceLevelAPI support for SLO plugins at SLO group level and per SLO level. - Allow overriding previous declared SLO plugins (includes defaults) at SLO group and SLO level.
- SLO plugins can access env vars and use OS/exec by default.
- Allow
github.com/caarlos0/env/v11module in SLO plugins. - Add
--slo-pluginsand-sflag (generateandk8s controller) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs. - Add
--disable-default-slo-pluginsflag (generateandk8s controller) to be able to disable default Sloth SLO plugins. - Helm chart supports node selector.
Details (Per PR and autogenerated)
What's Changed
- Prepare deployoment manifests release for v0.12.0 by @slok in #556
- Add Stale CI to autoclose issues and PRs by @slok in #559
- Start moving models to an importable own package by @slok in #561
- Move more to conventions and utils to be importable by @slok in #562
- Move sli plugins loader and reader to independent packages by @slok in #563
- Move prom SLO IO writer to storage package by @slok in #564
- Move merge label to utils by @slok in #565
- Move sloth prom spec loader to storage package by @slok in #566
- Move open SLO spec loader to storage package by @slok in #567
- build(deps): bump github.com/go-playground/validator/v10 from 10.25.0 to 10.26.0 by @dependabot[bot] in #568
- Split image registry and repository from Helm chart by @QuantumEnigmaa in #491
- Move K8s YAML and CR loaders to storage package by @slok in #569
- Add a middle domain model for prom rules by @slok in #570
- Move apiserver storage to storage package by @slok in #571
- Move kubernetes logic to their own packages in storage by @slok in #572
- Add SLO generation as a chain of processors by @slok in #573
- build(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine in /docker/prod by @dependabot[bot] in #574
- Add SLO rule generation plugin system by @slok in #575
- Add intervals to prom rule models by @slok in #576
- Add SLO plugin and SLO plugin repository on domain layer by @slok in #577
- Add missing SLO plugin unit test usage on domain app by @slok in #578
- Add priority to have SLO plugins execution order in the chain by @slok in #579
- Update project status on readme by @slok in #580
- Add debug core SLO plugin by @slok in #581
- build(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot[bot] in #583
- Add support for SLO plugins on default (non-k8s) sloth prometheus service level spec by @slok in #584
- Move SLO validation to an SLO plugin by @slok in #585
- Add the original SLO group source information to the plugin request by @slok in #586
- fix: update go version go.mod by @wbollock in #588
- Aggregate SLO and SLI plugin file loader into a single repo that discovers both and change flags to improve usage by @slok in #589
- Migrate to mockery v3 by @slok in #590
- build(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.6.0 to 4.7.0 by @dependabot[bot] in #592
- Add support for SLO plugins on Kubernetes API by @slok in #591
- Fix naming on k8s plugin example by @slok in #593
- Add overridePrevious as a way of resetting the declared previous chain by @slok in #595
- build(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/client from 0.81.0 to 0.82.0 by @dependabot[bot] in #597
- Simplify and improve validator by @slok in #600
- Remove not optimized SLI rule generation flag by @slok in #601
- Pass default plugins as a chain by @slok in #603
- Support env vars on SLO plugins by @slok in #604
- Allow SLO plugins at application level using cmd flags by @slok in #605
- Add SLO plugin readmes by @slok in #606
- Fix readme on validate plugin by @slok in #609
- build(deps): bump golang from 1.24.2-alpine to 1.24.3-alpine in /docker/prod by @dependabot[bot] in #612
- [FEAT] add helm chart nodeselector property by @pgmrey in #613
- Allow disabling default plugins using a cmd flag on CLI and k8s controller modes by @slok in #614
- Update Prometheus dep to v3.4.0 by @slok in #619
- build(deps): bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot[bot] in #617
- Update to Kubernetes v1.33 by @slok in #620
- Update prom operator dependencies by @slok in #622
- build(deps): bump github.com/prometheus/prometheus from 0.304.0 to 0.304.1 by @dependabot[bot] in #625
- build(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine in /docker/prod by @dependabot[bot] in #627
- build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in #632
- build(deps): bump github.com/oklog/run from 1.1.0 to 1.2.0 by @dependabot[bot] in #636
- Update deps and add support for go 1.25 and k8s 1.34 by @slok in #662
- Prepare for v0.13.0 by @slok in #663
New Contributors
- @QuantumEnigmaa made their first contribution in #491
- @wbollock made their first contribution in #588
- @pgmrey made their first contribution in #613
Full Changelog: v0.12.0...v0.13.0
Release notes
Open source →Changed
- Split image registry and repository in Helm chart
- (BREAKING) Internally Sloth (not k8s) prometheusServiceLevel uses k8s
k8s.io/apimachinery/pkg/util/yamllib for unmarshaling YAML instead ofgopkg.in/yaml.v2. - Core SLO validation and SLO rules generation migrated to SLO plugins.
- (BREAKING)
--sli-plugins-path,--slo-plugins-path,-margs and it's env varsSLOTH_SLI_PLUGINS_PATHandSLOTH_SLO_PLUGINS_PATHhave been removed in favor or--plugins-path,-pand it's env varSLOTH_PLUGINS_PATHthat discovers and loads SLI and SLO plugins with a single flag. - Simplify validation and improve validation message by using custom logic instead of
go-playground/validator. - (BREAKING)
--disable-optimized-rulesflag and associated env var has been removed. - (BREAKING) Helm chart has removed the option for disabling optimized rules.
- Update to Kubernetes v1.34.
- Update to Go v1.25.
Added
- Sloth domain models can be imported in Go apps using
github.com/slok/sloth/pkg/common/model. - Sloth conventions can be imported in Go apps using
github.com/slok/sloth/pkg/common/conventions. - Sloth SLO validation logic can be imported in Go apps using
github.com/slok/sloth/pkg/common/validation. - A new SLO rule generation plugin system has been added to be able to change/extend the SLO rule generation process.
- SLO plugins can be loaded from FS directories recursively using
--plugins-pathin the commands. - SLO plugins have a
priorityvalue to be able to order in the execution chain. - Sloth regular (non-k8s)
prometheus/v1API support for SLO plugins at SLO group level and per SLO level. - Sloth K8s CRD
sloth.slok.dev/v1/PrometheusServiceLevelAPI support for SLO plugins at SLO group level and per SLO level. - Allow overriding previous declared SLO plugins (includes defaults) at SLO group and SLO level.
- SLO plugins can access env vars and use OS/exec by default.
- Allow
github.com/caarlos0/env/v11module in SLO plugins. - Add
--slo-pluginsand-sflag (generateandk8s controller) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs. - Add
--disable-default-slo-pluginsflag (generateandk8s controller) to be able to disable default Sloth SLO plugins. - Helm chart supports node selector.
-
v0.12.1-0.20250701071721-ff0dced6a3ee01 Jul 2025 pre-releaseNothing published for this version
-
v0.12.1-0.20250609053429-0ef020ddd68e09 Jun 2025 pre-releaseNothing published for this version
-
v0.12.1-0.20250603081508-1f01e5ab4e6b03 Jun 2025 pre-releaseNothing published for this version
-
v0.12.1-0.20250414182855-6bdb67e499f914 Apr 2025 pre-releaseNothing published for this version
-
v0.12.1-0.20250406083025-c3b638c6367306 Apr 2025 pre-releaseNothing published for this version
-
v0.12.027 Mar 2025Release notes
Open source →v0.12.0 - 2025-03-27
Container image:
docker pull ghcr.io/slok/sloth:v0.12.0Added
- Add
ApplyConfigutils for Kubernetes lib clients.
Changed
- Update to Go 1.24.
- Update to Kubernetes v1.32.
- Update all other dependencies to latest versions.
- Migrate deployment manifests
git-syncto v4.
Fixes
- Allow spec files with CRLF.
- Helm chart tolerations
- Add
-
v0.11.1-0.20221126112846-a9d9dc42fb6626 Nov 2022 pre-releaseNothing published for this version
-
v0.11.1-0.20221023153156-1c053dd4ae3023 Oct 2022 pre-releaseNothing published for this version
-
v0.11.022 Oct 2022Release notes
Open source →Changed
- Optimized SLI recording rules now have the same labels as the non-optimized ones, avoiding promtool check warnings.
- Update to Go 1.19.
- Update to Kubernetes v1.25.
sloth_windowis ignored in alerts reducing the noise of refiring alerts.
-
v0.10.1-0.20220815185304-fcf9ecf726a815 Aug 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220502072944-b4aa439baa3002 May 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220501084617-37decfcaf76301 May 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220501083402-bed0c261daeb01 May 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220429074702-eddd8145a69629 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220424162836-f36ca12a808424 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220423082737-141c40d4d5c423 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220417075211-6fabcee9aaae17 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220416090610-027565c488dc16 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220415094935-929a112f913e15 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220414080614-7aa6709d282c14 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220403085733-40074b4989f103 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220403081953-6fe67c493b8603 Apr 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220327084506-947a2e9553d327 Mar 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220327082416-53d096de021427 Mar 2022 pre-releaseNothing published for this version
-
v0.10.1-0.20220326075252-0a8bfcd4721426 Mar 2022 pre-releaseNothing published for this version
-
v0.10.022 Mar 2022Nothing published for this version
-
v0.9.1-0.20220320100341-2630e559111c20 Mar 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220319072147-19ab7fed4d5f19 Mar 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220307072844-257b964c817207 Mar 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220306082052-11d18f271f5f06 Mar 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220305071617-edc235cf813605 Mar 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220222130200-492eb3ffc3c522 Feb 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220215170445-e92ffbf291d015 Feb 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220212203802-95ae6a4cb07712 Feb 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220201071536-ec1017a258b601 Feb 2022 pre-releaseNothing published for this version
-
v0.9.1-0.20220130091437-ec2adedee4aa30 Jan 2022 pre-releaseNothing published for this version