-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96b70fa
to
d6c70cf
Compare
d6c70cf
to
192ad4c
Compare
Edited/Blocked NotificationRenovate 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. |
Signed-off-by: Rui Chen <[email protected]>
32607f6
to
fcf3540
Compare
``` + 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 <[email protected]>
chenrui333
approved these changes
Jun 12, 2024
This was referenced Jun 12, 2024
terakoya76
pushed a commit
to terakoya76/atlantis
that referenced
this pull request
Dec 31, 2024
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <[email protected]>
kvanzuijlen
pushed a commit
to kvanzuijlen/atlantis
that referenced
this pull request
Jan 4, 2025
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <[email protected]> Signed-off-by: kvanzuijlen <[email protected]>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR has been generated by Mend Renovate. View repository job log here.