-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update terragrunt version #1884
base: develop
Are you sure you want to change the base?
Conversation
WalkthroughThis pull request updates several file configurations to improve nomenclature consistency and upgrade dependencies. In the workflow configuration ( Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR represents a major restructuring of the Digger codebase, moving from a flat pkg-based structure to a modular organization with separate backend, CLI, and enterprise edition components.
Key changes:
- Moved core functionality from
pkg/
tolibs/
,backend/
,cli/
, andee/
directories for better code organization - Added new database migrations and models for enhanced project management and drift detection
- Introduced new CI backend implementations for GitHub Actions, GitLab, and Buildkite
- Added comprehensive documentation in
docs/
covering features, cloud providers, and enterprise capabilities - Updated Terragrunt version to v0.73.7 in action.yml
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
640 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi thanks for your contribution! Please address the comments to maintain backwards compatability with older versions of terragrunt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Hi @motatoes I have adopted PR to support backward compatibility |
Update action to use newer version of terragrunt as default
Summary by CodeRabbit
Chores
Refactor
These improvements help ensure a more robust and predictable user experience while supporting ongoing system enhancements. These updates further solidify infrastructure stability and align with best practices.