Below you will find pages that utilize the taxonomy term “devsectop”
October 29, 2024
Terraform/OpenTofu via Pull Request
Version updated for DevSecTop/TF-via-PR to version v12.0.3.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Improved Consistent naming within README documentation (thanks to @garysassano). Fixed Interpolation of arg-workspace input within plan file artifact name. Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v12.0.2...v12.0.3
October 28, 2024
Terraform/OpenTofu via Pull Request
Version updated for DevSecTop/TF-via-PR to version v12.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Count of diff lines in the output. Improved Reorder above-the-fold content in the README. Consistent use of arguments throughout workflow examples. Use -json for diff command comparison of plan files with plan-parity enabled. Reveal diff command output during plan-parity comparison. Append ‘…’ ellipsis to truncated plan or diff outputs if exceeding character limit.
October 22, 2024
Terraform/OpenTofu via Pull Request
Version updated for DevSecTop/TF-via-PR to version v12.0.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v12 Enhanced Commands, Outputs and Examples Highlights (view blog) Around 55% reduction in codebase by consolidating action.yaml within Bash, lowering the barrier to entry for contributors. Configurable rendering of command inputs and outputs without wrapper script (e.g., hide-args from PR comment). Streamlined documentation with a focus on workflow examples for common use-cases.
October 11, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.4.6.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Interpolation of auto-approve argument handling (thank you, @chris3ware). Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v11.4.5...v11.4.6
October 11, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.4.5.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Interpolation of auto-approve argument. Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v11.4.4...v11.4.5
October 1, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.4.4.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Correctly parse and retrieve tenv versions beyond the latest one (thank you, @ego93!). New tenv_arch input parameter to select a tenv’s architecture in place of the default “amd64”. Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v11.4.3...v11.4.4
September 13, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.4.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Remove unnecessary arguments from apply command. Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v11.3.0...v11.4.1
September 9, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.3.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Optionally pin the version of tenv tool used by TF-via-PR with the new tenv_version input parameter.
If tf_version input is being used and the following error is observed:
Failed to detect a version allowing to call terraform : <nil>: Failed to read file; The configuration file “main.
September 9, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.2.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Optionally compare the existing TF plan file with a newly-generated one, in order to prevent stale apply using the new plan_parity input parameter. Comparison is conducted via normalized string comparison of the plan outlines. If the outlines are identical, the old TF plan file is replaced by the new one before apply, otherwise proceeding as usual.
August 26, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.1.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Optionally encrypt the TF plan file before uploading it as a repository artifact, in order to prevent exposure of sensitive data using the new encrypt_passphrase input parameter.
Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v11.0.2...v11.1.0
July 31, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.0.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Updated Include more documentation examples with arg_lock for real-world use-cases (thanks @garysassano). Reorder input arguments for better presentation of identifying information first. Switch sample-bucket resources to use tofu-provisioned setup. Fixed Check for tofu CLI in PATH and use it if available. Commits changelog: https://github.
July 30, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v11.0.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Highlights Input individual command arguments instead of a string. Expand support for PR automation event triggers. Added Separate input parameters for each command argument passed into TF. Leverage github-script instead of bash for handling workflow logic and GitHub API. Support for tenv to avoid TF wrapper script.
July 2, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v10.7.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Support for workflows triggered by merge_group event. (#244) (meta) Automation to update major versn relelase tag to latest. (#239) Fixed Default diff indicator prefix for informational changes. (#236) Changed (meta) Bumped terraform deps. (#240 #241) Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v10.6.0...v10.7.0
June 25, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v10.6.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Diff indicators to color-code change outline. (https://github.com/DevSecTop/TF-via-PR/pull/227 https://github.com/DevSecTop/TF-via-PR/pull/235) + resource.address will be created - resource.address will be destroyed ! resource.address will be updated # resource.address has been changed Option to toggle addition of PR labels via label_enable input parameter. (https://github.com/DevSecTop/TF-via-PR/pull/231) Changed Simplify sample workflow trigger and scope.
May 19, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v10.4.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Append outline of planned changes to the PR comment, truncated to the first 12,000 characters (e.g., random_pet.name[0] will be created). Commits changelog: https://github.com/DevSecTop/TF-via-PR/compare/v10.3.0...v10.4.0
May 15, 2024
OpenTofu/Terraform via Pull Request
Version updated for DevSecTop/TF-via-PR to version v10.3.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Output comment_summary of TF output (e.g., “Plan: 1 to add, 0 to change, 0 to destroy.”) Requires checks: write permission. Copy TF output to the job summary for easier access within GitHub Actions > Jobs. Changed (meta) Dependabot configuration to keep Terraform dependencies up-to-date in a group (until OpenTofu catches up).
April 3, 2024
OpenTofu/Terraform via PR Comments
Version updated for DevSecTop/TF-via-PR-Comments to version v10.1.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Reference path to github-script files. Changed Moved reference workflows into “examples/” directory to prevent mistriggers. Commits changelog: https://github.com/DevSecTop/TF-via-PR-Comments/compare/v10...v10.1.0
March 28, 2024
OpenTofu/Terraform via PR Comments
Version updated for DevSecTop/TF-via-PR-Comments to version v10.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Highlight In addition to the existing PR comment trigger, support TF execution directly via command_input within the workflow to enable more flexible and dynamic use-cases, including parallel runs in matrix strategy.
Added Support TF execution directly via command_input string. Multiple workflow examples with associated permissions and triggers for usage clarity.
February 21, 2024
Terraform/OpenTofu via PR Comments
Version updated for devsectop/tf-via-pr-comments to version v9.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Separate out github-scripts to external files by @rdhar in https://github.com/devsectop/tf-via-pr-comments/pull/187 chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in https://github.com/devsectop/tf-via-pr-comments/pull/185 chore(deps): bump aws-actions/configure-aws-credentials from 4.0.1 to 4.0.2 by @dependabot in https://github.com/devsectop/tf-via-pr-comments/pull/186 Commits changelog: https://github.com/devsectop/tf-via-pr-comments/compare/v9.0.3...v9.1.0
December 5, 2023
Terraform/OpenTofu via PR Comments
Version updated for devsectop/tf-via-pr-comments to version v9.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed Sourced from actions/github-script’s releases.
Commits changelog: https://github.com/devsectop/tf-via-pr-comments/compare/v9.0.0...v9.0.1
November 16, 2023
TF Via PR Comments
Version updated for devsectop/tf-via-pr-comments to version v9.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Highlight This project is now available as a GitHub Action and distributed via the GitHub Marketplace!
Added Composite action.yml to support GitHub Action implementation. Example tf.yml workflow for a functional demonstration of the GitHub Action… in action. Screenshots (with prefers-color-scheme dark and light) to exhibit a typical interaction within a PR conversation at the very top of README.