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

chore(deps): bump tf to 1.8.5 and fix tests #4653

Merged
merged 4 commits into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform patch 1.8.4 -> 1.8.5

Release Notes

hashicorp/terraform (hashicorp/terraform)

v1.8.5

Compare Source

1.8.5 (June 5, 2024)

BUG FIXES:

  • terraform test: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. (#​35172)

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies PRs that update a dependency file label Jun 12, 2024
@renovate renovate bot requested review from a team as code owners June 12, 2024 03:21
@renovate renovate bot enabled auto-merge (squash) June 12, 2024 03:21
@renovate renovate bot requested review from jamengual, nitrocode and X-Guardian and removed request for a team June 12, 2024 03:21
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 12, 2024
@github-actions github-actions bot added build Relating to how we build Atlantis go Pull requests that update Go code size/xs labels Jun 12, 2024
@renovate renovate bot force-pushed the renovate/main-hashicorp-terraform-1.x branch from 96b70fa to d6c70cf Compare June 12, 2024 03:39
Copy link
Contributor Author

renovate bot commented Jun 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 force-pushed the renovate/main-hashicorp-terraform-1.x branch from 32607f6 to fcf3540 Compare June 12, 2024 23:13
```
            + var = "staging"
            ╷
            │ Warning: Redundant empty provider block
            │
            │   on ../modules/null/versions.tf line 1:
            │    1: provider "null" {}
            │
            │ Earlier versions of Terraform used empty provider blocks ("proxy provider
            │ configurations") for child modules to declare their need to be passed a
            │ provider configuration by their callers. That approach was ambiguous and is
            │ now deprecated.
            │
            │ If you control this module, you can migrate to the new declaration syntax
            │ by removing all of the empty provider "null" blocks and then adding or
            │ updating an entry like the following to the required_providers block of
            │ module.null:
            │     null = {
            │       source = "hashicorp/null"
            │     }
            ╵
            ```
```
```
        logger.go:146: 2024-06-12T23:29:17.070Z	DEBUG	timer	{"name": "atlantis.autoplan.execution_time", "value": "692.334877ms", "tags": {}, "type": "timer"}
        events_controller_e2e_test.go:843: Expected terraform.lock.hcl file to be different as it should have been updated
```

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 changed the title chore(deps): update dependency hashicorp/terraform to v1.8.5 in testdrive/utils.go (main) chore(deps): bump tf to 1.8.5 and fix tests Jun 12, 2024
@chenrui333 chenrui333 disabled auto-merge June 12, 2024 23:34
@chenrui333 chenrui333 merged commit 1b5ad2c into main Jun 12, 2024
30 checks passed
@chenrui333 chenrui333 deleted the renovate/main-hashicorp-terraform-1.x branch June 12, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Relating to how we build Atlantis dependencies PRs that update a dependency file github-actions go Pull requests that update Go code size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant