Releases: RoseSecurity/terrafetch
Releases · RoseSecurity/terrafetch
v0.5.0
What's Changed
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 813a975 by @renovate[bot] in #49
- chore(deps): update hashicorp/setup-terraform action to v4 by @renovate[bot] in #50
- chore(deps): update step-security/harden-runner action to v2.15.0 by @renovate[bot] in #53
- perf: parallelize terraform module analysis by @RoseSecurity in #54
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.9 by @renovate[bot] in #27
- chore(deps): update step-security/harden-runner action to v2.13.1 by @renovate[bot] in #26
- fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.10 by @renovate[bot] in #28
- fix(deps): update module github.com/mattn/go-runewidth to v0.0.17 by @renovate[bot] in #29
- fix(deps): update module github.com/mattn/go-runewidth to v0.0.19 by @renovate[bot] in #30
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #25
- chore(deps): update github/codeql-action action to v4 by @renovate[bot] in #31
- chore(deps): update step-security/harden-runner action to v2.13.2 by @renovate[bot] in #32
- chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in #33
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #35
- chore(deps): update actions/setup-go action to v6.1.0 by @renovate[bot] in #34
- chore(deps): update step-security/harden-runner action to v2.13.3 by @renovate[bot] in #36
- chore(deps): update actions/checkout action to v6.0.1 by @renovate[bot] in #37
- fix(deps): update module github.com/spf13/cobra to v1.10.2 by @renovate[bot] in #38
- chore(deps): update step-security/harden-runner action to v2.14.0 by @renovate[bot] in #39
- chore(deps): update actions/setup-go action to v6.2.0 by @renovate[bot] in #40
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 7854796 by @renovate[bot] in #41
- chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in #42
- chore(deps): update step-security/harden-runner action to v2.14.1 by @renovate[bot] in #43
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 477360e by @renovate[bot] in #44
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to f4be3ba by @renovate[bot] in #46
- chore(deps): update step-security/harden-runner action to v2.14.2 by @renovate[bot] in #45
- fix(deps): update module github.com/mattn/go-runewidth to v0.0.20 by @renovate[bot] in #47
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to d9a8f43 by @renovate[bot] in #21
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to 225c06e by @renovate[bot] in #22
- fix(deps): update module github.com/spf13/cobra to v1.10.1 by @renovate[bot] in #24
- fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.8 by @renovate[bot] in #23
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to e8a84ee by @renovate[bot] in #17
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in #18
- fix(deps): update github.com/hashicorp/terraform-config-inspect digest to e06743d by @renovate[bot] in #20
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #19
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.6 by @renovate[bot] in #12
- chore: add tests by @RoseSecurity in #15
Full Changelog: v0.3.4...v0.4.0
v0.3.4
v0.3.3
What's Changed
- fix: refactor goreleaser deprecations, support binary builds, and support freebsd by @RoseSecurity in #11
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feat: add binaries to releases and support freebsd builds by @RoseSecurity in #10
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's New
- Introduces
collapse_output:
- uses: RoseSecurity/terrafetch@v0.3.1
with:
collapse_output: true # flip to false for a full output- feat: add collapsed output option by @RoseSecurity in #8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
GitHub Action
Give your infrastructure repositories some flair by injecting Terrafetch statistics right into your documentation.
- Add report markers somewhere in your
README.md(or any file you point the action at):
<!-- TERRAFETCH:START -->
<!-- TERRAFETCH:END -->- Make sure your repo permissions allow the default
GITHUB_TOKENto contents: writeso the bot can push the updated file.
Example Workflow
name: Terrafetch
on:
schedule:
- cron: "0 3 * * *" # every night at 03:00
workflow_dispatch: # manual trigger when you need it
permissions:
contents: write # let the action push changes
jobs:
terrafetch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate README stats with Terrafetch
uses: RoseSecurity/terrafetch@v0.2.0
with:
terraform_directory: infra
output_file: README.md # file with the START/END markers
terrafetch_version: 0.2.0 # "latest" also worksWhat's Changed
- feat: create a github action for terrafetch by @RoseSecurity in #6
- Update GitHub action docs by @RoseSecurity in #7
Full Changelog: v0.2.0...v0.3.0