Releases: nobl9/sloctl
v0.7.0-rc1
What's Changed
- feat: PC-13613 PC-13391 remove replay from queue by @marcinlawnik in #225
- chore: Fix e2e tests by @dawidwisn in #229
- chore: Update dependency cspell to v8.15.1 by @renovate in #230
- chore: Update dependency yaml to v2.6.0 by @renovate in #231
- chore: Update dependency cspell to v8.15.2 by @renovate in #233
- chore: Update dependency cspell to v8.15.3 by @renovate in #234
- chore: Update dependency cspell to v8.15.4 by @renovate in #235
- feat: List the queued replays [PC-13341] by @dawidwisn in #232
- chore: Update module github.com/schollz/progressbar/v3 to v3.17.0 by @renovate in #238
- chore: Update dependency cspell to v8.15.5 by @renovate in #239
- chore: Update dependency cspell to v8.15.6 by @renovate in #240
- chore: Update dependency cspell to v8.15.7 by @renovate in #241
- fix: Fix string display by @marcinlawnik in #242
- chore: Queue/Trigger the replay using sloctl [PC-13394] by @dawidwisn in #237
- chore: Update dependency cspell to v8.16.0 by @renovate in #243
- chore: Update module golang.org/x/sync to v0.9.0 by @renovate in #244
- chore: Update module github.com/schollz/progressbar/v3 to v3.17.1 by @renovate in #245
- chore: Update module golang.org/x/tools/cmd/goimports to v0.27.0 by @renovate in #246
- chore: Update dependency golangci/golangci-lint to v1.62.0 by @renovate in #247
- chore: Bump version to 0.7.0 for release by @marcinlawnik in #248
New Contributors
- @dawidwisn made their first contribution in #229
Full Changelog: v0.6.0...v0.7.0-rc1
v0.7.0
What's Changed
- feat: PC-13613 PC-13391 remove replay from queue by @marcinlawnik in #225
- chore: Fix e2e tests by @dawidwisn in #229
- chore: Update dependency cspell to v8.15.1 by @renovate in #230
- chore: Update dependency yaml to v2.6.0 by @renovate in #231
- chore: Update dependency cspell to v8.15.2 by @renovate in #233
- chore: Update dependency cspell to v8.15.3 by @renovate in #234
- chore: Update dependency cspell to v8.15.4 by @renovate in #235
- feat: List the queued replays [PC-13341] by @dawidwisn in #232
- chore: Update module github.com/schollz/progressbar/v3 to v3.17.0 by @renovate in #238
- chore: Update dependency cspell to v8.15.5 by @renovate in #239
- chore: Update dependency cspell to v8.15.6 by @renovate in #240
- chore: Update dependency cspell to v8.15.7 by @renovate in #241
- fix: Fix string display by @marcinlawnik in #242
- chore: Queue/Trigger the replay using sloctl [PC-13394] by @dawidwisn in #237
- chore: Update dependency cspell to v8.16.0 by @renovate in #243
- chore: Update module golang.org/x/sync to v0.9.0 by @renovate in #244
- chore: Update module github.com/schollz/progressbar/v3 to v3.17.1 by @renovate in #245
- chore: Update module golang.org/x/tools/cmd/goimports to v0.27.0 by @renovate in #246
- chore: Update dependency golangci/golangci-lint to v1.62.0 by @renovate in #247
- chore: Bump version to 0.7.0 for release by @marcinlawnik in #248
New Contributors
- @dawidwisn made their first contribution in #229
Full Changelog: v0.6.0...v0.7.0
v0.6.0-rc1
What's Changed
- feat: PC-14184 Add sourceSLO field in replay config file by @piotrkwarcinski in #213
- chore: Bump version file to 0.6.0 by @ditrytus in #227
New Contributors
- @piotrkwarcinski made their first contribution in #213
- @ditrytus made their first contribution in #227
Full Changelog: v0.5.2...v0.6.0-rc1
v0.6.0
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
Full Changelog: v0.5.1-rc1...v0.5.2-rc1
v0.5.2
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
andShowNoData
) was added to
SystemHealthReviewConfig
. It allows users to define custom values for
Healthy
(Green
),AtRisk
(Yellow
) andExhausted
(Red
)
thresholds and to decide whether to display or hideNoData
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
v0.5.1-rc1
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
Changelog
What's Changed
- chore: Update dependency cspell to v8.13.3 by @renovate in #187
- feat: PC-13263 New kind: Reports by @natalialanga in #169
- chore: Update VERSION file by @lukasz-dobek in #188
New Contributors
- @lukasz-dobek made their first contribution in #188
Full Changelog: v0.4.1...v0.5.0-rc1
v0.5.0
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
- chore: Update VERSION file (#188) @lukasz-dobek
- chore: Update dependency cspell to v8.13.3 (#187) @renovate