Releases: RedHatInsights/yggdrasil
Releases · RedHatInsights/yggdrasil
Version 0.2.0
- Rewrite yggd
- Fixed an issue where BIOSSUUID may be empty
- Start worker processes with a reasonable PATH value
- Fixed an issue where ygg would prompt for credentials unnecessarily
- Removed HTTPClient from yggdrasil package
- Refactor TLS configuration so it can be shared by an http.Client and MQTT client
- Log the entire gRPC message if log-level is set to trace
- Expanded logging details in http.go
- Fixed an issue where DataHost was not getting set if a value was specified by the config source
- Add hidden flag (--socket-addr) to start yggd with a named gRPC socket address
- Update MQTT client package to fix a potential issue with client disconnections
- Add handling for a "tags.toml" file
- Various linting and minor string improvements
Version 0.1.4
- Fixed an issue where HTTPS proxies were being ignored by WebSocket MQTT connections
Version 0.1.3
- Fixed a crash when a worker responded to a message twice
- Fixed a crash when rhcd was started without a valid consumer certificate
- Fixed a crash when starting rhcd with HTTP_PROXY set in the environment
- Fixed an issue when connecting with rhc to an alternative RHSM base URL
- Add a hidden "topic-prefix" config file option
- Allow setting a custom ca-root bundle in config file
- Fixed an issue where the first message destined for a worker would sometimes be missed
- Various bug fixes and syntax improvements
- Adds a handler that logs any messages that are received by not handled by a subscriber
- Add a hidden "data-host" config file option
- Update grpc-go version to 1.34.0
Version 0.1.2
- Fix an issue publishing messages to Akamai brokers
- Remove the automatic creation of insights-id
- Set application names explicitly to values based on "ShortName"
Version 0.1.1
- Fixed an issue unmarshalling URL values from message content
- Increased logging output when performing HTTP requests
- Removed a spurious warning about a missing worker
- Create the worker directory explicitly as part of the installation and packaging
Version 0.1
- Initial release