From 47dda5162812a024c50a042e1eb698b82dca28f0 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Tue, 22 Oct 2024 15:16:12 +0300 Subject: [PATCH] chore: Update default terraform version to 1.5.7 (#345) --- .../pipelines/infrastructure/bitbucket-build-default.yaml | 2 +- .../templates/pipelines/infrastructure/bitbucket-build-edp.yaml | 2 +- .../templates/pipelines/infrastructure/bitbucket-review.yaml | 2 +- .../pipelines/infrastructure/gerrit-build-default.yaml | 2 +- .../templates/pipelines/infrastructure/gerrit-build-edp.yaml | 2 +- .../templates/pipelines/infrastructure/gerrit-review.yaml | 2 +- .../pipelines/infrastructure/github-build-default.yaml | 2 +- .../templates/pipelines/infrastructure/github-build-edp.yaml | 2 +- .../templates/pipelines/infrastructure/github-review.yaml | 2 +- .../pipelines/infrastructure/gitlab-build-default.yaml | 2 +- .../templates/pipelines/infrastructure/gitlab-build-edp.yaml | 2 +- .../templates/pipelines/infrastructure/gitlab-review.yaml | 2 +- .../pipelines/terraform/bitbucket-build-lib-default.yaml | 2 +- .../templates/pipelines/terraform/bitbucket-build-lib-edp.yaml | 2 +- .../templates/pipelines/terraform/bitbucket-review-lib.yaml | 2 +- .../templates/pipelines/terraform/gerrit-build-lib-default.yaml | 2 +- .../templates/pipelines/terraform/gerrit-build-lib-edp.yaml | 2 +- .../templates/pipelines/terraform/gerrit-review-lib.yaml | 2 +- .../templates/pipelines/terraform/github-build-lib-default.yaml | 2 +- .../templates/pipelines/terraform/github-build-lib-edp.yaml | 2 +- .../templates/pipelines/terraform/github-review-lib.yaml | 2 +- .../templates/pipelines/terraform/gitlab-build-lib-default.yaml | 2 +- .../templates/pipelines/terraform/gitlab-build-lib-edp.yaml | 2 +- .../templates/pipelines/terraform/gitlab-review-lib.yaml | 2 +- charts/pipelines-library/templates/tasks/terraform-check.yaml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-default.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-default.yaml index 35119490..8fccc1d4 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-default.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-edp.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-edp.yaml index 0b56b71a..e0738820 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-build-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-review.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-review.yaml index 2db7b2b8..b938cf32 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-review.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/bitbucket-review.yaml @@ -40,7 +40,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-default.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-default.yaml index 42bc7277..ffb028d4 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-default.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-edp.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-edp.yaml index e83dae82..40c5fb83 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-build-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-review.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-review.yaml index a62998f5..7b18a44c 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-review.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gerrit-review.yaml @@ -39,7 +39,7 @@ spec: description: Target branch of Merge Request - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/github-build-default.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/github-build-default.yaml index 4844deb7..a86bea39 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/github-build-default.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/github-build-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/github-build-edp.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/github-build-edp.yaml index e30c6056..a40257aa 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/github-build-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/github-build-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/github-review.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/github-review.yaml index faca4f4d..5567b02a 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/github-review.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/github-review.yaml @@ -43,7 +43,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-default.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-default.yaml index 86d2ad4f..375f5aac 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-default.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-edp.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-edp.yaml index 7d352dce..6c29685d 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-build-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-review.yaml b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-review.yaml index b394da8b..a365bf81 100644 --- a/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-review.yaml +++ b/charts/pipelines-library/templates/pipelines/infrastructure/gitlab-review.yaml @@ -40,7 +40,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-default.yaml b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-default.yaml index 26ab220b..110538ad 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-default.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-edp.yaml b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-edp.yaml index d18e9709..d938abce 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-build-lib-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-review-lib.yaml b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-review-lib.yaml index 1eb40fc7..122b5b45 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/bitbucket-review-lib.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/bitbucket-review-lib.yaml @@ -36,7 +36,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-default.yaml b/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-default.yaml index 40730186..f3eede36 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-default.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-edp.yaml b/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-edp.yaml index eab5d2a6..c4f1097f 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gerrit-build-lib-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/gerrit-review-lib.yaml b/charts/pipelines-library/templates/pipelines/terraform/gerrit-review-lib.yaml index d1f61054..2effc95d 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gerrit-review-lib.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gerrit-review-lib.yaml @@ -39,7 +39,7 @@ spec: description: Target branch of Merge Request - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-default.yaml b/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-default.yaml index 732832da..c9fe478e 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-default.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-edp.yaml b/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-edp.yaml index 88d7933f..01054e2e 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/github-build-lib-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/github-review-lib.yaml b/charts/pipelines-library/templates/pipelines/terraform/github-review-lib.yaml index 1b4793f0..40bafad0 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/github-review-lib.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/github-review-lib.yaml @@ -39,7 +39,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-default.yaml b/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-default.yaml index 9473a1bb..d3e5ab79 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-default.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-default.yaml @@ -48,7 +48,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-edp.yaml b/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-edp.yaml index d59286ec..e96ad376 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-edp.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gitlab-build-lib-edp.yaml @@ -51,7 +51,7 @@ spec: default: "" - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. {{- include "build-result" . | nindent 2 }} diff --git a/charts/pipelines-library/templates/pipelines/terraform/gitlab-review-lib.yaml b/charts/pipelines-library/templates/pipelines/terraform/gitlab-review-lib.yaml index 07dcfb12..7d06979d 100644 --- a/charts/pipelines-library/templates/pipelines/terraform/gitlab-review-lib.yaml +++ b/charts/pipelines-library/templates/pipelines/terraform/gitlab-review-lib.yaml @@ -36,7 +36,7 @@ spec: type: string - name: terraform_default_version type: string - default: "1.4.5" + default: "1.5.7" description: The default terraform version used if the `.terraform-version` file does not exist in the repository. tasks: diff --git a/charts/pipelines-library/templates/tasks/terraform-check.yaml b/charts/pipelines-library/templates/tasks/terraform-check.yaml index 60cde8b3..97547e61 100644 --- a/charts/pipelines-library/templates/tasks/terraform-check.yaml +++ b/charts/pipelines-library/templates/tasks/terraform-check.yaml @@ -23,7 +23,7 @@ spec: type: string - name: BASE_IMAGE type: string - default: epamedp/tekton-pre-commit:0.1.5 + default: epamedp/tekton-pre-commit:0.1.7 description: The terraform-check image. steps: - name: terraform