PackageTrack
Sign in Get early access

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 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 112
  1. v0.16.1-0.20260526174829-8a3be4fab79d 26 May 2026 pre-release

    Nothing published for this version

  2. v0.16.1-0.20260404085253-0e395d81513f 04 Apr 2026 pre-release

    Nothing published for this version

  3. v0.16.0 04 Apr 2026
    Release notes

    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 ...
    Open source →
    Release notes

    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 ...
    Open source →
    Release notes

    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 .. .

    Open source →
  4. v0.15.1-0.20260118143625-3757b6607160 18 Jan 2026 pre-release

    Nothing published for this version

  5. v0.15.1-0.20251109083806-cd7a97416d0d 09 Nov 2025 pre-release

    Nothing published for this version

  6. v0.15.1-0.20251106213606-9546aa8bb1e7 06 Nov 2025 pre-release

    Nothing published for this version

  7. v0.15.1-0.20251102074934-0b7045f0cff7 02 Nov 2025 pre-release

    Nothing published for this version

  8. v0.15.1-0.20251031162825-d70f4e3e3892 31 Oct 2025 pre-release

    Nothing published for this version

  9. v0.15.0 31 Oct 2025
    Release notes

    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 PrometheusSLOGenerator with GenerateFromSlothV1 to generate SLOs based on Sloth v1 spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromK8sV1 to generate SLOs based on Kubernetes Sloth v1 spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromOpenSLOV1Alpha to generate SLOs based on OpenSLO v1Alpha spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromRaw to generate SLOs based on any raw string spec.
    • Sloth lib WriteResultAsPrometheusStd helper method to write generated SLO results into standard Prometheus rules YAML.
    • Sloth lib WriteResultAsK8sPrometheusOperator helper 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 generate and validate use the public Sloth Go library.
    Open source →
    Release notes

    Added

    • Sloth SLO generation can be used as a Go library in github.com/slok/sloth/pkg/lib.
    • Sloth lib PrometheusSLOGenerator with GenerateFromSlothV1 to generate SLOs based on Sloth v1 spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromK8sV1 to generate SLOs based on Kubernetes Sloth v1 spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromOpenSLOV1Alpha to generate SLOs based on OpenSLO v1Alpha spec.
    • Sloth lib PrometheusSLOGenerator with GenerateFromRaw to generate SLOs based on any raw string spec.
    • Sloth lib WriteResultAsPrometheusStd helper method to write generated SLO results into standard Prometheus rules YAML.
    • Sloth lib WriteResultAsK8sPrometheusOperator helper 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 generate and validate use the public Sloth Go library.
    Open source →
  10. v0.14.1-0.20251030073704-a00e62d88500 30 Oct 2025 pre-release

    Nothing published for this version

  11. v0.14.1-0.20251025094000-e65d82d016b3 25 Oct 2025 pre-release

    Nothing published for this version

  12. v0.14.1-0.20251024182723-b2f9fb35b342 24 Oct 2025 pre-release

    Nothing published for this version

  13. v0.14.1-0.20251024170538-3accaae8ee61 24 Oct 2025 pre-release

    Nothing published for this version

  14. v0.14.1-0.20251024054600-d472689637c7 24 Oct 2025 pre-release

    Nothing published for this version

  15. v0.14.1-0.20251022201012-f3bf96293561 22 Oct 2025 pre-release

    Nothing published for this version

  16. v0.14.1-0.20251019171924-436579f75e75 19 Oct 2025 pre-release

    Nothing published for this version

  17. v0.14.1-0.20251018091736-484e1c21f619 18 Oct 2025 pre-release

    Nothing published for this version

  18. v0.14.1-0.20251016064910-e9e6341be283 16 Oct 2025 pre-release

    Nothing published for this version

  19. v0.14.1-0.20251015185338-dd8de7f1f5df 15 Oct 2025 pre-release

    Nothing published for this version

  20. v0.14.1-0.20251015185024-f0c621713275 15 Oct 2025 pre-release

    Nothing published for this version

  21. v0.14.1-0.20251015181613-985f744730f8 15 Oct 2025 pre-release

    Nothing published for this version

  22. v0.14.1-0.20251014185903-c5bf2d3ef75c 14 Oct 2025 pre-release

    Nothing published for this version

  23. v0.14.0 14 Oct 2025
    Release notes

    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/metricsql module 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-plugins and -s flag (validate) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.
    • Add --disable-default-slo-plugins flag (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

    Open source →
    Release notes

    Added

    • Add contrib plugin directory and CODEOWNERS policies.
    • Contrib plugin: /internal/plugin/slo/contrib/info_labels_v1/.
    • Allow github.com/VictoriaMetrics/metricsql module 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-plugins and -s flag (validate) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.
    • Add --disable-default-slo-plugins flag (validate) to be able to disable default Sloth SLO plugins.

    Changed

    • Update chat git sync to v4.5.0
    Open source →
  24. v0.13.0 10 Sep 2025
    Release notes

    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/yaml lib for unmarshaling YAML instead of gopkg.in/yaml.v2.
    • Core SLO validation and SLO rules generation migrated to SLO plugins.
    • ⚠️(BREAKING) --sli-plugins-path, --slo-plugins-path, -m args and it's env vars SLOTH_SLI_PLUGINS_PATHand SLOTH_SLO_PLUGINS_PATH have been removed in favor or --plugins-path, -p and it's env var SLOTH_PLUGINS_PATH that 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-rules flag 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-path in the commands.
    • SLO plugins have a priority value to be able to order in the execution chain.
    • Sloth regular (non-k8s) prometheus/v1 API support for SLO plugins at SLO group level and per SLO level.
    • Sloth K8s CRD sloth.slok.dev/v1/PrometheusServiceLevel API 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/v11 module in SLO plugins.
    • Add --slo-plugins and -s flag (generate and k8s controller) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.
    • Add --disable-default-slo-plugins flag (generate and k8s 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

    Full Changelog: v0.12.0...v0.13.0

    Open source →
    Release notes

    Changed

    • Split image registry and repository in Helm chart
    • (BREAKING) Internally Sloth (not k8s) prometheusServiceLevel uses k8s k8s.io/apimachinery/pkg/util/yaml lib for unmarshaling YAML instead of gopkg.in/yaml.v2.
    • Core SLO validation and SLO rules generation migrated to SLO plugins.
    • (BREAKING) --sli-plugins-path, --slo-plugins-path, -m args and it's env vars SLOTH_SLI_PLUGINS_PATHand SLOTH_SLO_PLUGINS_PATH have been removed in favor or --plugins-path, -p and it's env var SLOTH_PLUGINS_PATH that 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-rules flag 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-path in the commands.
    • SLO plugins have a priority value to be able to order in the execution chain.
    • Sloth regular (non-k8s) prometheus/v1 API support for SLO plugins at SLO group level and per SLO level.
    • Sloth K8s CRD sloth.slok.dev/v1/PrometheusServiceLevel API 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/v11 module in SLO plugins.
    • Add --slo-plugins and -s flag (generate and k8s controller) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.
    • Add --disable-default-slo-plugins flag (generate and k8s controller) to be able to disable default Sloth SLO plugins.
    • Helm chart supports node selector.
    Open source →
  25. v0.12.1-0.20250701071721-ff0dced6a3ee 01 Jul 2025 pre-release

    Nothing published for this version

  26. v0.12.1-0.20250609053429-0ef020ddd68e 09 Jun 2025 pre-release

    Nothing published for this version

  27. v0.12.1-0.20250603081508-1f01e5ab4e6b 03 Jun 2025 pre-release

    Nothing published for this version

  28. v0.12.1-0.20250414182855-6bdb67e499f9 14 Apr 2025 pre-release

    Nothing published for this version

  29. v0.12.1-0.20250406083025-c3b638c63673 06 Apr 2025 pre-release

    Nothing published for this version

  30. v0.12.0 27 Mar 2025
    Release notes

    v0.12.0 - 2025-03-27

    Container image: docker pull ghcr.io/slok/sloth:v0.12.0

    Added

    • Add ApplyConfig utils 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-sync to v4.

    Fixes

    • Allow spec files with CRLF.
    • Helm chart tolerations
    Open source →
  31. v0.11.1-0.20221126112846-a9d9dc42fb66 26 Nov 2022 pre-release

    Nothing published for this version

  32. v0.11.1-0.20221023153156-1c053dd4ae30 23 Oct 2022 pre-release

    Nothing published for this version

  33. v0.11.0 22 Oct 2022
    Release notes

    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_window is ignored in alerts reducing the noise of refiring alerts.
    Open source →
  34. v0.10.1-0.20220815185304-fcf9ecf726a8 15 Aug 2022 pre-release

    Nothing published for this version

  35. v0.10.1-0.20220502072944-b4aa439baa30 02 May 2022 pre-release

    Nothing published for this version

  36. v0.10.1-0.20220501084617-37decfcaf763 01 May 2022 pre-release

    Nothing published for this version

  37. v0.10.1-0.20220501083402-bed0c261daeb 01 May 2022 pre-release

    Nothing published for this version

  38. v0.10.1-0.20220429074702-eddd8145a696 29 Apr 2022 pre-release

    Nothing published for this version

  39. v0.10.1-0.20220424162836-f36ca12a8084 24 Apr 2022 pre-release

    Nothing published for this version

  40. v0.10.1-0.20220423082737-141c40d4d5c4 23 Apr 2022 pre-release

    Nothing published for this version

  41. v0.10.1-0.20220417075211-6fabcee9aaae 17 Apr 2022 pre-release

    Nothing published for this version

  42. v0.10.1-0.20220416090610-027565c488dc 16 Apr 2022 pre-release

    Nothing published for this version

  43. v0.10.1-0.20220415094935-929a112f913e 15 Apr 2022 pre-release

    Nothing published for this version

  44. v0.10.1-0.20220414080614-7aa6709d282c 14 Apr 2022 pre-release

    Nothing published for this version

  45. v0.10.1-0.20220403085733-40074b4989f1 03 Apr 2022 pre-release

    Nothing published for this version

  46. v0.10.1-0.20220403081953-6fe67c493b86 03 Apr 2022 pre-release

    Nothing published for this version

  47. v0.10.1-0.20220327084506-947a2e9553d3 27 Mar 2022 pre-release

    Nothing published for this version

  48. v0.10.1-0.20220327082416-53d096de0214 27 Mar 2022 pre-release

    Nothing published for this version

  49. v0.10.1-0.20220326075252-0a8bfcd47214 26 Mar 2022 pre-release

    Nothing published for this version

  50. v0.10.0 22 Mar 2022

    Nothing published for this version

  51. v0.9.1-0.20220320100341-2630e559111c 20 Mar 2022 pre-release

    Nothing published for this version

  52. v0.9.1-0.20220319072147-19ab7fed4d5f 19 Mar 2022 pre-release

    Nothing published for this version

  53. v0.9.1-0.20220307072844-257b964c8172 07 Mar 2022 pre-release

    Nothing published for this version

  54. v0.9.1-0.20220306082052-11d18f271f5f 06 Mar 2022 pre-release

    Nothing published for this version

  55. v0.9.1-0.20220305071617-edc235cf8136 05 Mar 2022 pre-release

    Nothing published for this version

  56. v0.9.1-0.20220222130200-492eb3ffc3c5 22 Feb 2022 pre-release

    Nothing published for this version

  57. v0.9.1-0.20220215170445-e92ffbf291d0 15 Feb 2022 pre-release

    Nothing published for this version

  58. v0.9.1-0.20220212203802-95ae6a4cb077 12 Feb 2022 pre-release

    Nothing published for this version

  59. v0.9.1-0.20220201071536-ec1017a258b6 01 Feb 2022 pre-release

    Nothing published for this version

  60. v0.9.1-0.20220130091437-ec2adedee4aa 30 Jan 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive