Skip to content

Releases: RoseSecurity/terrafetch

v0.4.2

09 Sep 18:29
1ef8640

Choose a tag to compare

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

15 Aug 19:30
6df34c7

Choose a tag to compare

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

17 Jul 16:28
b23ab8f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.4.0

v0.3.4

10 Jul 13:51
e8944b7

Choose a tag to compare

What's Changed

  • chore(config): migrate renovate config by @renovate in #13

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

26 Jun 12:47
cd42b80

Choose a tag to compare

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

26 Jun 12:41
be44eda

Choose a tag to compare

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

05 Jun 19:42
4988294

Choose a tag to compare

What's New

  • Introduces collapse_output:
- uses: RoseSecurity/[email protected]
  with:
    collapse_output: true   # flip to false for a full output

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 May 20:46

Choose a tag to compare

GitHub Action

Give your infrastructure repositories some flair by injecting Terrafetch statistics right into your documentation.

  1. Add report markers somewhere in your README.md (or any file you point the action at):
<!-- TER​RAFETCH:START -->
<!-- TER​RAFETCH:END -->
  1. Make sure your repo permissions allow the default GITHUB_TOKEN to contents: write so 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 works

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 May 03:10
8899684

Choose a tag to compare

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

18 May 02:14
0f968a6

Choose a tag to compare

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