-
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: bump terraform version to latest 0.15.1 #1512
chore: bump terraform version to latest 0.15.1 #1512
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1512 +/- ##
==========================================
- Coverage 70.21% 70.08% -0.13%
==========================================
Files 94 94
Lines 6530 6485 -45
==========================================
- Hits 4585 4545 -40
+ Misses 1555 1554 -1
+ Partials 390 386 -4
Continue to review full report at Codecov.
|
Dockerfile
Outdated
@@ -3,7 +3,7 @@ FROM runatlantis/atlantis-base:v3.5 | |||
LABEL authors="Anubhav Mishra, Luke Kysow" | |||
|
|||
# install terraform binaries | |||
ENV DEFAULT_TERRAFORM_VERSION=0.14.10 | |||
ENV DEFAULT_TERRAFORM_VERSION=0.15.0 | |||
|
|||
# In the official Atlantis image we only have the latest of each Terraform version. | |||
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.14 0.12.30 0.13.6 ${DEFAULT_TERRAFORM_VERSION}" && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't 0.14.10
be added here for folks still on the 0.14
branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah good catch, just pushed the update for this! thanks!
Looks good but like @pauloconnor said, let's add the latest version of 0.14 in the available versions. |
@nishkrishnan does the default conftest version need to be bumped from v0.21.0 -> v0.22.0+? |
yeah this PR will fix it #1516 sorry about the inconvenience. |
ah ok - no worries, thanks! |
FYI #1516 was just merged. You'll need to ensure you rebase off of the latest |
#1530 should fix this. Sorry, we're rejigging our builds after the codecov issue. |
Okay please rebase and see if that fixed it |
…erraform-version-bump
woot 🎉 |
0.15.00.15.1