Skip to content

Releases: openwisp/ansible-openwisp2-imagegenerator

1.0.0 [2022-05-04]

04 May 15:13
1.0.0
3860e15
Compare
Choose a tag to compare

[docs] Updated OpenWRT version to 19.07 in README

[fix] Run make clean before new compilations
This fixes issues during compilation for different architectures.

[change] Removed obsolete luci-openwisp #13
Closes #13

[change] upload_firmware.py: allow adding new images to existing build

[change] Updated to support latest openwisp-config (without SSL variants)

[change] Extract image builders right after compilation
Necessary due to the fact that now make clean is run
after each round.

[change] Cleanup and create generator dir before find scripts are executed

0.6.0 [2020-04-22]

22 Apr 21:01
0.6.0
Compare
Choose a tag to compare

Features:

  • Added support for uploading imgages to OpenWISP using the openwisp-firmware-upgrader API

Changes:

Bug fixes:

  • [fix] Fixed interpretation of recompile argument
  • [fix] Fixed find-imagebuilder script for custom names

0.5.0

28 Nov 11:15
45eced2
Compare
Choose a tag to compare
  • switched to OpenWRT 18.06

0.4.4

03 May 13:37
Compare
Choose a tag to compare
  • 38ddd0a [apt] Become root when updating/installing apt packages
  • e48129c [defaults] Fixed default values of recompile and core vars
  • 2e47333 Added support for undefined subtargets (sunxi, qemu, arm, ecc.)
  • 128bab2 Use ansible "command" module instead of "shell" when possible
  • 9063ef6 [docs] Added "(must be sudoer and non-root)" to README

0.4.3

27 Apr 17:30
Compare
Choose a tag to compare

222172e [compile] override official lede openwisp-config package #11
31e5a44 [generator] Fixed error when luci_openwisp is not used #10
b1d6141 [feeds] Bind feeds to lede-17.01

0.4.2

26 Apr 13:26
Compare
Choose a tag to compare

60c97f0 [check] Improved task names of permission checks
9ba0ce7 [check] Check exit code of touch command instead of stdout
0f464fa [check] Avoid ansible_user is not defined error

0.4.1

03 Mar 17:48
Compare
Choose a tag to compare

[generator] Added organization filtering mechanism #7, see also b4a1f1d

0.4

03 Mar 13:33
Compare
Choose a tag to compare
0.4

29e42a4 Switched to openssl
9814d2d [compile] Allow to compile curl with different SSL lib
8e33a98 Added iwinfo
1db9508 Changed default source repo to LEDE
51eda4c [docs] Updated README to mention the deafult base is now LEDE 17.01
50f536b Added temporary workaround for probable bug in lede-17 imagebuilder

0.3.3

17 Feb 14:18
Compare
Choose a tag to compare

2d35409 [check] Ensure test files are always removed
b0af560 [generator] Avoid failure if openwisp is not defined
18affc3 [generator] Semplified password management #4 (backward incompatible change)
692f13f Implemented subtargets #3 (backward incompatible change)

0.3.2

06 Feb 18:10
Compare
Choose a tag to compare

[build] Added "flavour[arch] is defined" check
[install] Try to install acl module if non-root
[generator] Disabled "become" for local commands