Releases: the-common/ansible-role-template
ansible-role-template 1.0.0
ansible-role-template 0.0.3
Detailed changes
- fix(tasks/main): Fix incorrect grammar in the example task name (80a2f0e) - 林博仁(Buo-ren Lin)
- feat: Implement template content for the handlers role directory. (4b1c4d0) - 林博仁(Buo-ren Lin)
- docs(defaults): Add official documentation reference (41503d5) - 林博仁(Buo-ren Lin)
- feat: Implement template content for the vars role directory (ee631c6) - 林博仁(Buo-ren Lin)
- feat(tasks): Implement template content (0fde9b2) - 林博仁(Buo-ren Lin)
- fix(inventory): Add information regarding the source of inventory information (dd764e8) - 林博仁(Buo-ren Lin)
- docs(inventory): Improve description of the directory (013005e) - 林博仁(Buo-ren Lin)
- docs(inventory): Fix grammar error in the directory description (c0a0df9) - 林博仁(Buo-ren Lin)
- feat: Implement template content of the defaults role directory (a51f2e9) - 林博仁(Buo-ren Lin)
- lint(real-README): Drop duplicate blank lines (077e091) - 林博仁(Buo-ren Lin)
- docs(real-README): Implement README section templates (43b0ee1) - 林博仁(Buo-ren Lin)
- feat: Implement role and galaxy metadata template (5be52c4) - 林博仁(Buo-ren Lin)
- refactor(many): Incorporate 3.0.4 version of The common Ansible role template(markdownlint fix) (a0dc075) - 林博仁(Buo-ren Lin)
- fix(many): Fix incorrectly initialized template files (2ed04b2) - 林博仁(Buo-ren Lin)
- docs(roles): Write instructions for creating self-referencing role symbolic link (5e1b790) - 林博仁(Buo-ren Lin)
ansible-role-template 0.0.2
Detailed changes
- refactor: Incorporate 2.4.3 version of The common Ansible project template(CD fixes) (d97749c) - 林博仁(Buo-ren Lin)
ansible-role-template 0.0.1
Detailed changes
commit 9c9672b
Author: 林博仁(Buo-ren Lin) buo.ren.lin@gmail.com
Date: Wed Sep 25 16:33:56 2024 +0800
refactor: Incorporate 2.4.2 version of The common Ansible project template
For Ansible-specific changes.
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
commit 2f18625
Author: 林博仁(Buo-ren Lin) buo.ren.lin@gmail.com
Date: Wed Sep 25 16:25:42 2024 +0800
refactor(many): Incorporate 3.0.3 version of The common Ansible role template(CI fixes)
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
commit f3d6033
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 29 23:08:14 2023 +0800
fix: Fix stage does not exist GitLab CI error
This patch should fix the following error:
```
Unable to create pipeline
create-release job: chosen stage does not exist; available stages are .pre, build, test, deploy, .post
```
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 49f51f5
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Fri Oct 27 01:55:05 2023 +0800
fix: Fix create-release GitLab CI job not running due to release:description key value being empty
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 616b4c1
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Fri Oct 27 01:54:26 2023 +0800
fix: Fix EditorConfig settings not applying to .gitlab-ci.yml
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit fadf7c1
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Fri Oct 27 01:51:23 2023 +0800
fix: Workaround release jobs not running due to gitlab-org/gitlab#223856
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit cdf82c2
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Thu Oct 26 05:24:24 2023 +0800
feat: Implement release creation CI job
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 6877a7f
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Mon Oct 16 03:07:39 2023 +0800
qa: feat: Enable directed acyclic graph behavior for GitLab CI to speed up process
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 9ba376c
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Mon Oct 16 02:46:58 2023 +0800
fix: Move generate-build-artifacts job to build stage
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 65e3237
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Mon Oct 16 00:44:25 2023 +0800
qa: fix: Fix build artifacts generation program errors with "CI_ENVIRONMENT_NAME: unbound variable" message
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 621fd03
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Mon Oct 16 00:41:42 2023 +0800
qa: fix: Fix build artifacts generation program errors with "script_dir: unbound variable" message
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 3473926
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Mon Oct 16 00:38:25 2023 +0800
feat: Implement build artifact creation script for GitLab CI
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 0518539
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 23:54:38 2023 +0800
lint: Fix missing end-of-file newline
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 3be5f8c
Author: 林博仁 Buo-ren, Lin buo.ren.lin@gmail.com
Date: Sun Oct 15 15:52:31 2023 +0000
fixup! feat: Support delivering build artifacts in GitLab CI
Signed-off-by: 林博仁(Buo-ren, Lin) <buo.ren.lin@gmail.com>
commit 4564278
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 23:49:15 2023 +0800
feat: Support delivering build artifacts in GitLab CI
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 5356457
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 23:05:48 2023 +0800
lint: Dropping the local test workaround of the static analysis CI step
The workaround is no longer needed as the program is no longer run as the
root user
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit a1af185
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 21:03:41 2023 +0800
feat: Incorporate EditorConfig from the version 1.2.0 of The Common EditorConfig Template project
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 1beeb49
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 18:19:10 2023 +0800
docs: fix: Fix improper license link title
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 619b6d1
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 18:18:10 2023 +0800
docs: fix: Improve semantic of the licensing section
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit b6112cc
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 18:09:21 2023 +0800
docs: feat: Add GitLab CI badge to the project README
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 4cd9e91
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 16:18:12 2023 +0800
fixup! chore: Upgrade Cache GitHub action to version 3
Fixes one instance that isn't upgraded.
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 02cab9e
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 16:13:01 2023 +0800
chore: Upgrade Cache GitHub action to version 3
Fixes #10.
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit a19eecd
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sun Oct 15 16:07:10 2023 +0800
lint: Improve GitHub Actions cache action's property sorting
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit e0d1564
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sat Oct 14 21:27:22 2023 +0800
chore: Upgrade Checkout GitHub Action to V4(#3)
The current version is deprecated.
Fixes #3.
Refer-to: GitHub Actions: All Actions will run on Node16 instead of Node12 by default - The GitHub Blog <https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/>
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit c419c42
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Sat Oct 14 20:55:19 2023 +0800
docs: fix: Add missing GitHub CI status badge
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 1a50e75
Author: 阿仁 brlin@invalid.sinoitan.tw
Date: Tue Oct 10 13:38:30 2023 +0800
docs: Add instructions for GitLab
Signed-off-by: 阿仁 <brlin@invalid.sinoitan.tw>
commit 31158de
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 12:20:15 2023 +0800
fix: Update REUSE dep5 upstream contact
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit f6966ab
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 12:19:11 2023 +0800
fix: Update REUSE dep5 source URL
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit f8dbba0
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 12:18:29 2023 +0800
docs: fix: Add missing project URL
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 4f34101
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 11:41:43 2023 +0800
qa: fix: Fix static analysis CI step system dependency install program
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 5a5508d
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 11:40:39 2023 +0800
qa: fix: Fix GitHub CI caching
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit a199ce4
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 11:28:37 2023 +0800
qa: fix: Attempt to fix GitHub CI not caching anything
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 1bcab8a
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 11:05:51 2023 +0800
qa: fix: Fix static analysis program errors due to insufficient privileges
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit fb21a24
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 11:02:48 2023 +0800
qa: fix: Fix GitHub CI caching
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
commit 0c30450
Author: 林博仁(Buo-ren Lin) Buo.Ren.Lin@gmail.com
Date: Tue Oct 10 10:37:02 2023 +0800
feat: Incorporating GitLab CI
Signed-off-by: 林博仁(Buo-ren Lin) <Buo....