Skip to content

Commit

Permalink
Merge pull request #2356 from chatwork/mod-up-provider-terraform-cont…
Browse files Browse the repository at this point in the history
…roller-20240131150311

[provider-terraform-controller] update
  • Loading branch information
cw-circleci authored Jan 31, 2024
2 parents cd63234 + c27720f commit ba561e3
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 28 deletions.
2 changes: 1 addition & 1 deletion provider-terraform-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG CROSSPLANE_PROVIDER_TERRAFORM_VERSION=0.3.0
FROM crossplane/provider-terraform-controller:v${CROSSPLANE_PROVIDER_TERRAFORM_VERSION}

ARG CROSSPLANE_PROVIDER_TERRAFORM_VERSION=0.3.0
ARG TERRAFORM_VERSION=1.7.1
ARG TERRAFORM_VERSION=1.7.2

LABEL version="${CROSSPLANE_PROVIDER_TERRAFORM_VERSION}-${TERRAFORM_VERSION}"
LABEL maintainer="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion provider-terraform-controller/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ command:
/usr/local/bin/terraform version:
exit-status: 0
stdout:
- Terraform v1.7.1
- Terraform v1.7.2
119 changes: 93 additions & 26 deletions provider-terraform-controller/variant.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies:
- 0.2.0
- 0.3.0
terraform:
version: 1.7.1
previousVersion: 1.7.0
version: 1.7.2
previousVersion: 1.7.1
versions:
- 1.2.5
- 1.2.6
Expand Down Expand Up @@ -47,9 +47,10 @@ dependencies:
- 1.6.6
- 1.7.0
- 1.7.1
- 1.7.2
githubRelease:
assets: []
assets_url: https://api.github.com/repos/hashicorp/terraform/releases/138323143/assets
assets_url: https://api.github.com/repos/hashicorp/terraform/releases/139335454/assets
author:
avatar_url: https://avatars.githubusercontent.com/u/82989873?v=4
events_url: https://api.github.com/users/hc-github-team-es-release-engineering/events{/privacy}
Expand All @@ -70,38 +71,43 @@ dependencies:
type: User
url: https://api.github.com/users/hc-github-team-es-release-engineering
body: |+
## 1.7.1 (January 24, 2024)
## 1.7.2 (January 31, 2024)

BUG FIXES:

