From 1b17d16dcabc617763dd5592d92bc13732c05a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 13:11:45 +0000 Subject: [PATCH] build(deps): bump clouddrove/smurf from 1.1.1 to 1.1.2 Bumps [clouddrove/smurf](https://github.com/clouddrove/smurf) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/clouddrove/smurf/releases) - [Commits](https://github.com/clouddrove/smurf/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: clouddrove/smurf dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/smurf_docker_helm.yml | 26 ++++++++++++------------- .github/workflows/smurf_terraform.yml | 14 ++++++------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/smurf_docker_helm.yml b/.github/workflows/smurf_docker_helm.yml index d5fb188c..e522c668 100644 --- a/.github/workflows/smurf_docker_helm.yml +++ b/.github/workflows/smurf_docker_helm.yml @@ -203,7 +203,7 @@ jobs: - name: Docker Image Build if: inputs.docker_buildkit_enable != 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: >- @@ -213,7 +213,7 @@ jobs: - name: Docker Image Build with Buildkit if: inputs.docker_buildkit_enable == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: >- @@ -298,14 +298,14 @@ jobs: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - name: Docker Image Scan - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: scan ${{ inputs.docker_image_name }}:${{ inputs.docker_image_tag }} - name: Docker Image Tag if: inputs.docker_push == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: >- @@ -314,7 +314,7 @@ jobs: - name: Docker Image Push if: inputs.docker_push == 'true' && inputs.gcp_docker_push != 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: >- @@ -323,7 +323,7 @@ jobs: - name: Docker Image Push in GCP if: inputs.docker_push == 'true' && inputs.gcp_docker_push == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: sdkr command: >- @@ -339,13 +339,13 @@ jobs: uses: actions/checkout@v4 - name: Helm Lint - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: lint ${{ inputs.helm_chart_directory }} -f ${{ inputs.helm_values_file_path }} - name: Helm Template - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: >- @@ -404,27 +404,27 @@ jobs: - name: Helm Plugin if: inputs.helm_plugin_install == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: plugin ${{ inputs.helm_plugins }} - name: Add Helm Chart if: inputs.helm_repo_add == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: repo add ${{ inputs.helm_repository }} ${{ inputs.helm_repository_url }} - name: Update Helm Charts if: inputs.helm_repo_add == 'true' - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: repo update - name: Helm Deploy - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: >- @@ -485,7 +485,7 @@ jobs: shell: bash - name: Helm Rollback - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: selm command: >- diff --git a/.github/workflows/smurf_terraform.yml b/.github/workflows/smurf_terraform.yml index bb3fccb6..be2821e5 100644 --- a/.github/workflows/smurf_terraform.yml +++ b/.github/workflows/smurf_terraform.yml @@ -89,19 +89,19 @@ jobs: terraform_version: '${{ inputs.terraform_version }}' - name: Terraform Format - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: format -r - name: Terraform Init - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'init --dir=${{ inputs.terraform_directory }}' - name: Terraform Validate - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'validate --dir=${{ inputs.terraform_directory }}' @@ -157,13 +157,13 @@ jobs: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - name: Terraform Init - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'init --dir=${{ inputs.terraform_directory }}' - name: Terraform Plan - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'plan --dir=${{ inputs.terraform_directory }}' @@ -178,7 +178,7 @@ jobs: issue-title: Terraform Plan for Infrastructure Update - name: Terraform Apply - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'apply --auto-approve --dir=${{ inputs.terraform_directory }}' @@ -195,7 +195,7 @@ jobs: terraform_version: '${{ inputs.terraform_version }}' - name: Terraform Destroy - uses: clouddrove/smurf@v1.1.1 + uses: clouddrove/smurf@v1.1.2 with: tool: stf command: 'destroy --auto-approve --dir=${{ inputs.terraform_directory }}'