8000 Comparing v1.2.2...main · tencentcloudstack/packer-plugin-tencentcloud · GitHub
[go: up one dir, main page]

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: main
Choose a head ref
  • 17 commits
  • 28 files changed
  • 6 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

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    11c559e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. support concurrent

    mikatong committed May 21, 2025
    Configuration menu
    Copy the full SHA
    d8a2a71 View commit details
    Browse the repository at this point in the history
  2. update

    mikatong committed May 21, 2025
    Configuration menu
    Copy the full SHA
    4398592 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from tencentcloudstack/fix/packerId

    fix: support concurrent
    tongyiming authored May 21, 2025
    8000 Configuration menu
    Copy the full SHA
    d605d92 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. add datasource image

    mikatong committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    368296e View commit details
    Browse the repository at this point in the history
  2. update

    mikatong committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    86594a6 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    mikatong committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    446c9a2 View commit details
    Browse the repository at this point in the history
  4. update test

    mikatong committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    70dcdf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. support snapshot tags

    mikatong committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    4ac0ea4 View commit details
    Browse the repository at this point in the history
  2. update

    mikatong committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    23f5b18 View commit details
    Browse the repository at this point in the history
  3. update doc

    mikatong committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    4c03d82 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from tencentcloudstack/feat/datasource-image

    feat: add datasource image
    tongyiming authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    f0edf46 View commit details
    Browse the repository at this point in the history
Loading
0