From 0ac4e8b568324d294e0a07a9713c709c0f460215 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:07:20 -0400 Subject: [PATCH 1/6] update license to 2024 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index aa772c0..04ade68 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Ali Muhammad +Copyright (c) 2024 Ali Muhammad Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From ac24868beaacfa1499e9e219562feca94726d8e2 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:07:54 -0400 Subject: [PATCH 2/6] update doc headers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75150df..f11ffee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![build-test](https://github.com/darkwizard242/ansible-role-mkcert/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-mkcert/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-mkcert/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-mkcert/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/61913?color=dark%20green%20) ![Ansible Role](https://img.shields.io/ansible/role/d/61913?label=role%20downloads) ![Ansible Quality Score](https://img.shields.io/ansible/quality/61913?label=ansible%20quality%20score) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=alert_status)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-mkcert?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-mkcert?color=orange&style=flat-square) +[![build-test](https://github.com/darkwizard242/ansible-role-mkcert/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-mkcert/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-mkcert/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-mkcert/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/mkcert) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-mkcert&metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-mkcert) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-mkcert?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-mkcert?color=orange&style=flat-square) # Ansible Role: mkcert From 13dd06b3791d3c8d1fd82ebe569b9df324c5faca Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:08:17 -0400 Subject: [PATCH 3/6] set ubuntu noble as default molecule distro --- molecule/default/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 870bc2e..d97544d 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,8 +8,8 @@ lint: | ansible-lint flake8 platforms: - - name: ${DISTRO:-ubuntu-22.04} - image: "darkwizard242/ansible:${DISTRO:-ubuntu-22.04}" + - name: ${DISTRO:-ubuntu-24.04} + image: "darkwizard242/ansible:${DISTRO:-ubuntu-24.04}" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro pre_build_image: true From 91525cc81ac9530e68753234322a90df85789031 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:08:36 -0400 Subject: [PATCH 4/6] add ubuntu noble to role's metadata --- meta/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/main.yml b/meta/main.yml index 62e7ee3..6369609 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,6 +10,7 @@ galaxy_info: platforms: - name: Ubuntu versions: + - noble - jammy - focal - bionic From 45f34304f1e422bf1bbdf2cf0ebff1b07a4eb61e Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:09:00 -0400 Subject: [PATCH 5/6] update release action workflow versions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bec38aa..03d0daf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,12 +18,12 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '${{ env.CUSTOM_DIR }}' - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.10' From 41b8b0e42266f422959eb263bd3eea257ae24ad3 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 7 May 2024 18:09:28 -0400 Subject: [PATCH 6/6] update release action workflow versions and include ubuntu noble --- .github/workflows/build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 0555a71..74c5b62 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '${{ env.CUSTOM_DIR }}' fetch-depth: 0 @@ -51,17 +51,17 @@ jobs: strategy: max-parallel: 10 matrix: - IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster] + IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster] steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: '${{ env.CUSTOM_DIR }}' - name: Set up Python 3.10 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.10'