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

Bump provider version to 0.5.0 #32

Merged
merged 1 commit into from
Nov 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A Terraform Provider which adds support for Proxmox solutions.
This repository is a fork of https://github.com/danitso/terraform-provider-proxmox with several critical fixes to unblock
VM deployment in Proxmox v7.0, and a few other enhancements.

## Compatibility Matrix

| Proxmox version | Provider version |
|-----------------|--------------------------|
| 6.x | \<= 0.4.4 |
| 7.x | 0.4.x \> 0.4.4 <br>0.5.x |

## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 0.14+
- [Go](https://golang.org/doc/install) 1.16+ (to build the provider plugin)
Expand Down Expand Up @@ -44,7 +51,7 @@ In order to test the provider, you can simply run `make test`.
$ make test
```

Tests are limited to regression tests, ensuring backwards compability.
Tests are limited to regression tests, ensuring backwards compatibility.

## Known issues

Expand Down