Skip to content

Releases: humio/cli

v0.36.0

31 Jul 07:47
4d23462
Compare
Choose a tag to compare

Changelog

  • 4d23462 Aggregate alerts (#164)
  • 9a18fbb Schedules searches - Small fix for omitting empty fields to the exported yaml file (#168)

v0.35.1

10 Jul 15:33
b24a1e9
Compare
Choose a tag to compare

What's Changed

  • Filter Alerts - Omit Throttle Time and Throttle Field when not present by @fjerlov-cs in #167

Full Changelog: v0.35.0...v0.35.1

v0.35.0

09 Jul 16:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.34.1...v0.35.0

v0.34.1

24 May 07:35
Compare
Choose a tag to compare

Changelog

v0.34.0

24 May 07:28
b389708
Compare
Choose a tag to compare

Changelog

v0.33.0

01 Mar 12:35
1d7631a
Compare
Choose a tag to compare

Changelog

  • 1d7631a Add --runAsUserId and QueryOwnershipType to alerts (#146)
  • 2bcc3af Do not trust repo size stats and require allowDataDeletion to be true (#143)
  • 25a6743 Mike/view connection types (#141)
  • 94748da Bump dependencies (#142)
  • 20c0170 Add only-views flag to views list sub-command (#139)

v0.32.3

21 Sep 14:11
79e72c0
Compare
Choose a tag to compare

Changelog

  • 79e72c0 Merge pull request #137 from humio/mike/fix_token_rotation_deprecation
  • 79afad9 Fix deprecated ingest token api usage

v0.32.2

21 Sep 12:28
8009620
Compare
Choose a tag to compare

Changelog

  • 8009620 Merge pull request #136 from humio/mike/fix_token_rotation_deprecation
  • 12f7a82 Fix ingest token deprecation

v0.32.1

20 Sep 12:48
0c3f7aa
Compare
Choose a tag to compare

Changelog

  • 0c3f7aa Merge pull request #135 from humio/mike/fix_token_rotation_deprecation
  • 63dcaec Fix token rotation deprecation

v0.32.0

13 Sep 08:38
Compare
Choose a tag to compare

Changelog

  • e7af2c8 Bump golang dependency
  • a0c84b7 Merge pull request #134 from humio/mike/bump_golang_deps
  • 9c4e36f Bump golang dependencies
  • 6dabff4 Merge pull request #133 from humio/mike/graphqllib2
  • d3fdd33 Replace hasura/go-graphql-client with cli/shurcooL-graphql
  • 34e2511 Merge pull request #131 from humio/mike/remove_transfer_command
  • 3d80cc2 Remove transfer command
  • 2b118a7 Merge pull request #129 from humio/mike/bump_deps
  • 5560120 Fix goreleaser deprecation
  • 52f8107 Bump dependencies
  • ccb23ef Merge pull request #128 from humio/mike/tidy_gosum
  • 2813371 Bump spf13/cobra dependency
  • 51335a3 Bump spf13/viper dependency
  • db986e8 Fix goreleaser deprecations
  • 0c5e45b Tidy go.sum
  • dd0b7a3 Merge pull request #127 from skovmand/set-ingest-buffer-via-flags
  • f499269 Set the ingest buffer via flags, default to 1MB events to align with LogScale
  • edd5358 Merge pull request #126 from humio/mike/switch_graphql_lib
  • ce92d70 Replace shurcooL/graphql with hasura/go-graphql-client