Skip to content

Releases: nobl9/sloctl

v0.6.0-rc1

07 Oct 12:02
12e0630
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0-rc1

v0.6.0

07 Oct 12:31
12e0630
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: PC-14184 Add sourceSLO field in replay config file (#213) @piotrkwarcinski

    Replaying SLOs using file configuration now allows for replays to be run
    using another SLO as a data source. This can be done by specifying the
    sourceSLO field in a replayed SLO. The field must provide the slo
    name, its project, and a mapping for objectives to match the source and
    target SLO objectives.

🧰 Maintenance

v0.5.2-rc1

07 Oct 09:37
abf97f8
Compare
Choose a tag to compare

v0.5.2

07 Oct 09:54
abf97f8
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Fix delete report test (#207) @natalialanga
  • fix: Update SDK version and adjust report tests (#204) @natalialanga

    Thresholds object with three fields (GreenGreaterThan,
    RedLessThanOrEqualTo and ShowNoData) was added to
    SystemHealthReviewConfig. It allows users to define custom values for
    Healthy (Green), AtRisk (Yellow) and Exhausted (Red)
    thresholds and to decide whether to display or hide NoData SLOs on
    System Health Review report. It will be available once Nobl9 platform
    version 1.97.2 is released.

  • fix: Correct sloctl replay help (#200) @nieomylnieja

    sloctl replay help message examples were presenting unsupported usage
    of stdin for passing file config.
    The only supported way of providing the config is with -f flag.

🧰 Maintenance

23 changes
  • chore: Update module golang.org/x/tools/cmd/goimports to v0.26.0 (#226) @renovate
  • chore: Update module github.com/schollz/progressbar/v3 to v3.16.1 (#224) @renovate
  • chore: Update module github.com/nobl9/nobl9-go to v0.86.0 (#223) @natalialanga
  • chore: Update gofmt usage (#222) @nieomylnieja
  • chore: Add retry to end-to-end workflow run (#221) @nieomylnieja
  • chore: Update dependency securego/gosec to v2.21.4 (#220) @renovate
  • chore: Update module github.com/schollz/progressbar/v3 to v3.16.0 (#218) @renovate
  • chore: Ignore nobl9-go in Renovate config (#217) @nieomylnieja
  • chore: Update dependency securego/gosec to v2.21.3 (#216) @renovate
  • chore: Update dependency cspell to v8.14.4 (#215) @renovate
  • chore: Update dependency cspell to v8.14.3 (#214) @renovate
  • chore: Update module github.com/schollz/progressbar/v3 to v3.15.0 (#212) @renovate
  • chore: Update module github.com/nobl9/nobl9-go to v0.84.1-rc6 (#211) @renovate
  • chore: Update module golang.org/x/tools/cmd/goimports to v0.25.0 (#209) @renovate
  • chore: Update module github.com/nobl9/nobl9-go to v0.84.1-rc4 (#208) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.61.0 (#206) @renovate
  • chore: Update dependency securego/gosec to v2.21.2 (#205) @renovate
  • chore: Update module github.com/go-playground/validator/v10 to v10.22.1 (#203) @renovate
  • chore: Update dependency securego/gosec to v2.21.1 (#202) @renovate
  • chore: Update dependency yaml to v2.5.1 (#201) @renovate
  • chore: Update module github.com/nobl9/nobl9-go to v0.84.0 (#199) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.60.3 (#198) @renovate
  • chore: Update module github.com/nobl9/nobl9-go to v0.84.0-rc5 (#197) @renovate

v0.5.1

21 Aug 07:49
2ecc90f
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

v0.5.1-rc1

20 Aug 15:34
0949f9f
Compare
Choose a tag to compare

What's Changed

  • chore: Update module github.com/nobl9/nobl9-go to v0.84.0-rc4 by @renovate in #189
  • chore: Update dependency golangci/golangci-lint to v1.60.1 by @renovate in #190
  • chore: Update golang Docker tag to v1.23 by @renovate in #191
  • chore: Update dependency cspell to v8.14.1 by @renovate in #192
  • fix: Add project flag back again for sloctl replay by @nieomylnieja in #193

Full Changelog: v0.5.0...v0.5.1-rc1

v0.5.0-rc1

13 Aug 09:03
a6023f0
Compare
Choose a tag to compare

Changelog

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0-rc1

v0.5.0

13 Aug 10:06
a6023f0
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: PC-13263 New kind: Reports (#169) @natalialanga

    New Report kind for handling creating, updating and deleting reports.
    This feature is currently in early access, and is available only on
    demand. If you want to utilize sloctl for reports management, please reach
    out to Nobl9 Support.

🧰 Maintenance

v0.4.1-rc1

12 Aug 13:44
370a0cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1-rc1

v0.4.1

12 Aug 13:54
370a0cf
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Bring back get alerts project flags (#186) @nieomylnieja

    sloctl get alert once again supports both -p and -A flags for
    Project filtering.
    These flags were removed as a regression in v0.4.0.

🧰 Maintenance