Releases: humio/cli
v0.28.1
v0.28.0
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]
v0.27.0
Changelog
2243fe2 Remove println
4e1599e Add E2E tests.
944840a Add validation of package at install time, and allow installing from URL
4d6dc0d Make export cmd use the templates generated by the server
6a414f2 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]
v0.26.1
v0.26.0
Changelog
74ebaa2 Merge pull request #31 from humio/mike/fix_release_procedures
7ee6bd1 Update README section about environment variables
1e7701a Use goreleaser to build snapshot instead of invoking go build
c19155f Make linter happy and display build states in README
e48d37b Add workflow for running CI builds.
cc45a0f Fix binary name when using go get
and fix homebrew release procedure.
e3ca61b Merge pull request #32 from lucperkins/nix-instructions
94e3f18 Add Nix installation instructions
b8323ee Merge pull request #29 from humio/mike/ca-cert
c7a28dc Add flags for using specific CA certs and disabling TLS cert verification
f764cfe Merge pull request #28 from humio/mike/remove_linkurl
ceeb1f7 Remove linkURL from alerts as it is populated automatically by Humio.
db8b24b Merge pull request #25 from humio/mike/additional_repo_methods
4acc991 Add method for deleting a repository, as well as updating description and retention settings.
ea938fe Merge pull request #24 from humio/mike/grab_ingest_retention
ba31d78 Get both ingest and storage retention settings
6f72a16 disable docker release
b629861 push to docker hub and snapcraft
v0.25.0
Changelog
4e40a51 Release on github when tagged (#23)
2dab13a fixed an error message in the profiles add command
1639210 Merge pull request #21 from humio/mike/add_ingesttoken_update
14fd163 Add an update command for ingest tokens
89e6d4e Merge pull request #20 from humio/danielamkaer/add-health-command
6cdf153 Merge pull request #19 from humio/danielamkaer/improve-search-command
2d27ece changed health command to be human readable first
541b466 changed the health command
ecc29c6 added a better error message if the query is malformed
becc60f added health command
d3e6e14 removed unused dependency
7000bfc be able to set progressbar output
b3cb507 changed unit of EPS
7150a10 updated search command
cbffd34 added more metadata field to search api
04f9499 updated behaviour
aad1dab Merge pull request #13 from jstroem/rm-userrole
b79ffe7 Merge pull request #15 from humio/danielamkaer/fix-adding-profile
45e686e Merge pull request #17 from humio/danielamkaer/search-command
54d2a4e Merge pull request #16 from humio/danielamkaer/minor-changes
c6b1633 Merge pull request #18 from humio/jestin/add_get_api_token
1ce6468 Add method to get the token for the user who is authenticated
4860c03 added a command to perform a search
78489cd always run go build in Makefile.
2eb2092 Server reports "OK", not "ok"
ffd911d Removed user roles
450e51a Merge pull request #12 from humio/mike/add_alerts_notifiers_etc
d2c5059 Fix examples in readme
1de26b9 Streamline parameter naming a bit for alerts and notifiers
e253bcf Move marshal/unmarshal to private methods.
82fd46f Refactor to a single exported http function
6962c3b Add support for alerts, notifiers and add additional ingest-token support.
ef08564 Merge pull request #10 from humio/mike/cluster_nodes
8ef4431 Merge pull request #11 from humio/mike/goreleaser_deprecations
50535a7 Adjust to new syntax due to goreleaser deprecations
06c8a81 Nest nodes
under cluster
command in the CLI and prefix node references with cluster in the API.
29ce3f3 Cleanup unnecessary vars and names of structs
46d04b6 Add support for cluster and node information
6fe03d4 Merge pull request #8 from humio/add_docker
ba03856 Merge pull request #7 from humio/add_repo_create
2b62ceb Publish docker image
fe9967e Add option to create a repo
17fb466 Add installation instructions to README