You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhancements
Add support for hawkBit "download-only" deployments. [#160] (by Vyacheslav Yurkov)
Share connection between curl requests. [#170] (by Robin van der Gracht)
Add support for SSL client certificate authentication, see the new config options ssl_cert, ssl_key and ssl_engine. [#169] (by
Florian Bezannier, Robin van der Gracht)
Add send_download_authentication option to allow disabling sending authentication data for bundle downloads (needed if external storage providers are used). [#174] (by Kevin Fardel)
Bug Fixes
Allow stream_bundle=true without setting bundle_download_location. [#150]
Testing
Add workflow_dispatch trigger allowing manually triggered CI runs. [#154]
Print subprocess's stdout/stderr on timeout errors for debugging purposes. [#163] (by Vyacheslav Yurkov)
Bind hawkbit docker container and nginx to localhost only. [#185]
Drop hawkBit option anonymous.download.enabled removed in >= 0.8.0. [#190]
Use hawkBit's server.forward-headers-strategy=NATIVE option allowing a reverse proxy between rauc-hawkbit-updater and hawkBit. [#169] (by Robin van der Gracht)
Add SSL client certificate authentication tests using nginx with a test PKI. [#169] (by Robin van der Gracht)