forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Gruntwork.Terragrunt version 0.67.2 (microsoft#171640)
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Gruntwork.Terragrunt | ||
PackageVersion: 0.67.2 | ||
InstallerType: portable | ||
Commands: | ||
- terragrunt | ||
ReleaseDate: 2024-09-04 | ||
Installers: | ||
- Architecture: x86 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: terragrunt.exe | ||
PortableCommandAlias: terragrunt | ||
InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_386.exe | ||
InstallerSha256: 0e14bface34c6053ae2ecc1efeaf560039e025fd9f7c89816b811d1838a11291 | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: terragrunt.exe | ||
PortableCommandAlias: terragrunt | ||
InstallerUrl: https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.2/terragrunt_windows_amd64.exe | ||
InstallerSha256: ac839e34794e102451bde376c674666a47c5e8ff06de89601465d248dac390c3 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
27 changes: 27 additions & 0 deletions
27
manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Gruntwork.Terragrunt | ||
PackageVersion: 0.67.2 | ||
PackageLocale: en-US | ||
Publisher: Gruntwork | ||
PublisherUrl: https://terragrunt.gruntwork.io | ||
PublisherSupportUrl: https://terragrunt.gruntwork.io/docs/community/support | ||
PrivacyUrl: https://gruntwork.io/legal/privacy-policy | ||
PackageName: Terragrunt | ||
PackageUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.2 | ||
License: MIT | ||
LicenseUrl: https://github.com/gruntwork-io/terragrunt/blob/master/LICENSE.txt | ||
Copyright: © 2024 Gruntwork, Inc. All rights reserved. | ||
ShortDescription: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. | ||
Description: Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. | ||
Tags: | ||
- terragrunt | ||
ReleaseNotes: |- | ||
What's Changed | ||
chore: Tests simplification by @denis256 in #3365 | ||
build(deps-dev): bump rexml from 3.3.3 to 3.3.6 in /docs by @dependabot in #3359 | ||
chore: Migration from master to main by @denis256 in #3379 | ||
fix: Update Remote State Encryption When Configurations Are Updated by @yhakbar in #3383 | ||
ReleaseNotesUrl: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.67.2 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
7 changes: 7 additions & 0 deletions
7
manifests/g/Gruntwork/Terragrunt/0.67.2/Gruntwork.Terragrunt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Gruntwork.Terragrunt | ||
PackageVersion: 0.67.2 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |