Skip to content

Bump github.com/slok/sloth from 0.12.1-0.20250406083025-c3b638c63673 to 0.15.0#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/slok/sloth-0.15.0
Open

Bump github.com/slok/sloth from 0.12.1-0.20250406083025-c3b638c63673 to 0.15.0#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/slok/sloth-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 31, 2025

Bumps github.com/slok/sloth from 0.12.1-0.20250406083025-c3b638c63673 to 0.15.0.

Release notes

Sourced from github.com/slok/sloth's releases.

sloth-helm-chart-0.15.0

Base chart for Sloth.

v0.15.0

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.

sloth-helm-chart-0.14.0

Base chart for Sloth.

v0.14.0

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

... (truncated)

Changelog

Sourced from github.com/slok/sloth's changelog.

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

[v0.14.0] - 2025-10-13

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

[v0.13.0] - 2025-09-10

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.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/slok/sloth](https://github.com/slok/sloth) from 0.12.1-0.20250406083025-c3b638c63673 to 0.15.0.
- [Release notes](https://github.com/slok/sloth/releases)
- [Changelog](https://github.com/slok/sloth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slok/sloth/commits/v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/slok/sloth
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants