Description
Update libvirt provider version to fix SSH connection issues
Description
The current version of the libvirt provider (0.8.0) should be updated to address SSH connection issues that have been reported in the upstream provider (dmacvicar/terraform-provider-libvirt#1165).
Current Behavior
- Using libvirt provider version 0.8.0
- SSH connections may be affected by the same issues reported in the upstream provider
Expected Behavior
- Update to a version that fixes the SSH connection issues
- Ensure compatibility with existing cluster configurations
Impact
This issue affects:
- SSH connections to VMs
- Cloud-init initialization
- Remote provisioning of VMs
Proposed Solution
- Update the libvirt provider version in
embed/terraform/versions.tf
- Test the changes with various network configurations
- Update documentation if necessary
References
Additional Context
The issue was reported in the upstream provider where SSH connections stopped working after upgrading to 0.8.2. We should proactively address this to prevent similar issues in Kubitect.
Description
The current version of the libvirt provider (0.8.0) should be updated to address SSH connection issues that have been reported in the upstream provider (dmacvicar/terraform-provider-libvirt#1165).
Current Behavior
- Using libvirt provider version 0.8.0
- SSH connections may be affected by the same issues reported in the upstream provider
Expected Behavior
- Update to a version that fixes the SSH connection issues
- Ensure compatibility with existing cluster configurations
Impact
This issue affects:
- SSH connections to VMs
- Cloud-init initialization
- Remote provisioning of VMs
Proposed Solution
- Update the libvirt provider version in
embed/terraform/versions.tf
- Test the changes with various network configurations
- Update documentation if necessary
References
Additional Context
The issue was reported in the upstream provider where SSH connections stopped working after upgrading to 0.8.2. We should proactively address this to prevent similar issues in Kubitect.