Commit Graph
18883 Commits
Author SHA1 Message Date
anshul sharma b464f07522 description to the methods 2025-07-28 10:55:28 +05:30
anshul sharma 1ca1bf4b51 unit test cases for getting release from official site 2025-07-27 11:51:52 +05:30
anshul sharma d18efa1f96 added test cases for plugins getter 2025-07-27 08:18:21 +05:30
anshul sharma 034e357bec added test cases for getters 2025-07-26 11:19:17 +05:30
anshul sharma bc6d2a3ff4 added test cases for getters 2025-07-26 11:00:07 +05:30
anshul sharma 5f55f6f828 added test cases for getters 2025-07-26 07:32:56 +05:30
anshul sharma 3e60c779b5 added test cases for getters 2025-07-25 23:12:33 +05:30
anshul sharma 598387fe46 added test cases for getters 2025-07-25 23:05:39 +05:30
anshul sharma 37273a55fd github getter test cases 2025-07-25 22:53:03 +05:30
anshul sharma f8d6076305 manifest.json related changes 2025-07-24 15:22:03 +05:30
anshul sharma e55735296a manifest.json related changes 2025-07-24 15:20:12 +05:30
anshul sharma c1063f8644 manifest.json related changes 2025-07-24 15:19:11 +05:30
anshul sharma 26637ec673 manifest.json related changes 2025-07-24 15:15:26 +05:30
anshul sharma e8c1b290c5 lint fix 2025-07-23 12:56:58 +05:30
anshul sharma 2fd22549bf lint fix 2025-07-23 11:51:23 +05:30
anshul sharma 082c0b78b4 lint fix 2025-07-23 11:42:30 +05:30
anshul sharma 7b8e922105 changes for getter releases.hashicorp.com 2025-07-23 11:21:41 +05:30
anshul sharma 59a5abf4ab unit test coverage 2025-07-19 18:03:27 +05:30
anshul sharma 78aaaa5be8 unit test cases 2025-07-19 13:48:15 +05:30
anshul sharma 9728d4f947 unit test cases 2025-07-19 13:39:11 +05:30
anshul sharma 0869af9bdb cahnges for getting release from release official site 2025-07-18 20:47:33 +05:30
anshul sharma bdb93b458d cahnges for getting release from release official site 2025-07-18 20:40:33 +05:30
anshul sharma fb87672ec2 changes for pulling binary from releases.hashicorp.com 2025-07-14 18:57:49 +05:30
kp2099 7167626ca2 Merge pull request #13422 from hashicorp/karthik/seperate_default_commands
Seperating default execute commands for Inline and Scripts
2025-07-01 11:35:42 +05:30
Jenna Goldstrich 2fd2d7207c Bump go-git 2025-06-26 16:40:08 -07:00
Tanmay Jain ee2330683f Merge pull request #13388 from hashicorp/log-fix
Populating the PackerSensitiveVars variable
2025-06-25 09:10:18 +05:30
Tanmay Jain 24d73a2b6a Fixed Test Cases 2025-06-24 21:36:50 +05:30
Tanmay Jain 99b8f98a8b Updating a log to prevent secret leaks 2025-06-24 21:36:50 +05:30
Tanmay Jain 04dc274eaa IMPROV: Populating the PackerSensitiveVars variable 2025-06-24 21:36:50 +05:30
Tanmay Jain f70933f6b5 Updating PackerSDK version 2025-06-24 21:36:50 +05:30
karthik P 19f04a2a93 fixing test cases 2025-06-24 19:54:58 +05:30
karthik P 43d7b468de Separate out the default execute commands for Inline and Scripts 2025-06-24 18:32:43 +05:30
Lucas Bajoletandanshul sharma 4cd7ad4721 hcl2template: err on malformed local/data dep (#13340)
* hcl2template: err on malformed local/data dep

When introducing the DAG for locals and datasources, we forgot to handle
one limit case: if a dependency for a local or data is malformed, we
didn't check that a vertex was associated to it, leading to the final
DAG being malformed, and the DAG library would crash in this case.

This commit fixes this problem by checking that the dependency does
exist before attempting to add it to the graph as an edge for a vertex,
so that it is reported accurately, and do that Packer doesn't crash.

* error message change

---------

Co-authored-by: anshul sharma <[email protected]>
2025-06-17 09:22:09 +05:30
tanmay-hc 65c2eb0469 Merge pull request #13409 from bartdorlandt/patch-1
Fix typo
2025-06-12 11:28:02 +05:30
Bart Dorlandt 548a0376ff Fix typo 2025-06-07 15:17:50 +02:00
kp2099 f829fd9669 prepare version 1.13.2-dev (#13408) 2025-06-06 15:43:28 +05:30
kp2099 86e50a3e04 Merge pull request #13404 from hashicorp/karthik/prepare_version_1.13.1
prepare version 1.13.1
2025-06-06 12:48:21 +05:30
karthik P 232165097b prepare version 1.13.1 2025-06-06 12:38:34 +05:30
kp2099 c3f3859d4a Merge pull request #13396 from hashicorp/karthik/powershell_fix
Powershell Script Config Environment Variables Fix
2025-06-06 10:38:45 +05:30
karthik P c5cf57c7bb Merge branch 'main' into karthik/powershell_fix 2025-06-04 12:03:58 +05:30
anshulSharma 3c867aa571 docs: add upgrade/release notes for 1.13.0 (#13394)
* docs: add upgrade/release notes for 1.13.0

* docs: add upgrade/release notes for 1.13.0
2025-06-04 08:15:16 +05:30
karthik P 85817176d4 adding comment for extractScript 2025-06-03 23:23:12 +05:30
karthik P 49c3512da8 fixing identation and test case 2025-06-03 23:03:02 +05:30
karthik P cbee767cbc adding new line character to each written command. 2025-06-03 22:09:49 +05:30
anshulSharma 9086931f21 bump dev version (#13389)
* bump dev version

* missing changelog addition
2025-06-03 20:59:25 +05:30
karthik P 4e62b58c88 powershell enviornment variables for script config fix 2025-06-03 17:39:32 +05:30
karthik P d0a4108ba4 init commit 2025-06-03 12:46:25 +05:30
Devashish b5ed1784c2 Update PR template for PCI (#13387) v1.13.0 2025-05-30 09:28:26 -04:00
anshulSharma 9b6353a04d release version readiness (#13384)
* release version readiness

* changelog updated
2025-05-28 11:53:23 +05:30
anshulSharma 25343c4839 changes for fixing the SHA mismatch test case (#13385) 2025-05-27 14:08:41 +05:30