-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: tencentcloudstack/packer-plugin-tencentcloud
base: v1.2.2
head repository: tencentcloudstack/packer-plugin-tencentcloud
compare: main
- 17 commits
- 28 files changed
- 6 contributors
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adef8db - Browse repository at this point
Copy the full SHA adef8dbView commit details -
Use a unique value as ClientToken for each RunInstances request
The purpose of ClientToken is to ensure request idempotency in case the request needs to be retried. This means the value must be unique for all unique RunInstances API calls. When building a template that references the same source multiple times (or multiple different sources), many calls to RunInstances are made. However, the same auto-generated instance name was used as "ClientToken". This changes ClientToken to be unique regardless of whether the user has supplied a unique "instance_name" for each source/build. Fixes hashicorp#6
Configuration menu - View commit details
-
Copy full SHA for 96a98f9 - Browse repository at this point
Copy the full SHA 96a98f9View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a5919e4 - Browse repository at this point
Copy the full SHA a5919e4View commit details -
Merge pull request #13 from Jalle19/fix-multisource-clienttoken
Fix multisource clienttoken
Configuration menu - View commit details
-
Copy full SHA for 988699c - Browse repository at this point
Copy the full SHA 988699cView commit details
Commits on May 16, 2025
-
Merge pull request #12 from tencentcloudstack/dev/skip_create_image
fix: Support SkipCreateImage field to skip creating an image
Configuration menu - View commit details
-
Copy full SHA for e48656c - Browse repository at this point
Copy the full SHA e48656cView commit details
Commits on May 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 11c559e - Browse repository at this point
Copy the full SHA 11c559eView commit details
Commits on May 21, 2025
-
mikatong committed
May 21, 2025 Configuration menu - View commit details
-
Copy full SHA for d8a2a71 - Browse repository at this point
Copy the full SHA d8a2a71View commit details -
mikatong committed
May 21, 2025 Configuration menu - View commit details
-
Copy full SHA for 4398592 - Browse repository at this point
Copy the full SHA 4398592View commit details -
Merge pull request #14 from tencentcloudstack/fix/packerId
fix: support concurrent
Configuration menu - View commit details
-
Copy full SHA for d605d92 - Browse repository at this point
Copy the full SHA d605d92View commit details
Commits on Jun 4, 2025
-
mikatong committed
Jun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 368296e - Browse repository at this point
Copy the full SHA 368296eView commit details -
mikatong committed
Jun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 86594a6 - Browse repository at this point
Copy the full SHA 86594a6View commit details -
mikatong committed
Jun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 446c9a2 - Browse repository at this point
Copy the full SHA 446c9a2View commit details -
mikatong committed
Jun 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 70dcdf2 - Browse repository at this point
Copy the full SHA 70dcdf2View commit details
Commits on Jun 5, 2025
-
mikatong committed
Jun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 4ac0ea4 - Browse repository at this point
Copy the full SHA 4ac0ea4View commit details -
mikatong committed
Jun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 23f5b18 - Browse repository at this point
Copy the full SHA 23f5b18View commit details -
mikatong committed
Jun 5, 2025 Configuration menu - View commit details
-
Copy full SHA for 4c03d82 - Browse repository at this point
Copy the full SHA 4c03d82View commit details -
Merge pull request #15 from tencentcloudstack/feat/datasource-image
feat: add datasource image
Configuration menu - View commit details
-
Copy full SHA for f0edf46 - Browse repository at this point
Copy the full SHA f0edf46View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.2...main