* `terraform test`: Fix crash when referencing variables or functions within the file level `variables` block. ([#34531](https://github.com/hashicorp/terraform/issues/34531))
* `terraform test`: Fix crash when `override_module` block was missing the `outputs` attribute. ([#34563](https://github.com/hashicorp/terraform/issues/34563))
* backend/s3: No longer returns error when IAM user or role does not have access to the default workspace prefix `env:`. ([#34511](https://github.com/hashicorp/terraform/pull/34511))
* cloud: When triggering a run, the .terraform/modules directory was being excluded from the configuration upload causing Terraform Cloud to try (and sometimes fail) to re-download the modules. ([#34543](https://github.com/hashicorp/terraform/issues/34543))

created_at: "2024-01-24T11:49:52Z"
ENHANCEMENTS:

* `terraform fmt`: Terraform mock data files (`.tfmock.hcl`) will now be included when executing the format command. ([#34580](https://github.com/hashicorp/terraform/issues/34580))
* Add additional diagnostics when a generated provider block that fails schema validation requires explicit configuration. ([#34595](https://github.com/hashicorp/terraform/issues/34595))

created_at: "2024-01-31T14:19:49Z"
draft: false
html_url: https://github.com/hashicorp/terraform/releases/tag/v1.7.1
id: 138323143
name: v1.7.1
node_id: RE_kwDOAQ6CpM4IPqTH
html_url: https://github.com/hashicorp/terraform/releases/tag/v1.7.2
id: 139335454
name: v1.7.2
node_id: RE_kwDOAQ6CpM4IThce
prerelease: false
published_at: "2024-01-24T12:36:42Z"
published_at: "2024-01-31T14:49:39Z"
reactions:
"+1": 10
"+1": 1
"-1": 0
confused: 0
eyes: 1
heart: 1
hooray: 1
laugh: 2
rocket: 1
total_count: 16
url: https://api.github.com/repos/hashicorp/terraform/releases/138323143/reactions
tag_name: v1.7.1
tarball_url: https://api.github.com/repos/hashicorp/terraform/tarball/v1.7.1
target_commitish: e7e6cd1d6773c2d598c843560b7e318236d9a91c
upload_url: https://uploads.github.com/repos/hashicorp/terraform/releases/138323143/assets{?name,label}
url: https://api.github.com/repos/hashicorp/terraform/releases/138323143
zipball_url: https://api.github.com/repos/hashicorp/terraform/zipball/v1.7.1
eyes: 0
heart: 0
hooray: 0
laugh: 0
rocket: 0
total_count: 1
url: https://api.github.com/repos/hashicorp/terraform/releases/139335454/reactions
tag_name: v1.7.2
tarball_url: https://api.github.com/repos/hashicorp/terraform/tarball/v1.7.2
target_commitish: e989d235c772e3dca0439b34e9bbbbaa1fb7dac7
upload_url: https://uploads.github.com/repos/hashicorp/terraform/releases/139335454/assets{?name,label}
url: https://api.github.com/repos/hashicorp/terraform/releases/139335454
zipball_url: https://api.github.com/repos/hashicorp/terraform/zipball/v1.7.2
meta:
dependencies:
terraform:
Expand Down Expand Up @@ -2369,3 +2375,64 @@ meta:
upload_url: https://uploads.github.com/repos/hashicorp/terraform/releases/138323143/assets{?name,label}
url: https://api.github.com/repos/hashicorp/terraform/releases/138323143
zipball_url: https://api.github.com/repos/hashicorp/terraform/zipball/v1.7.1
1.7.2:
githubRelease:
assets: []
assets_url: https://api.github.com/repos/hashicorp/terraform/releases/139335454/assets
author:
avatar_url: https://avatars.githubusercontent.com/u/82989873?v=4
events_url: https://api.github.com/users/hc-github-team-es-release-engineering/events{/privacy}
followers_url: https://api.github.com/users/hc-github-team-es-release-engineering/followers
following_url: https://api.github.com/users/hc-github-team-es-release-engineering/following{/other_user}
gists_url: https://api.github.com/users/hc-github-team-es-release-engineering/gists{/gist_id}
gravatar_id: ""
html_url: https://github.com/hc-github-team-es-release-engineering
id: 82989873
login: hc-github-team-es-release-engineering
node_id: MDQ6VXNlcjgyOTg5ODcz
organizations_url: https://api.github.com/users/hc-github-team-es-release-engineering/orgs
received_events_url: https://api.github.com/users/hc-github-team-es-release-engineering/received_events
repos_url: https://api.github.com/users/hc-github-team-es-release-engineering/repos
site_admin: false
starred_url: https://api.github.com/users/hc-github-team-es-release-engineering/starred{/owner}{/repo}
subscriptions_url: https://api.github.com/users/hc-github-team-es-release-engineering/subscriptions
type: User
url: https://api.github.com/users/hc-github-team-es-release-engineering
body: |+
## 1.7.2 (January 31, 2024)

BUG FIXES:

* backend/s3: No longer returns error when IAM user or role does not have access to the default workspace prefix `env:`. ([#34511](https://github.com/hashicorp/terraform/pull/34511))
* cloud: When triggering a run, the .terraform/modules directory was being excluded from the configuration upload causing Terraform Cloud to try (and sometimes fail) to re-download the modules. ([#34543](https://github.com/hashicorp/terraform/issues/34543))

ENHANCEMENTS:

* `terraform fmt`: Terraform mock data files (`.tfmock.hcl`) will now be included when executing the format command. ([#34580](https://github.com/hashicorp/terraform/issues/34580))
* Add additional diagnostics when a generated provider block that fails schema validation requires explicit configuration. ([#34595](https://github.com/hashicorp/terraform/issues/34595))

created_at: "2024-01-31T14:19:49Z"
draft: false
html_url: https://github.com/hashicorp/terraform/releases/tag/v1.7.2
id: 139335454
name: v1.7.2
node_id: RE_kwDOAQ6CpM4IThce
prerelease: false
published_at: "2024-01-31T14:49:39Z"
reactions:
"+1": 1
"-1": 0
confused: 0
eyes: 0
heart: 0
hooray: 0
laugh: 0
rocket: 0
total_count: 1
url: https://api.github.com/repos/hashicorp/terraform/releases/139335454/reactions
tag_name: v1.7.2
tarball_url: https://api.github.com/repos/hashicorp/terraform/tarball/v1.7.2
target_commitish: e989d235c772e3dca0439b34e9bbbbaa1fb7dac7
upload_url: https://uploads.github.com/repos/hashicorp/terraform/releases/139335454/assets{?name,label}
url: https://api.github.com/repos/hashicorp/terraform/releases/139335454
zipball_url: https://api.github.com/repos/hashicorp/terraform/zipball/v1.7.2

0 comments on commit ba561e3

Please sign in to comment.