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

smoke-tests failing due to outdated Terraform version (0.11.14) #3913

Open
morancj opened this issue Aug 31, 2021 · 0 comments · May be fixed by #3914
Open

smoke-tests failing due to outdated Terraform version (0.11.14) #3913

morancj opened this issue Aug 31, 2021 · 0 comments · May be fixed by #3914

Comments

@morancj
Copy link
Member

morancj commented Aug 31, 2021

What you expected to happen?

smoke-tests to pass on CircleCI.

What happened?

Error installing provider "google": openpgp: signature made by unknown entity.
due to using Terraform 0.11.14 in https://github.com/weaveworks/weave/blob/master/bin/provision_test_vms.sh#L13.
Versions need to by synced across build-tools, where Terraform was bumped to 0.12.0:
weaveworks/build-tools#176

A workaround might be to pin the provider version, e.g. version = ">=2.0, <3.0", but the cross-repo dependencies make this more complicated.

How to reproduce it?

Cause the CircleCI smoke-tests to run.

Anything else we need to know?

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant