-
Notifications
You must be signed in to change notification settings - Fork 12
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
No matching version found when used version 1.6.0 #43
Comments
+1 |
Thanks for the issue, this still uses the github release API instead of get.opentofu.org/api.json. I suspect we now have enough releases to run into pagination issues. |
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This is now fixed and released as version 1.0.5. |
@abstractionfactory |
@baixinsui this should be fixed since opentofu/get.opentofu.org#43 is now merged. Please let us know if that is not the case. |
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://github.com/terramate-io/terramate/blob/main/CONTRIBUTING.md 2. If the PR is unfinished, mark it as draft: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request 3. Please update the PR title using the Conventional Commits convention: https://www.conventionalcommits.org/en/v1.0.0/ Example: feat: add support for XYZ. --> ## What this PR does / why we need it: This PR fixes a race condition when using the `--parallel` flag in combination with outputs sharing. Trace: ``` fatal error: concurrent map writes goroutine 58 [running]: github.com/terramate-io/terramate/cmd/terramate/cli.(*cli).runAll.func7({0x140084ac9a0, {0x14008970480, 0x1, 0x1}, 0xffffffffffffffff}) github.com/terramate-io/terramate/cmd/terramate/cli/run.go:481 +0x19b8 github.com/terramate-io/terramate/scheduler.(*Parallel[...]).visitNode.func1() github.com/terramate-io/terramate/scheduler/parallel.go:87 +0xb0 github.com/terramate-io/terramate/scheduler.(*Parallel[...]).forkTask.func1() github.com/terramate-io/terramate/scheduler/parallel.go:111 +0x58 created by github.com/terramate-io/terramate/scheduler.(*Parallel[...]).forkTask in goroutine 56 github.com/terramate-io/terramate/scheduler/parallel.go:109 +0x94 ``` Additional chore commits: * Bump dev version * Upgrade setup-opentofu action because the previous version can no longer install opentofu 1.6.x, see opentofu/setup-opentofu#43 ## Special notes for your reviewer: ## Does this PR introduce a user-facing change? <!-- If no, just write "no" in the block below. If yes, please explain the change and update documentation and the CHANGELOG.md file accordingly. --> ``` no ```
The following error occurred while using github-action


opentofu/setup-opentofu@v1
with tofu-version 1.6.0.But the version 1.6.0 is existing in releases.
The text was updated successfully, but these errors were encountered: