1.5.0
Major Changes
- Docker version updated to 26.0 (#100,#148)
- New parameter added for selecting if TCP socket shall be created (#142)
What's Changed
- Remove build docker hub by @kristinub in #102
- build.sh: Stop at errors and/or unset parameters by @joakimr-axis in #99
- Bump actions/checkout from 3 to 4 by @dependabot in #105
- Apply clang-format to dockerdwrapper.c by @killenheladagen in #108
- Upgrade Docker version to 24.0 and native SDK to 1.10 by @madelen-at-work in #100
- Use super-linter/super-linter and activate clang validation by @madelen-at-work in #110
- Bump actions/checkout from 3 to 4 by @dependabot in #115
- Bump actions/github-script from 6 to 7 by @dependabot in #116
- Add note about root requirement by @Corallo in #125
- backdown SDK version to be LTS 10.12 compliant by @madelen-at-work in #123
- combined update of depenadbot recomendations by @madelen-at-work in #131
- Add CONTRIBUTING and .vscode by @madelen-at-work in #132
- Add command line options to build.sh by @killenheladagen in #136
- refactor handling of parameter settings by @madelen-at-work in #137
- Package settings in a struct and reduce code duplication by @killenheladagen in #139
- Check filesystem on subfolder instead of top folder by @killenheladagen in #143
- Remove creation of unused exec_root directory by @killenheladagen in #144
- Read Boolean parameters with a common function by @killenheladagen in #146
- Remove unused error variable by @killenheladagen in #150
- Pass around data root in settings struct by @killenheladagen in #153
- Remove handling of unknown parameters in callback by @killenheladagen in #155
- Centralize restart of dockerd by @killenheladagen in #156
- bump up to docker engine 26.0.0 by @madelen-at-work in #148
- Add a new parameter to have an option to choose TCP socket creation by @deepikas20 in #142
- Pass around SD card area instead of using global constant by @killenheladagen in #157
- update version in preparation for release by @madelen-at-work in #160
- Don't start main loop if fail to start dockerd by @madelen-at-work in #161
- Add action to send workflow dispatch by @madelen-at-work in #163
- Let docker build output eap-file by @madelen-at-work in #164
New Contributors
Full Changelog: 1.4.1...1.5.0