7 Commits

Author SHA1 Message Date
9866dc8407 build(version): bump version 0.12.0 → 0.13.0 2024-02-08 15:33:37 +00:00
Jon
63a2d8e5e9 Merge branch '27-fix-json-parse' into 'development'
fix: failed to parse JSON

See merge request nofusscomputing/projects/ansible/execution_environment!212
2024-02-08 15:23:19 +00:00
Jon
513a7344af feat(receptor): update to dev -> v1.4.4
!212 #27
2024-02-09 00:45:12 +09:30
18347370c1 Merge branch 'automated-tasks' into 'development'
chore(ansible_playbooks): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!211
2024-02-08 05:47:26 +00:00
687b3cb457 feat(ansible_playbooks): updated submodule ansible_playbooks
Automation Data:
{
    "branch": "development",
    "current_commit": "f857e19a7392bca3769b377b3deb90de6493f4a2)",
    "name": "ansible_playbooks",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/includes/etc/ansible/playbooks",
    "remote_head": "8f8b27a11b40e58371ed9638e930bd01a41e94ab)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/projects/ansible/ansible_playbooks.git"
}

Changes: Submodule path includes/etc/ansible/playbooks: checked out 8f8b27a11b40e58371ed9638e930bd01a41e94ab

MR !211
2024-02-08 05:39:39 +00:00
395fdca242 Merge branch 'automated-tasks' into 'development'
chore(website-template): Automated update of git sub-module

See merge request nofusscomputing/projects/ansible/execution_environment!210
2024-02-08 05:32:51 +00:00
f986b0fffd chore(git): updated submodule website-template
Automation Data:
{
    "branch": "development",
    "current_commit": "2bcc17652babd4027e7245c6367841e2580ec317)",
    "name": "website-template",
    "path": "/builds/nofusscomputing/projects/ansible/execution_environment/_automation_/website-template",
    "remote_head": "f5a82d3604faca56756eec91acee28ff89defd1d)",
    "remote_name": "origin",
    "url": "https://gitlab.com/nofusscomputing/infrastructure/website-template.git"
}

Changes: Submodule path website-template: checked out f5a82d3604faca56756eec91acee28ff89defd1d

MR !210
2024-02-08 05:32:06 +00:00
5 changed files with 11 additions and 4 deletions

View File

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

View File

@ -1,3 +1,10 @@
## 0.13.0 (2024-02-08)
### Features
- **receptor**: [513a7344](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/513a7344afafbcedf880af011108b71a4c1d7b92) - update to dev -> v1.4.4 [ [!212](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/212) [#27](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues/27) ]
- **ansible_playbooks**: [687b3cb4](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/commit/687b3cb45756b229ae2e4a61245b271000f6399e) - updated submodule ansible_playbooks [ [!211](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests/211) ]
## 0.12.0 (2024-02-07)
### Features

View File

@ -1,5 +1,5 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:v1.4.4 as receptor
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm