Skip to content

Releases: AxisCommunications/docker-compose-acap

2.0.0-rc.2

15 Apr 06:45
efbaded
Compare
Choose a tag to compare
2.0.0-rc.2 Pre-release
Pre-release

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

Full Changelog: 1.5.0...2.0.0-rc.2

2.0.0-rc.1

12 Apr 08:54
b56e9ea
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release

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

Full Changelog: 1.5.0...2.0.0-rc.1

1.5.0

04 Apr 10:57
eadefc9
Compare
Choose a tag to compare

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

New Contributors

  • @Corallo made their first contribution in #57
  • @github-actions made their first contribution in #70

Full Changelog: 1.3.1...1.5.0

1.5.0-rc.1

27 Mar 09:48
d3494a5
Compare
Choose a tag to compare
1.5.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.3.1...1.5.0-rc.1

2.0.1-preview.1

30 Nov 14:43
ae22f48
Compare
Choose a tag to compare
2.0.1-preview.1 Pre-release
Pre-release

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

09 Nov 15:03
e3eed8f
Compare
Choose a tag to compare
2.0.0-preview.2 Pre-release
Pre-release

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

09 Nov 14:57
abc4664
Compare
Choose a tag to compare
2.0.0-preview.1 Pre-release
Pre-release

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

26 Jun 12:22
74735d8
Compare
Choose a tag to compare

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

Full Changelog: 1.3.0...1.3.1

1.3.1-rc.1

22 Jun 12:19
74735d8
Compare
Choose a tag to compare
1.3.1-rc.1 Pre-release
Pre-release

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

Full Changelog: 1.3.0...1.3.1-rc.1

1.3.0

12 Apr 09:49
Compare
Choose a tag to compare

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

Full Changelog: 1.2.5...1.3.0