11 Commits

Author SHA1 Message Date
49420c896a build(version): bump version 0.14.0 → 0.15.0 2024-03-17 07:57:38 +00:00
Jon
4472051a00 Merge branch '2024-03-17' into 'development'
feat: collection update

See merge request nofusscomputing/projects/ansible/execution_environment!243
2024-03-17 07:48:00 +00:00
Jon
2e712ed1fd feat(collection): nofusscomputing.kubernetes set to ver 1.2.0
!243
2024-03-17 17:09:09 +09:30
Jon
124ed938b4 Merge branch 'automated-tasks' into 'development'
chore(ansible-roles): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!242
2024-03-17 07:37:30 +00:00
f2afc87b4f feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "163b7f556a74dda007408b79042282523500c284)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "19ca5148044353bcde1ab313713fa93bcbc0b79e)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out 19ca5148044353bcde1ab313713fa93bcbc0b79e

MR !242
2024-03-16 11:42:08 +00:00
a0280666c4 feat(ansible-roles): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "52e9c26512e6152f238434f01546e76118f821f1)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "538e9ebe2da71f853644cada2bae9efded42d3ea)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out 538e9ebe2da71f853644cada2bae9efded42d3ea

MR !242
2024-03-16 11:40:49 +00:00
8b452a2658 feat(ansible-roles): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "5786bfd6ddddf4ce8f7cb2de996ecdadfbcb9622)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "52e9c26512e6152f238434f01546e76118f821f1)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out 52e9c26512e6152f238434f01546e76118f821f1

MR !242
2024-03-16 11:37:22 +00:00
01c9b99db4 chore(git): updated submodule gitlab-ci
Automation Data:
{
    "branch": "development",
    "current_commit": "9afa68d1f3849e491fa8ca034749388808531b74)",
    "name": "gitlab-ci",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/gitlab-ci",
    "remote_head": "a24f352ca3d82b8d0f02f5db20173fe2c3f71a4a)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/gitlab-ci.git"
}

Changes: Submodule path gitlab-ci: checked out a24f352ca3d82b8d0f02f5db20173fe2c3f71a4a

MR !242
2024-03-16 11:34:52 +00:00
0b156cc0c8 feat(ansible-roles): updated submodule ansible-roles
Automation Data:
{
    "branch": "development",
    "current_commit": "944566d0f0e2e890f413d2e70ad871d9db77163c)",
    "name": "ansible-roles",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/roles",
    "remote_head": "5786bfd6ddddf4ce8f7cb2de996ecdadfbcb9622)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible-roles.git"
}

Changes: Submodule path includes/etc/ansible/roles: checked out 5786bfd6ddddf4ce8f7cb2de996ecdadfbcb9622

MR !242
2024-03-16 11:28:53 +00:00
9a80237008 Merge branch 'automated-tasks' into 'development'
chore(ansible_playbooks): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!241
2024-03-16 05:42:24 +00:00
8ce0da96ad feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "ef302641a14caf240ffabd8cda05f1c78eaf4f08)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "163b7f556a74dda007408b79042282523500c284)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out 163b7f556a74dda007408b79042282523500c284

MR !241
2024-03-16 05:34:32 +00:00
6 changed files with 16 additions and 5 deletions

View File

@ -4,4 +4,4 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.14.0 version: 0.15.0

View File

@ -1,3 +1,14 @@
## 0.15.0 (2024-03-17)
### Features
- **collection**: [2e712ed1](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/2e712ed1fd58eb26c3cd5fba6dddd8ce7f14e283) - nofusscomputing.kubernetes set to ver 1.2.0 [ [!243](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/243) ]
- **ansible_playbooks**: [f2afc87b](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/f2afc87b4f84b6dc5e657111f20fa7d886280b01) - updated submodule ansible_playbooks [ [!242](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/242) ]
- **ansible-roles**: [a0280666](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/a0280666c4864b4308db695862cf8de856e8eab0) - updated submodule ansible-roles [ [!242](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/242) ]
- **ansible-roles**: [8b452a26](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/8b452a265851f5bc69d939e8f4106833fddca1f9) - updated submodule ansible-roles [ [!242](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/242) ]
- **ansible-roles**: [0b156cc0](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/0b156cc0c8b12fcf137dd72ab6f9b632c1dc99cd) - updated submodule ansible-roles [ [!242](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/242) ]
- **ansible_playbooks**: [8ce0da96](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/8ce0da96ad501b7c077b9b2c4acb8820439b1831) - updated submodule ansible_playbooks [ [!241](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/241) ]
## 0.14.0 (2024-03-14) ## 0.14.0 (2024-03-14)
### Bug Fixes ### Bug Fixes

View File

@ -99,4 +99,4 @@ RUN ansible-galaxy collection install \
community.postgresql==3.4.0 \ community.postgresql==3.4.0 \
theforeman.foreman==4.0.0; \ theforeman.foreman==4.0.0; \
ansible-galaxy collection install --pre \ ansible-galaxy collection install --pre \
nofusscomputing.kubernetes nofusscomputing.kubernetes==1.2.0