-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Bump Terraform from 0.11.7 to 0.11.8 #1515
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
Bump Terraform from 0.11.7 to 0.11.8 #1515
Conversation
0.11.8 was cut on 2018-08-15 [1,2]. The image bump moved the terraform binary into the container's PATH with sallyom/scripts-images@931c8ee8 (terraform-alpine: Install terraform into $PATH, 2018-08-16, sallyom/scripts-images#3), but the installer's tf-fmt.sh was updated to match in openshift/installer@00323486 (Bump Terraform from 0.11.7 to 0.11.8, 2018-06-09, openshift/installer#218). Bumping the image here depends on using that bumped version of tf-fmt.sh. [1]: https://github.com/hashicorp/terraform/releases/tag/v0.11.8 [2]: https://releases.hashicorp.com/terraform/0.11.8/
We'll want to revert this once we bump [1] to point to the new image. I've filed [2] with that bump. [1]: https://github.com/openshift/release/blob/4ea9040eeb4131730af491d2feb926a889a0bd62/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml#L281 [2]: openshift/release#1515
openshift/installer#218 landed. /hold cancel |
… v0.11.7" This reverts commit 856350d, openshift#218. openshift/release@bbb02d36 (Bump Terraform from 0.11.7 to 0.11.8, 2018-09-14, openshift/release#1515) has landed, so we can drop the workaround.
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@wking: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We temporarily need to support both RHEL 7 and 8 as we can't change the ci-operator image build to switch to rhel a new image in lockstep. Once the switch over is done we can remove the RHEL7 support. This should allow use to eventually remove the NSS_WRAPPER_PASSWD hack in baremetalds-packet-setup-commands.sh
0.11.8 was cut on 2018-08-15.
The image bump moved the terraform binary into the container's
PATH
with sallyom/scripts-images@931c8ee8 (sallyom/scripts-images#3), but the installer'stf-fmt.sh
was updated to match in openshift/installer#218. Bumping the image here depends on using that bumped version oftf-fmt.sh
./hold
We need openshift/installer#218 to land before this.