You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip folders.
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
The text was updated successfully, but these errors were encountered:
@mbauhardt we are going to be overhauling component updates radically over the next 1-2 months. We're moving away from Git hosted artifacts for components and instead moving toward OCI to simplify, among other things, component updates. Stay tuned!
Also, see our latest change to atmos (vendor.yaml)
Describe the Bug
Submodule
modules/postgresql-user
is not updated withinaurora-postgres-resources
.The line
github-action-atmos-component-updater/src/component_updater.py
Line 257 in 635735b
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:
1.310.0
1.330.0
Screenshots
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
The text was updated successfully, but these errors were encountered: