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: outscale/packer-plugin-outscale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: outscale/packer-plugin-outscale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 23, 2024

  1. Update CHANGELOG

    Thiery Ouattara authored and outscale-toa committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ecf99ec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. GNUmakefile: make dev uses packer for install

    When building the development version of the plugin, we now use
    `packer plugins install` for that instead of moving it to the plugins
    directory manually.
    
    This target will require Packer 1.10.2 and above to function, as prior
    versions don't support instaling pre-release versions of a plugin with
    that command.
    lbajolet-hashicorp authored and outscale-toa committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5466206 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0

    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.19.1 to 2.20.0.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.19.1...v2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and outscale-toa committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ac5ff54 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 2, 2024

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

Commits on Apr 8, 2024

  1. Documentation: make generate

    Signed-off-by: matthias.gatto <[email protected]>
    cosmo-ray committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8a9dde8 View commit details
    Browse the repository at this point in the history
Loading