This repository was archived by the owner on May 9, 2024. It is now read-only.
Releases: darkwizard242/ansible-role-openjdk8
Releases · darkwizard242/ansible-role-openjdk8
2.2.0
Full Changelog: 2.1.0...2.2.0
2.1.0
Remove support for debian-stretch
and updates for molecule v5
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
Update workflows by @darkwizard242 in #7
- 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.7...2.0.0
1.0.7
- update author attribute in role's metadata
1.0.6
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.5
- 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