generated from cloudposse-github-actions/composite-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
Submodule modules/postgresql-user
is not updated within aurora-postgres-resources
.
The line
if not os.path.isfile(updated_file): |
This could be the reason for skipping new versions for a "submodule".
Expected Behavior
Changes in a submodule only should be detected by the updater.
Steps to Reproduce
Steps to reproduce the behavior:
- Configure component.yaml with version
1.310.0
- I expect to get version
1.330.0
- Updater say that no changes are detected.
Screenshots
2023-10-26T10:19:11.1443389Z [26-10-2023 10:19:11] INFO Processing component: aurora-postgres-resources
2023-10-26T10:19:11.6096994Z [26-10-2023 10:19:11] INFO Looking for PR with branch: component-update/aurora-postgres-resources/1.330.0
2023-10-26T10:19:12.0148588Z [26-10-2023 10:19:12] INFO Executing 'atmos vendor pull -c aurora-postgres-resources' for component version '1.310.0' ...
2023-10-26T10:19:15.0423445Z [26-10-2023 10:19:15] INFO Successfully vendored component: aurora-postgres-resources
2023-10-26T10:19:15.0428870Z [26-10-2023 10:19:15] INFO Executing 'atmos vendor pull -c aurora-postgres-resources' for component version '1.330.0' ...
2023-10-26T10:19:18.2087857Z [26-10-2023 10:19:18] INFO Successfully vendored component: aurora-postgres-resources
2023-10-26T10:19:18.2125023Z [26-10-2023 10:19:18] INFO Looking good. No changes found
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
- github action
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system