Skip to content

Releases: darkwizard242/ansible-role-mc

2.5.0

27 Jun 21:43
97994c4
Compare
Choose a tag to compare

What's Changed

  • Support multiple Architectures | Remove support for Ubuntu 18.04 and EL7 by @darkwizard242 in #6

Full Changelog: 2.4.0...2.5.0

2.4.0

06 May 18:40
1a7ed2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

19 May 02:23
Compare
Choose a tag to compare

Full Changelog: 2.2.0...2.3.0

2.2.0

24 Apr 20:53
Compare
Choose a tag to compare

Remove support for debian-stretch and updates for molecule v5

Full Changelog: 2.1.0...2.2.0

2.1.0

22 Mar 14:20
be65431
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

09 Feb 19:15
67cc478
Compare
Choose a tag to compare

What's Changed

Update workflows by @darkwizard242 in #3

  • Seperate out OS and ARCH into seperate vars
  • Setup key/value attributes for owner/group of binary file and update Debian/Ubuntu/EL family tasks
  • Set ansible_python_interpreter var in molecule's converge playbook
  • Bump container image in molecule config to ubuntu 20.04
  • Update build-and-test, release github action workflows.
  • Define sonar.python.version=3 in sonarcloud config
  • Remove Ubuntu 16.04 as supported os from role's metadata due to being EOL
  • Utilize Rocky Linux 8 for EL 8 OS versions

Full Changelog: 1.0.4...2.0.0

1.0.4

28 Apr 14:28
Compare
Choose a tag to compare
  • update author attribute in role's metadata

1.0.3

28 Nov 21:29
f072d1d
Compare
Choose a tag to compare

Migrate CI/Release from TravisCI to GitHub Actions

  • Set up a build-and-test workflow that performs sonarcloud code quality check and runs a molecule test for the Ansible Role.
  • Set up a Release workflow to trigger import of role in Ansible Galaxy.
  • Exclusion of .github dir from yamllint scan during molecule execution.
  • Reconfigure sonarcloud config

1.0.2

23 Sep 23:09
Compare
Choose a tag to compare
  • Remove Debian Jessie from TravisCI build and Ansible role's metadata as it is now EOL.

1.0.1

06 Jul 15:42
Compare
Choose a tag to compare
  • Refactor task names to be more meaningful and descriptive around the OS family that the playbook is running the tasks on.
  • Bump TravisCI python to 3.8