Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tencentcloudstack/packer-plugin-tencentcloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: tencentcloudstack/packer-plugin-tencentcloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    adef8db View commit details
    Browse the repository at this point in the history
  2. 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
    Jalle19 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    96a98f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    a5919e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from Jalle19/fix-multisource-clienttoken

    Fix multisource clienttoken
    gitmkn authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    988699c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Merge pull request #12 from tencentcloudstack/dev/skip_create_image

    fix: Support SkipCreateImage field to skip creating an image
    gitmkn authored May 16, 2025
    Configuration menu
    Copy the full SHA
    e48656c View commit details
    Browse the repository at this point in the history
Loading