chore(deps): update helm release sloth to 0.15.0 #6869
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7.0->0.15.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
slok/sloth (sloth)
v0.15.0Compare Source
Added
github.com/slok/sloth/pkg/lib.PrometheusSLOGeneratorwithGenerateFromSlothV1to generate SLOs based on Sloth v1 spec.PrometheusSLOGeneratorwithGenerateFromK8sV1to generate SLOs based on Kubernetes Sloth v1 spec.PrometheusSLOGeneratorwithGenerateFromOpenSLOV1Alphato generate SLOs based on OpenSLO v1Alpha spec.PrometheusSLOGeneratorwithGenerateFromRawto generate SLOs based on any raw string spec.WriteResultAsPrometheusStdhelper method to write generated SLO results into standard Prometheus rules YAML.WriteResultAsK8sPrometheusOperatorhelper method to write generated SLO results into Prometheus operator rules YAML.Changed
generateandvalidateuse the public Sloth Go library.v0.14.0Compare Source
Added
/internal/plugin/slo/contrib/info_labels_v1/.github.com/VictoriaMetrics/metricsqlmodule in SLO plugins.sloth.dev/contrib/validate_victoria_metrics/v1.sloth.dev/contrib/rule_intervals/v1.sloth.dev/contrib/error_budget_exhausted_alert/v1.sloth.dev/contrib/denominator_corrected_rules/v1.--slo-pluginsand-sflag (validate) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.--disable-default-slo-pluginsflag (validate) to be able to disable default Sloth SLO plugins.Changed
v0.13.0Changed
k8s.io/apimachinery/pkg/util/yamllib for unmarshaling YAML instead ofgopkg.in/yaml.v2.--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.go-playground/validator.--disable-optimized-rulesflag and associated env var has been removed.Added
github.com/slok/sloth/pkg/common/model.github.com/slok/sloth/pkg/common/conventions.github.com/slok/sloth/pkg/common/validation.--plugins-pathin the commands.priorityvalue to be able to order in the execution chain.prometheus/v1API support for SLO plugins at SLO group level and per SLO level.sloth.slok.dev/v1/PrometheusServiceLevelAPI support for SLO plugins at SLO group level and per SLO level.github.com/caarlos0/env/v11module in SLO plugins.--slo-pluginsand-sflag (generateandk8s controller) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.--disable-default-slo-pluginsflag (generateandk8s controller) to be able to disable default Sloth SLO plugins.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.