Skip to content

Releases: nobl9/sloctl

v0.26.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 27 Aug 11:40
483f099

What's Changed

⚠️ Breaking Changes

  • chore: switch replay commands to SDK endpoints (#482) @nieomylnieja

    Building sloctl from source now requires Go 1.26.6 instead of Go 1.26.5.

🚀 Features

  • feat: add client timeout configuration hint (#519) @nieomylnieja

    Added guidance for increasing sloctl's configurable timeout when a
    request exceeds the client-side timeout.

  • feat: PC-20078 show createdAt in replay list (#520) @bdw-nobl9

    sloctl replay list now shows createdAt for each replay.
    elapsedTime reflects the value returned by the API; with the
    accompanying server change it measures only the real process time,
    excluding time spent waiting in the queue, so replay list matches the
    web UI.

🐞 Bug Fixes

🧰 Maintenance

15 changes

v0.25.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 22 Jul 12:11
ae85907

What's Changed

🚀 Features

  • feat: add SLI query validation (#504) @matkaras

    Added sloctl validate sli to validate SLI queries against Nobl9 data
    sources. It validates SLO YAML files with -f or existing SLOs by
    passing the SLO name, prints a concise validation summary by default,
    and returns full time-series data with -o yaml|json|csv.

  • feat: add completion for context flag (#497) @nieomylnieja

🧰 Maintenance

28 changes

v0.25.0-rc1

v0.25.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@matkaras matkaras released this 22 Jul 11:28
ae85907

What's Changed

  • chore: reorganize agent guidance and add pull request instructions by @nieomylnieja in #485
  • chore: Update dependency markdownlint-cli to v0.49.0 by @renovate[bot] in #488
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.4.0 by @renovate[bot] in #489
  • chore: Update actions/checkout action to v7 by @renovate[bot] in #490
  • chore: Update actions/cache action to v6 by @renovate[bot] in #491
  • chore: Update actions/setup-go action to v6.5.0 by @renovate[bot] in #492
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.5.0 by @renovate[bot] in #493
  • chore: Update release-drafter/release-drafter action to v7.5.1 by @renovate[bot] in #494
  • chore: Update actions/cache action to v6.1.0 by @renovate[bot] in #495
  • chore: Update goreleaser/goreleaser-action action to v7.2.3 by @renovate[bot] in #496
  • chore: Update module github.com/schollz/progressbar/v3 to v3.19.1 by @renovate[bot] in #498
  • feat: add completion for context flag by @nieomylnieja in #497
  • chore: Update docker/build-push-action action to v7.3.0 by @renovate[bot] in #499
  • chore: Update docker/setup-qemu-action action to v4.2.0 by @renovate[bot] in #500
  • chore: Update docker/login-action action to v4.3.0 by @renovate[bot] in #501
  • chore: Update docker/metadata-action action to v6.2.0 by @renovate[bot] in #502
  • chore: Update module charm.land/lipgloss/v2 to v2.0.5 by @renovate[bot] in #503
  • chore: Update docker/login-action action to v4.4.0 by @renovate[bot] in #505
  • chore: Update docker/setup-buildx-action action to v4.2.0 by @renovate[bot] in #506
  • chore: Update module golang.org/x/sync to v0.22.0 by @renovate[bot] in #507
  • chore: Update homebrew instructions by @nieomylnieja in #510
  • chore: Update dependency markdownlint-cli to v0.49.1 by @renovate[bot] in #511
  • chore: Update actions/setup-node action to v6.5.0 by @renovate[bot] in #512
  • chore: Update actions/setup-node action to v7 by @renovate[bot] in #513
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.6.0 by @renovate[bot] in #508
  • chore: Update release-drafter/release-drafter action to v7.6.0 by @renovate[bot] in #515
  • chore: Update actions/setup-go action to v7 by @renovate[bot] in #514
  • chore: Update actions/checkout action to v7.0.1 by @renovate[bot] in #516
  • feat: add SLI query validation by @matkaras in #504
  • chore: Update bats/bats Docker tag to v1.14.0 by @renovate[bot] in #517

Full Changelog: v0.24.0...v0.25.0-rc1

v0.24.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 17 Jun 08:35
7942285

What's Changed

🚀 Features

  • feat: allow resolving users by ID (#483) @nieomylnieja

    Added sloctl get user command to resolve user details for one or more
    user IDs. No user IDs results in returning all users.

🧰 Maintenance

5 changes

v0.23.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 03 Jun 14:10
5d90488

What's Changed

🚀 Features

  • feat: add sloctl edit command (#460) @nieomylnieja

    Added an interactive sloctl edit command for modifying resources in an
    editor and applying validated changes in one go.

🧰 Maintenance

13 changes

v0.22.1

Choose a tag to compare

@n9-machine-user n9-machine-user released this 13 May 10:02
1dcffc8

What's Changed

🧰 Maintenance

4 changes

v0.22.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 24 Apr 12:49
bc25045

What's Changed

🚀 Features

  • feat: add plural aliases for all get subcommands and alert e2e tests (#442) @nieomylnieja

🧰 Maintenance

21 changes

v0.21.1

Choose a tag to compare

@n9-machine-user n9-machine-user released this 24 Mar 10:20
cdb9432

What's Changed

🐞 Bug Fixes

  • fix: revive sloctl get alert command (#441) @nieomylnieja

    Fixed broken sloctl get alert command. The bug was introduced in
    version v0.19.0.

🧰 Maintenance

v0.21.0

Choose a tag to compare

@daniel-zelazny daniel-zelazny released this 27 Feb 10:59
aaafe7c

What's Changed

⚠️ Breaking Changes

  • chore: proxy mcp stream to nobl9-go SDK (#423) @nieomylnieja

    The sloctl mcp list command has been removed. Users should rely on the
    MCP protocol directly.
    Some tools have been removed, like replay or apply.

🧰 Maintenance

7 changes

v0.21.0-rc2

v0.21.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@nieomylnieja nieomylnieja released this 26 Feb 16:16
aaafe7c

Changelog