Skip to content
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

terragrunt/0.59.5-r0: cve remediation #22716

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Jun 26, 2024

Copy link
Contributor Author

octo-sts bot commented Jun 26, 2024

Open AI suggestions to solve the build error:

The error message is: "ERROR: failed to build package. the build environment has been preserved:
INFO   workspace dir: /temp/melange-workspace-897938495
INFO   guest dir: /temp/melange-guest-120758191
INFO error during command execution: failed to build package: unable to run package terragrunt pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/terragrunt-0.59.5-r1.apk] Error 1
make: *** [Makefile:101: package/terragrunt] Error 2
make[1]: Leaving directory '/github/home'
##[error]Process completed with exit code 2."

1. Verify dependencies for terragrunt are installed.
2. Check the Makefile for correct paths and commands.
3. Ensure the build environment is correctly set up.
4. Review logs in /temp/melange-workspace-897938495 and /temp/melange-guest-120758191 for specific errors.
5. Run the build command manually to identify the exact failure point.
6. Update terragrunt version if necessary.

@debasishbsws debasishbsws self-assigned this Jun 27, 2024
Signed-off-by: debasishbsws <debasishbsws.dev@gmail.com>
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
Copy link
Contributor

Package terragrunt: Click to expand/collapse

Package terragrunt:

.PKGINFO metadata:

  strings.Join({
  	"# Generated by melange",
  	"pkgname = terragrunt",
- 	"pkgver = 0.59.5-r0",
+ 	"pkgver = 0.59.5-r1",
  	"arch = x86_64",
- 	"size = 59054316",
+ 	"size = 64812097",
  	"origin = terragrunt",
  	"pkgdesc = Thin wrapper for Terraform providing extra tools",
  	"url = ",
- 	"commit = a4414e41ef853538d2433b66ddeb54d557278f16",
- 	"builddate = 1718986353",
- 	"license = MIT",
- 	"depend = so:ld-linux-x86-64.so.2",
- 	"depend = so:libc.so.6",
- 	"depend = so:libresolv.so.2",
+ 	"commit = 824eecac3f8bd02419558fb36ca2d3c7586daa67",
+ 	"license = MIT",
  	"depend = terraform",
- 	"provides = cmd:terragrunt=0.59.5-r0",
- 	"datahash = 9ffb9c3651f8e99451e4095d1780ef4d0c58650a3543ae1f88071422594e3a5f",
+ 	"provides = cmd:terragrunt=0.59.5-r1",
+ 	"datahash = ad1259cc473647ca00dc4265037de2881523dec2159642837122dae221491132",
  	"",
  }, "\n")

Modified: /usr/bin/terragrunt

Copy link
Contributor

Package terragrunt: Click to expand/collapse

Package terragrunt:

.PKGINFO metadata:

  strings.Join({
  	"# Generated by melange",
  	"pkgname = terragrunt",
- 	"pkgver = 0.59.5-r0",
+ 	"pkgver = 0.59.5-r1",
  	"arch = x86_64",
- 	"size = 59054316",
+ 	"size = 64812097",
  	"origin = terragrunt",
  	"pkgdesc = Thin wrapper for Terraform providing extra tools",
  	"url = ",
- 	"commit = a4414e41ef853538d2433b66ddeb54d557278f16",
- 	"builddate = 1718986353",
- 	"license = MIT",
- 	"depend = so:ld-linux-x86-64.so.2",
- 	"depend = so:libc.so.6",
- 	"depend = so:libresolv.so.2",
+ 	"commit = a7641aa0242b1b23c3468405af2a648747209f84",
+ 	"license = MIT",
  	"depend = terraform",
- 	"provides = cmd:terragrunt=0.59.5-r0",
- 	"datahash = 9ffb9c3651f8e99451e4095d1780ef4d0c58650a3543ae1f88071422594e3a5f",
+ 	"provides = cmd:terragrunt=0.59.5-r1",
+ 	"datahash = dcf04179e1ce59196392b8e2e1c1bd43dff206bfd8feceeb37415a7be765991e",
  	"",
  }, "\n")

Modified: /usr/bin/terragrunt

@cpanato cpanato merged commit 00ae3bd into main Jun 27, 2024
8 checks passed
@cpanato cpanato deleted the cve-terragrunt-943c81a57c1e08a208c4ffa8f69434a9 branch June 27, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants