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

Add terraform 1.9 and Harbor 2.11 in matrix tests and remove TF 1.6 and harbor 2.8 #458

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.6.*'
- '1.7.*'
- '1.8.*'
- '1.9.*'
harbor:
- '1.15.*' # harbor 2.11
- '1.14.*' # harbor 2.10
- '1.13.*' # harbor 2.9
- '1.12.*' # harbor 2.8
steps:

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Configure and manage Harbor with Terraform and [Pulumi](https://github.com/pulum
Our acceptance tests are run against specific versions of Harbor and Terraform to ensure compatibility.
For the latest version of the provider, we ran the tests against the following versions of Harbor and Terraform:
### Harbor Versions
- `2.8`
- `2.9`
- `2.10`
- `2.11`

### Terraform Versions
- `1.6`
- `1.7`
- `1.8`
- `1.9`

Please note that while we strive to maintain compatibility with these versions, we recommend always using the latest versions of Harbor and Terraform for the best experience.

Expand Down