Skip to content

Releases: EmergingTravel/sloth

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 08:35
ed5b557
Update project owner, golang and golint (#21)

* Rename project path.

* Fix pipeline error.

* Update CHANGELOG.md

* Update Go up to 1.25.0.

* Update golint version.

* Add lint version.

* Remove unnecessary linters.

* Update linter.

---------

Co-authored-by: Ivan Ivanov <i.ivanov@emergingtravel.com>

v0.18.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 29 Apr 06:08
Update linter.

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 08:59
1fa9367
Add 'runbook' Field to Annotations (#18)

* add 'runbook' field

* remove 'runbook' from integration tests templates

* check Generate_without_recordings_should_generate_the_correct_alert_rules_for_all_the_SLOs test

* another check for Generate_without_recordings_should_generate_the_correct_alert_rules_for_all_the_SLOs test

* fix 'runbook' in template files

* fix some tests

* fix another one test

* update CHANGELOG.md

---------

Co-authored-by: Ivan Ivanov <i.ivanov@emergingtravel.com>

v0.17.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 03 Dec 08:52
fix another one test

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 08:20
4bbafc6
Add description field to annotations (#13)

* add description label for annotaiton in examples

* add description label in go files and tempalates

* change description label in alert_rules.go

* change order of labels in test templates

* format description label in tempaltes

* fix out-base-k8s.yaml.tpl description field

* update CHANGELOG.md

---------

Co-authored-by: Ivan Ivanov <i.ivanov@emergingtravel.com>

v0.15.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 03:33
fix out-base-k8s.yaml.tpl description field

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 30 May 05:31
0a243c8
disable CI release by tag (#12)

* build(deps): bump the go_modules group across 2 directories with 3 updates

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 3 updates in the /deploy/kubernetes/helm/sloth/tests directory: [golang.org/x/net](https://github.com/golang/net), [github.com/containerd/containerd](https://github.com/containerd/containerd) and [helm.sh/helm/v3](https://github.com/helm/helm).


Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

Updates `github.com/containerd/containerd` from 1.7.20 to 1.7.27
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.20...v1.7.27)

Updates `helm.sh/helm/v3` from 3.14.3 to 3.17.3
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.14.3...v3.17.3)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.27
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.17.3
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>

* empty commit

* ci.yaml: disable rolling-release-images

* build(deps): bump the go_modules group across 2 directories with 3 updates (#10) (#11)

* build(deps): bump the go_modules group across 2 directories with 3 updates

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 3 updates in the /deploy/kubernetes/helm/sloth/tests directory: [golang.org/x/net](https://github.com/golang/net), [github.com/containerd/containerd](https://github.com/containerd/containerd) and [helm.sh/helm/v3](https://github.com/helm/helm).


Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

Updates `github.com/containerd/containerd` from 1.7.20 to 1.7.27
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.20...v1.7.27)

Updates `helm.sh/helm/v3` from 3.14.3 to 3.17.3
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.14.3...v3.17.3)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.27
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.17.3
  dependency-type: indirect
  dependency-group: go_modules
...



* empty commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Ivanov <i.ivanov@emergingtravel.com>

* CHANGELOG.md: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Ivanov <i.ivanov@emergingtravel.com>

v0.15.0-beta.1

Choose a tag to compare

@github-actions github-actions released this 29 May 08:55
ab8508b
build(deps): bump the go_modules group across 2 directories with 3 up…

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 15:38
00a00de
v0.14.0 Fix CI integration tests for k8s (#7)

v0.14.0:
- Fixed CI integration tests for k8s
- Changed unit tests for both PromQL and MetricsQL
- Added 'cmd/sloth/commands/k8scontroller' --victoriametrics flag support

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 11:34
update CHANGELOG