Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gruntwork-io/terragrunt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.72.6
Choose a base ref
...
head repository: gruntwork-io/terragrunt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.72.8
Choose a head ref
  • 6 commits
  • 67 files changed
  • 3 contributors

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    f8723f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. feat: Add incomplete Starlight rewrite of docs site (#3760)

    * feat: Bare minimum starlight server as a starting point for prototyping
    
    * feat: Upgrading starlight
    
    * feat: Adding minimal starlight prototype
    
    * feat: Switching to starlight Filetrees
    
    * wip: WIP work on getting dynamic content
    
    * chore: Pinning relevant versions in mise.toml
    
    * fix: Fixing more filetrees
    
    * fix: Working refactor
    
    * fix: Adding dynamicity to astro
    
    * fix: Fixing another Filetree
    
    * fix: Fixing astro config
    
    * feat: Done prototyping
    
    * fix: Setting up routes to work like the legacy docs site
    
    * fix: Adding a `TODO.md`
    
    * fix: Fixing typo
    yhakbar authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f9eb618 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. feat: Add office hours banner (#3843)

    * feat: Add office hours banner
    
    * fix: Updating link for banner
    yhakbar authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    8077393 View commit details
    Browse the repository at this point in the history
  2. feat: Content parity with prod docs (#3844)

    * feat: Bare minimum starlight server as a starting point for prototyping
    
    * feat: Upgrading starlight
    
    * feat: Adding minimal starlight prototype
    
    * feat: Switching to starlight Filetrees
    
    * wip: WIP work on getting dynamic content
    
    * chore: Pinning relevant versions in mise.toml
    
    * fix: Fixing more filetrees
    
    * fix: Working refactor
    
    * fix: Adding dynamicity to astro
    
    * fix: Fixing another Filetree
    
    * fix: Fixing astro config
    
    * feat: Done prototyping
    
    * fix: Setting up routes to work like the legacy docs site
    
    * fix: Adding a `TODO.md`
    
    * fix: Fixing typo
    
    * fix: Fixing favicon
    
    * fix: Renaming all docs files so that they're lexically sorted
    
    * fix: Adding logo
    
    * feat: Working on getting features docs put together
    
    * fix: Cleaning up Stacks feature docs
    
    * feat: Adding includes docs
    
    * feat: Small adjustment to trigger deployment
    
    * fix: Add file names to all code fences
    
    * fix: Adding file names to code fences
    
    * feat: Adding scaffold
    
    * feat: Adding extra arguments docs
    
    * feat: Adding AWS authentication docs
    
    * feat: Adding hooks docs
    
    * feat: Updating hoomepage
    
    * feat: Adding auto-init docs
    
    * feat: Adding runtime control
    
    * feat: Adding provider cache server docs
    
    * feat: Adding engine docs
    
    * fix: Fixing contribution docs
    
    * fix: Fixing support docs
    
    * feat: Adding license docs
    
    * feat: Adding configuration overview
    
    * feat: Adding configuration block docs
    
    * feat: Adding attributes docs
    
    * feat: Adding functions docs
    
    * feat: Migrating CLI docs
    
    * feat: Cleaning up old configuration docs
    
    * fix: Moving over the rest of the docs
    
    * feat: Adding strict controls and experiments docs
    
    * chore: Bump pnpm
    
    * feat: Adding remaining content
    
    * fix: Bugs from merge
    
    * fix: Downgrading node and pnpm
    
    * fix: Adding package-lock.json
    
    * fix: Moving to bun
    
    * fix: Update README.md to point out that we're using bun
    
    * fix: Fixing codespell ignore to ignore bun instead of pnpm
    
    * Update docs-starlight/src/content/docs/02-features/09-hooks.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update docs-starlight/src/content/docs/02-features/12-provider-cache-server.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix: Updating banner
    
    * fix: Better TODO
    
    * fix: Fixing experiments docs
    
    * fix: Cleaning up lock file handling docs
    
    * fix: Fixing `auto-init` docs
    
    * fix: More grammar updates
    
    * fix: Fixing strict controls docs
    
    * fix: Updating scaffold docs
    
    * fix: Fixing functions docs
    
    * fix: Moving engine docs to MDX so that we can add a script to fetch the latest version on request
    
    * fix: Fixing runtime-control
    
    * fix: Fixing hooks docs
    
    * fix: Fixing aws-authentication docs
    
    * fix: Fixing includes docs
    
    * fix: Fixing state backend docs
    
    * fix: Fixing configuration blocks and terragrunt cache
    
    * fix: More typo fixes
    
    * fix: More typo fixes
    
    * fix: More English fixes
    
    * fix: More English fixes
    
    * fix: Don't try to use a link here
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    yhakbar and coderabbitai[bot] authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    33886d0 View commit details
    Browse the repository at this point in the history
  3. feat: Adding Docker Compose for local dev (#3847)

    * feat: Bare minimum starlight server as a starting point for prototyping
    
    * feat: Upgrading starlight
    
    * feat: Adding minimal starlight prototype
    
    * feat: Switching to starlight Filetrees
    
    * wip: WIP work on getting dynamic content
    
    * chore: Pinning relevant versions in mise.toml
    
    * fix: Fixing more filetrees
    
    * fix: Working refactor
    
    * fix: Adding dynamicity to astro
    
    * fix: Fixing another Filetree
    
    * fix: Fixing astro config
    
    * feat: Done prototyping
    
    * fix: Setting up routes to work like the legacy docs site
    
    * fix: Adding a `TODO.md`
    
    * fix: Fixing typo
    
    * fix: Fixing favicon
    
    * fix: Renaming all docs files so that they're lexically sorted
    
    * fix: Adding logo
    
    * feat: Working on getting features docs put together
    
    * fix: Cleaning up Stacks feature docs
    
    * feat: Adding includes docs
    
    * feat: Small adjustment to trigger deployment
    
    * fix: Add file names to all code fences
    
    * fix: Adding file names to code fences
    
    * feat: Adding scaffold
    
    * feat: Adding extra arguments docs
    
    * feat: Adding AWS authentication docs
    
    * feat: Adding hooks docs
    
    * feat: Updating hoomepage
    
    * feat: Adding auto-init docs
    
    * feat: Adding runtime control
    
    * feat: Adding provider cache server docs
    
    * feat: Adding engine docs
    
    * fix: Fixing contribution docs
    
    * fix: Fixing support docs
    
    * feat: Adding license docs
    
    * feat: Adding configuration overview
    
    * feat: Adding configuration block docs
    
    * feat: Adding attributes docs
    
    * feat: Adding functions docs
    
    * feat: Migrating CLI docs
    
    * feat: Cleaning up old configuration docs
    
    * fix: Moving over the rest of the docs
    
    * feat: Adding strict controls and experiments docs
    
    * chore: Bump pnpm
    
    * feat: Adding remaining content
    
    * fix: Bugs from merge
    
    * fix: Downgrading node and pnpm
    
    * fix: Adding package-lock.json
    
    * fix: Moving to bun
    
    * fix: Update README.md to point out that we're using bun
    
    * fix: Fixing codespell ignore to ignore bun instead of pnpm
    
    * Update docs-starlight/src/content/docs/02-features/09-hooks.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update docs-starlight/src/content/docs/02-features/12-provider-cache-server.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix: Updating banner
    
    * fix: Better TODO
    
    * fix: Fixing experiments docs
    
    * fix: Cleaning up lock file handling docs
    
    * fix: Fixing `auto-init` docs
    
    * fix: More grammar updates
    
    * fix: Fixing strict controls docs
    
    * fix: Updating scaffold docs
    
    * fix: Fixing functions docs
    
    * fix: Moving engine docs to MDX so that we can add a script to fetch the latest version on request
    
    * fix: Fixing runtime-control
    
    * fix: Fixing hooks docs
    
    * fix: Fixing aws-authentication docs
    
    * fix: Fixing includes docs
    
    * fix: Fixing state backend docs
    
    * fix: Fixing configuration blocks and terragrunt cache
    
    * fix: More typo fixes
    
    * fix: More typo fixes
    
    * fix: More English fixes
    
    * fix: More English fixes
    
    * fix: Don't try to use a link here
    
    * fix: Fixing `TODO.md` formatting
    
    * feat: Adding Docker Compose for local development
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    yhakbar and coderabbitai[bot] authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    70b8959 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    8ad5105 View commit details
    Browse the repository at this point in the history
Loading