Skip to content

Releases: humio/cli

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

v0.28.1

06 Nov 08:30
c2302d2
Compare
Choose a tag to compare

Changelog

c2302d2 Fixes issue #52 (#56)
d2b1496 Feature/view actions (#53)
4cdbe72 cluster transfer APIs (#49)
71feac6 Add missing notifier types

v0.28.0

29 Oct 09:28
Compare
Choose a tag to compare

Changelog

427bd11 Update variable to reflect usage
e6c125f Clarify usage string
91c96e7 Add support for validating a zip file.
e0475b2 Remove whitespace
6e114b0 Fix typo in readme
e0c6288 Update README.md
9042696 updated addFiles to return error and correctly filter .|_ prefixes files (#47)
711a0b2 Add color support for windows
2fb742a Refactoring (#45)
a7c15a0 Added a fix to unwanted files in the created archive files. Added unwanted files to the invalid e2e test package.
e9a07de Renamed file.
a704316 Changes according to review comments.
8c64932 Added list packages command and added e2e tests of upcoming features.
e07876d Updated UninstallPackage types.
1d44ea7 Fix path handling for package install command
3ff9074 Update LICENSE.md
07c972c Merge pull request #39 from humio/mike/add_zone
38ed959 Get zone for cluster nodes
9a04e73 Create codeql-analysis.yml
f4cda85 Add more e2e tests
e48c9f0 Make License Install command output easy to parse
d898c28 Improve e2e test instructions
338df3e Fix 'view show' command by removing role info
f335075 Remove node modules
707c73f Remove section about parsers. Use packages.
dcc5bed Remove println
0ef28a0 Add E2E tests.
2e0616d Add validation of package at install time, and allow installing from URL
6d5d5cc Make export cmd use the templates generated by the server
29f53cd Add go.sum, it should be in git.
5120306 Merge pull request #37 from humio/jestin/fix_assign_parser
b6a6693 Use empty result instead of repository for assignIngestToken
d690fb2 Fix broken api call to assignIngestToken
50cd7f0 Added update-user-group subcommand to repos command (#36)
1c26c41 Improve ingest command (#35)
dc55f1f Merge pull request #33 from humio/thomas/packages
c179e99 Add commands for working with packages [BETA]