Releases: RoseSecurity/terrafetch
Releases · RoseSecurity/terrafetch
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/[email protected]
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/[email protected]
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
v0.2.0
What's Changed
- feat: add more outputs, clean up tui, and update gitignore by @RoseSecurity in #5
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Updated pipelines and documentation
- feat: clean up output to be aligned by @RoseSecurity in #4
Full Changelog: v0.1.0...v0.1.1