Skip to content

Releases: fubarhouse/ansible-role-macdock

2.3.0

11 Nov 10:09
b313bfd
Compare
Choose a tag to compare
  • #9: Adds a handler for clearing icon cache

2.2.0

04 Sep 11:49
a5e7bea
Compare
Choose a tag to compare
  • #10 Tests should now work over SSH, which is now tested.
  • #11 Provide a configurable absolute path to dockutil
  • #11 Remove dependence on homebrew
  • #13 Prevent reinstallation task
  • #16 Change tests to test correct version (non-master)

2.1.0

27 Oct 23:59
Compare
Choose a tag to compare
  • #6: Refactor role to support a restart handler instead of a task. (@mraerino)
  • #6: Adds check_mode to a few tasks which call dockutil. (@mraerino)
  • #6: Cleans up output of looped items (@mraerino)
  • #6: Prevent failure when dockutil attempts to restart, which could break the role on very edge-case tests/systems where the dock process hasn't been started. (@daften)

2.0.2

05 Jun 12:34
Compare
Choose a tag to compare

Minor release releases PR #5 thanks to @oxyc.
This fix adjusts syntax for messages reported by deprecated formatting as of Ansible 2.3 onwards.

2.0.1

26 Apr 01:07
Compare
Choose a tag to compare

As noted in release 2.0, idempotence values are being checked incorrectly, from previously not being implemented to best practice - this hotfix will fix that and get tests formally passing as expected.

2.0

26 Apr 01:05
Compare
Choose a tag to compare
2.0

2.0 Is essentially a rewrite of the macdock role which supports a much better product for use with the dockutil python script installed via this role.

  • Rewrite of essentially the entire role.
  • Tasks to provide information on status before, after removal, and after adding
  • Adding now supports the position attribute, and a verification task determines if any items need to be moved from that point.
  • Verification tests are now very strict.
  • Dock will restart only after the role is finished, and only when idempotence is not achieved.
  • Travis tests now pass; but idempotence is causing a failure. 2.0.1 will provide a hotfix.

Initial release

31 Oct 09:59
Compare
Choose a tag to compare
1.0

initial commit