Skip to content

Releases: humio/cli

v0.28.11

25 Oct 10:53
f128a9f
Compare
Choose a tag to compare

Changelog

f128a9f Merge pull request #86 from humio/typo
5375ba1 Cleanup ingest label flag help message

v0.28.10

15 Oct 12:25
f25ee56
Compare
Choose a tag to compare

Changelog

  • Shows detailed error messages when packages fail to install
  • Shows the full path of the archive create with humioctl packages archive
  • Removes BETA flag from packages commands

v0.28.9

12 Oct 19:42
cb5be7a
Compare
Choose a tag to compare

Changelog

cb5be7a Merge pull request #84 from humio/mike/dont_fetch_clientMutationId
06f7751 Stop querying deprecated clientMutationId

v0.28.8

11 Oct 10:53
a564523
Compare
Choose a tag to compare

Changelog

a564523 Merge pull request #81 from humio/mike/fix_deprecations
9adc4d5 Merge pull request #83 from humio/codeowners
7199f53 Add CODEOWNERS file to ensure PRs are seen by the entire team
868c85f Merge pull request #82 from humio/helptypo
245e131 Correct spelling in alerts install subcommand help
57db7ad Fix license deprecation
de6ba0c Fix addUser deprecation

v0.28.7

24 Sep 15:35
c2eface
Compare
Choose a tag to compare

Changelog

c2eface Merge pull request #80 from humio/jestin/add-client-with-transport-option
ab902d5 Add default timeout to http connections
739d39c Add option to create http client with a transport

v0.28.6

05 Aug 16:26
d0d79bd
Compare
Choose a tag to compare

Changelog

d0d79bd Merge pull request #78 from humio/mike/fix_parser_install
62d3db5 Input to createParser now takes []string instead of []ParserTestCase

v0.28.5

29 Jun 11:45
d6c2a11
Compare
Choose a tag to compare

Changelog

d6c2a11 Merge pull request #77 from humio/danielamkaer/reuse-httpclient
f31885d Re-use http.Transport across requests

v0.28.4

28 Jun 06:07
Compare
Choose a tag to compare

Changelog

5ac224d disable snapcraft
892ff60 Update release.yml
a3fbd9b Merge pull request #75 from peteole/master
6ff14e3 Fixed list-installed error
36ca7bd Merge pull request #74 from SaaldjorMike/mike/custom_useragent
2fc3ed0 Allow custom 'User-Agent' header
ce92f7b Merge pull request #73 from humio/mike/only_set_auth_header_if_nonempty
3451374 Only set Authorization header if non-empty.

v0.28.3

27 Apr 08:06
Compare
Choose a tag to compare

Changelog

b37ab87 improved transfer job commands
62560d4 Merge pull request #70 from humio/jestin/notify-dont-panic
edb022e Client api improvements for notifiers and alerts

v0.28.2

20 Jan 07:50
1b9691a
Compare
Choose a tag to compare

Changelog

1b9691a Merge pull request #67 from humio/danielamkaer/refactor-out-shipper
c2f1856 moved shipper into a package to support using from outside cmd
35dcd5e Added overwrite parameter to the installpackage command to correspond with how the user is using the cli when developing packages. (#66)
cfe5b67 Merge pull request #65 from humio/danielamkaer/fix-url-join
dc4993c always create api.Client with Address ending with a '/'
4ab89ca Merge pull request #64 from humio/danielamkaer/show-repo-id
04abe9e Merge pull request #63 from humio/danielamkaer/make-parsername-optional
e955fab show repo id in commands
356925a parser should not be an empty string, it should be null
c3a91de hide transfer commands as experimental
2b353e5 Merge pull request #60 from humio/danielamkaer/add-files-support
651d414 added file commands
4a8439f added api for files
dea3828 Revert "update gets to parser asset, to use id rather than name as input" (#58)
df2d3ff Merge pull request #57 from humio/alexander/update-parser-get
638d4ff update gets to parser asset, to use id rather than name as input