Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgresql-user not up to date #22

Open
mbauhardt opened this issue Oct 26, 2023 · 2 comments
Open

postgresql-user not up to date #22

mbauhardt opened this issue Oct 26, 2023 · 2 comments
Labels
bug 🐛 An issue with the system

Comments

@mbauhardt
Copy link

Describe the Bug

Submodule modules/postgresql-user is not updated within aurora-postgres-resources.
The line

if not os.path.isfile(updated_file):
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:

  1. Configure component.yaml with version 1.310.0
  2. I expect to get version 1.330.0
  3. 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
@mbauhardt mbauhardt added the bug 🐛 An issue with the system label Oct 26, 2023
@osterman
Copy link
Member

@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)

cloudposse/atmos#448

@mbauhardt
Copy link
Author

Hey @osterman
i'm excited in the future changes. I stay tuned.

thx for answering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants