Skip to content

Commit

Permalink
Bump terraform addon version (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixd authored Aug 25, 2023
1 parent fd419c6 commit 915cb19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/terraform/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terraform
version: 1.1.2
version: 1.1.3
description: Terraform Controller is a Kubernetes Controller for Terraform.
icon: https://static.kubevela.net/images/logos/terraform.png
url: https://github.com/oam-dev/terraform-controller
Expand Down
3 changes: 2 additions & 1 deletion addons/terraform/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ A Kubernetes [Terraform Controller](https://github.com/oam-dev/terraform-control
| 1.0.11 | v0.7.5 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.0.12 | v0.7.6 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.0.13 | v0.7.7 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.1.2 | v0.7.11 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.1.2 | v0.7.11 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
| 1.1.3 | v0.7.12 | 1.0.2 | alicloud 1.140.0; random 3.1.0 |
2 changes: 1 addition & 1 deletion addons/terraform/resources/terraform-controller.cue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: {
repoType: "helm"
url: "https://kubevela.github.io/charts"
chart: "terraform-controller"
version: "0.7.11"
version: "0.7.12"
upgradeCRD: parameter.upgradeCRD
if parameter.values != _|_ {
values: parameter.values
Expand Down

0 comments on commit 915cb19

Please sign in to comment.