Releases: OpenCHAMI/magellan
Releases · OpenCHAMI/magellan
v0.1.7
0.1.5
Changelog
- abd8345 Added Init() to Client interface
- 874d750 Added temporary solution for creating new clients
- 5d811f3 Changed interface func from GetClient() to GetInternalClient()
- e3ef9d4 Fixed field tag in crawler
- 3b29735 Fixed panic when setting --cacert from invalid client
- 6d61511 Merge pull request #55 from OpenCHAMI/cacert-hotfix
- 9991f02 Updated warning message and changed SMD client to use pointer receivers
0.1.4
Changelog
- 989ec61 Added response body into error messages
- 00aaf1b Added schema version to output
- 0454735 Changed collect messages to using JSON format
- 39a30d1 Merge branch 'main' into minor-changes
- 0ded418 Merge pull request #50 from OpenCHAMI/container-build
- 8df5a50 Merge pull request #51 from OpenCHAMI/minor-changes
- 76b6f37 Merge pull request #52 from OpenCHAMI/minor-changes
- 904d157 Merge pull request #53 from OpenCHAMI/minor-changes
- 057ff7b Merge pull request #54 from OpenCHAMI/update-readme
- 2e036c5 Rearranged collect error to only show when not force updating
- 26fbebf Updated README.md and fixed outdated info
- f393a2a magellan.sh: remove unused build helper function
- 327eb35 release: prefix all version tags with "v"
0.1.3
0.1.2
0.1.1
Changelog
- 990baea Added container building working
- d941525 Added more information to crawler output
- a33fd44 Merge pull request #49 from OpenCHAMI/add-types
Changelog
- 990baea Added container building working
- d941525 Added more information to crawler output
- a33fd44 Merge pull request #49 from OpenCHAMI/add-types
- ad58b79 Removed copying script in container
Changelog
0.0.20
0.1.0
Changelog
- 890e339 Added TODO comments to tests and other minor change
- dce823c Added URL sanitization for SMD host and moved auth from util
- 77b6a9b Added check for output directory for collect
- db44c51 Added disclaimer about incompatibility with SMD
- 8a25417 Added flag to show cache info with list command and other minor changes
- e3d0791 Changed 'docker' rule to 'container'
- a7af568 Changed build rule and added release rule to Makefile
- 5b1e3e7 Changed firmware.* back to firmware-*
- 39ad0d7 Changed host to hostname being stored in cache
- 51e24e2 Changed how arguments are passed to update command
- d930c41 Changed how based URL is derived in update functions
- 4cc3f7f Changed order of adding default ports to add host correctly
- dc07b53 Changed saving host to include scheme for collect
- 1ea779e Changed short help message for root command
- bb49129 Changed showing target host to use debug instead of verbose flag
- 809aa91 Changed transfer-protocol flag to scheme to match other commands
- fe3c339 Corrected the username/password flag names
- dd829cd Fixed '--subnet' flag not adding hosts to scan
- 5a2356d Fixed crawl command help string
- 3d6daa7 Fixed error message format for list command
- f3427b0 Fixed getting ethernet interfaces in CollectEthernetInterfaces()
- d73575a Fixed imports and removed unused query params
- f7159c9 Fixed issue with collect requests and other minor changes
- 4597f63 Fixed issue with host string and added internal url package
- 42dbfeb Fixed lint errors
- 046a833 Fixed passing the correct argument in Sanitize()
- bc01412 Fixed port not being added to probing request
- 7285492 Fixed root persistent flags not binding correctly
- 2b291f8 Fixed scan not probing the host correctly
- f498d07 Fixed small issue with command string
- 4aef516 Fixed typo errors in changelog and readme
- 15de7c1 Fixed viper flag binding in collect cmd
- 6d1dae2 Major 'internal' package refactor
- 0c30d4d Merge branch 'main' into refactor
- b8b4aed Merge pull request #46 from OpenCHAMI/refactor
- f4ee1e1 Merge pull request #48 from OpenCHAMI/45-hotfix
- fc6afc8 Minor change
- e02558f Minor changes
- 8e59885 Minor changes and improvements
- 81ec43a Minor changes to fix lint errors
- 8ff71f6 Minor changes to tests
- c0a6d3b More minor changes
- 6873ffd Moved SMD-related API to pkg
- c5a3485 Refactored how clients work to reduce hard-coded dependencies
- aefce13 Refactored/reorganized utils
- 24fba89 Reformatted scan help message
- 6ff223a Removed 'dora' API
- 3078770 Removed commented out code
- 46fc35d Removed extra print statement
- 4111028 Removed files from util
- 9b3c21a Removed magellan's internal logger for zerolog
- 88fb71b Removed storage file
- 606a7b4 Removed unused code, rename vars, and changed output to use hive partitioning strategy
- a65c640 Removed unused functions in collect.go
- d412e29 Removed unused port and clarified default in README.md
- d877f9b Removed unused query params
- 0922bbf Removed unused updating code and bmclib dependency and other minor changes
- a6c95ef Removed unused variables in client package
- 386e9f2 Renamed smd package to client
- 7beb7a3 Renamed struct
- b27e6b6 Renamed vars and switched to use zerolog
- 3287d76 Separated auth from util and fixed help strings
- 2c84190 Updated 'cmd' package
- 7fc913e Updated .gitignore
- d5eacf0 Updated Makefile
- 128f9ad Updated Makefile to include GOPATH in some targets
- 2d42933 Updated README.md with features section
- 22b88a9 Updated example config
- e19d0b2 Updated go dependencies
- 4444a1d Updated go deps
- da2abdf Updated tests to reflect new API changes
0.0.19
Changelog
- bf2a27d Added 'docs' rule to Makefile
- 1ab5c8a Added initial round of comments for API documentation
- 085a2cf Added initial tests for API and compatibiilty coverage
- f7b08da Added more API documentation
- eba9dfa Added more documentation and changed param names
- 0bf5507 Changed Dockerfile to use binary instead of script
- c537e49 Fixed issue with required param
- 2c472f5 Fixed small typo
- 6c54801 Fixed syntax error with command description
- 00f9d4e Merge pull request #44 from OpenCHAMI/api-docs
- 777aa3c Merge pull request #47 from OpenCHAMI/45-hotfix
- 2bc3c74 Minor changes to README.md
- 0a6fb84 Removed unused code that used bmclib
- 796a67d Tidied up CLI flag names
- ecefa3b Updated README to include information about building on Debian
- f3162e7 Updated go dependencies removing bmclib
- 10eabf2 Updating dependencies
Changelog
- bf2a27d Added 'docs' rule to Makefile
- 1ab5c8a Added initial round of comments for API documentation
- 085a2cf Added initial tests for API and compatibiilty coverage
- f7b08da Added more API documentation
- eba9dfa Added more documentation and changed param names
- 0bf5507 Changed Dockerfile to use binary instead of script
- c537e49 Fixed issue with required param
- 2c472f5 Fixed small typo
- 6c54801 Fixed syntax error with command description
- 00f9d4e Merge pull request #44 from OpenCHAMI/api-docs
- 777aa3c Merge pull request #47 from OpenCHAMI/45-hotfix
- 2bc3c74 Minor changes to README.md
- 0a6fb84 Removed unused code that used bmclib
- 796a67d Tidied up CLI flag names
- ecefa3b Updated README to include information about building on Debian
- f3162e7 Updated go dependencies removing bmclib
- 10eabf2 Updating dependencies