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

cli: revert libvirt terraform provider upgrade #2454

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

daniel-weisse
Copy link
Member

@daniel-weisse daniel-weisse commented Oct 16, 2023

Context

#2434 upgraded the libvirt terraform provider to v7.4.
That version seems to have broken support for connection URIs, making Terraform seem to completely ignore the paramter.
This means that even if the libivrt URI is set to something like qemu+tcp://localhost:16599/system, it will default to the system host libvirt.

We need to revert that commit for our Docker-libvirt setup to still be functional.

Proposed change(s)

  • Revert libvirt terraform provider to latest working release (v7.1)

Additional info

  • AB#3488
  • This is was not part of the v2.12 release, so we don't need any patch releases

@daniel-weisse daniel-weisse added the no changelog Change won't be listed in release changelog label Oct 16, 2023
@daniel-weisse daniel-weisse added this to the v2.13.0 milestone Oct 16, 2023
@netlify
Copy link

netlify bot commented Oct 16, 2023

Deploy Preview for constellation-docs canceled.

Name Link
🔨 Latest commit 9d3feb9
🔍 Latest deploy log https://app.netlify.com/sites/constellation-docs/deploys/652ced6dd82c640008f56e0d

Copy link
Contributor

@elchead elchead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. how did you see that? would an e2e test before merging uncovered that?

@daniel-weisse
Copy link
Member Author

how did you see that?

miniConstellation e2e test have been failing since this was merged

would an e2e test before merging uncovered that?

Yes, but I don't think running the e2e tests specifically for the one PR is necessary, since our daily/weekly tests catch this issue. I would also not expect every dependency update to bring in issues that inhibit usage of said dependency (which is the case here).

@daniel-weisse daniel-weisse merged commit 93b70e5 into main Oct 16, 2023
5 checks passed
@daniel-weisse daniel-weisse deleted the revert/libvirt-v0.7.1 branch October 16, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Change won't be listed in release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants