Releases: AxisCommunications/docker-compose-acap
Releases · AxisCommunications/docker-compose-acap
2.0.0-rc.2
What's Changed
- Change to ACAP SDK 4.13 by @github-actions in #72
- Use AxParameter library from native SDK by @github-actions in #73
- Introduce constants for application name and directories by @github-actions in #74
- Detect cherry-pick conflicts by @killenheladagen in #76
- Listen to SD card availability using AXStorage by @github-actions in #75
- Migrate data root by @github-actions in #79
- Allow log be directed to stdout instead of syslog by @github-actions in #80
- Use constants for parameter names and remove trivial reader functions by @github-actions in #81
- Parameters as bool instead of enums by @github-actions in #82
- Use 4 spaces indentation in manifest.json by @github-actions in #83
- Refactor order of parameter check by @github-actions in #84
- Fail installation for non-container device by @github-actions in #85
- Allow runtime changing of application and dockerd log level by @github-actions in #86
- Prevent deadlock when acting on parameter changes by @github-actions in #87
- Ignore SD card state changes when not SD card is not used by @github-actions in #88
- Debug log for main loop and dockerd command by @github-actions in #89
- Avoid crash due to free() before malloc() by @github-actions in #90
- Added status parameter to declare state of application by @github-actions in #91
- Use 4 spaces indentation in C files by @github-actions in #92
- Do not align consecutive assignments by @github-actions in #93
- Log more details around child process start and stop by @github-actions in #94
- Initialize AXParameter only once to prevent memory leak. by @github-actions in #95
- Stop dockerd nicely by @github-actions in #96
- Read certificates from localdata and preserve them during upgrades by @github-actions in #97
- Refactor workflow and actions by @madelen-at-work in #98
- Fix pre-release job of workflow by @madelen-at-work in #99
- Workflow: Restore flag in curl command by @madelen-at-work in #100
- Update version to 2.0.0 by @github-actions in #101
- Pick up the correct variables by @madelen-at-work in #102
- Fix setting Status parameter value by @github-actions in #103
- Prevent dockerd from restarting after runtime error by @github-actions in #104
- Make final status change while AXParameter is available by @github-actions in #105
New Contributors
- @killenheladagen made their first contribution in #76
Full Changelog: 1.5.0...2.0.0-rc.2
2.0.0-rc.1
What's Changed
- Change to ACAP SDK 4.13 by @github-actions in #72
- Use AxParameter library from native SDK by @github-actions in #73
- Introduce constants for application name and directories by @github-actions in #74
- Detect cherry-pick conflicts by @killenheladagen in #76
- Listen to SD card availability using AXStorage by @github-actions in #75
- Migrate data root by @github-actions in #79
- Allow log be directed to stdout instead of syslog by @github-actions in #80
- Use constants for parameter names and remove trivial reader functions by @github-actions in #81
- Parameters as bool instead of enums by @github-actions in #82
- Use 4 spaces indentation in manifest.json by @github-actions in #83
- Refactor order of parameter check by @github-actions in #84
- Fail installation for non-container device by @github-actions in #85
- Allow runtime changing of application and dockerd log level by @github-actions in #86
- Prevent deadlock when acting on parameter changes by @github-actions in #87
- Ignore SD card state changes when not SD card is not used by @github-actions in #88
- Debug log for main loop and dockerd command by @github-actions in #89
- Avoid crash due to free() before malloc() by @github-actions in #90
- Added status parameter to declare state of application by @github-actions in #91
- Use 4 spaces indentation in C files by @github-actions in #92
- Do not align consecutive assignments by @github-actions in #93
- Log more details around child process start and stop by @github-actions in #94
- Initialize AXParameter only once to prevent memory leak. by @github-actions in #95
- Stop dockerd nicely by @github-actions in #96
- Read certificates from localdata and preserve them during upgrades by @github-actions in #97
- Refactor workflow and actions by @madelen-at-work in #98
- Fix pre-release job of workflow by @madelen-at-work in #99
- Workflow: Restore flag in curl command by @madelen-at-work in #100
- Update version to 2.0.0 by @github-actions in #101
- Pick up the correct variables by @madelen-at-work in #102
New Contributors
- @killenheladagen made their first contribution in #76
Full Changelog: 1.5.0...2.0.0-rc.1
1.5.0
Major Changes
- Docker version updated to 26.0 and docker compose to 2.25.0 (#63)
- New parameter added for selecting if TCP socket shall be created (#63)
- Stepped up version to 1.5.0 to be in sync with docker-acap
What's Changed
- Remove hooks for DockerHub by @kristinub in #50
- Bump actions/checkout from 3 to 4 by @dependabot in #51
- Upgrade versions of Docker, Docker Compose and ACAP SDK by @madelen-at-work in #49
- Add note about root requirement by @Corallo in #57
- Sync with docker acap by @madelen-at-work in #63
- Added workflow for cherry-picking by @madelen-at-work in #69
- Don't start main loop if fail to start dockerd by @github-actions in #70
- Let docker build output eap-file by @madelen-at-work in #71
New Contributors
Full Changelog: 1.3.1...1.5.0
1.5.0-rc.1
What's Changed
- Remove hooks for DockerHub by @kristinub in #50
- Bump actions/checkout from 3 to 4 by @dependabot in #51
- Upgrade versions of Docker, Docker Compose and ACAP SDK by @madelen-at-work in #49
- Add note about root requirement by @Corallo in #57
- Sync with docker acap by @madelen-at-work in #63
New Contributors
Full Changelog: 1.3.1...1.5.0-rc.1
2.0.1-preview.1
What's Changed
- Added support for secondary groups by @madelen-axis in #56
Full Changelog: 2.0.0-preview.2...2.0.1-preview.1
2.0.0-preview.2
What's Changed
- Added README for rootless implementation by @madelen-axis in #54
Full Changelog: 2.0.0-preview.1...2.0.0-preview.2
2.0.0-preview.1
What's Changed
- Remove hooks for DockerHub by @kristinub in #50
- Bump actions/checkout from 3 to 4 by @dependabot in #51
- Upgrade versions of Docker, Docker Compose and ACAP SDK by @madelen-axis in #49
- rootless implementation by @madelen-axis in #53
Full Changelog: 1.3.1...2.0.0-preview.1
1.3.1
What's Changed
- Bump github/super-linter from 4 to 5 by @dependabot in #47
- Fix build for Docker v 20.10.9 by @madelen-axis in #48
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: 1.3.0...1.3.1
1.3.1-rc.1
What's Changed
- Bump github/super-linter from 4 to 5 by @dependabot in #47
- Fix build for Docker v 20.10.9 by @madelen-axis in #48
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: 1.3.0...1.3.1-rc.1
1.3.0
What's Changed
- Adding appId to prepare for ACAP signing by @madelen-axis in #39
- build.sh: Use separate build dir for each architecture by @joakimr-axis in #40
- Use buildx and heredocs by @madelen-axis in #41
- Acap signing by @kristinub in #42
- Added Dependabot version monitoring by @madelen-axis in #43
- Replace linters with super-linter by @madelen-axis in #45
New Contributors
- @madelen-axis made their first contribution in #39
- @joakimr-axis made their first contribution in #40
- @kristinub made their first contribution in #42
Full Changelog: 1.2.5...1.3.0