Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lindhe/packer

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Phase 2 Extension of Build Metadata (hashicorp#13092)

v1.11.1

Toggle v1.11.1's commit message
Cut release 1.11.1

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request hashicorp#13007 from hashicorp/backport/bump-1.11-…

…release-date/accurately-usable-goose

This pull request was automerged via backport-assistant

v1.11.0-beta

Toggle v1.11.0-beta's commit message
version: tag version as 1.11.0-beta

v1.10.3

Toggle v1.10.3's commit message
Updated CHANGELOG 1.10.3

v1.11.0-alpha2

Toggle v1.11.0-alpha2's commit message
version: bump to v1.11.0-alpha2

v1.11.0-alpha

Toggle v1.11.0-alpha's commit message
Bump github.com/go-jose/go-jose/v3 to address CVE-2024-28180

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request hashicorp#12868 from hashicorp/backport/deps/googl…

…e.golang.org/protobuf-1.31.0/apparently-knowing-pigeon

This pull request was automerged via backport-assistant

v1.10.1

Toggle v1.10.1's commit message
Cut release 1.10.1

v1.10.0

Toggle v1.10.0's commit message
Update spacing for flags within Help text

Before Change
```

Options:
  - path <path>: install the plugin from a locally-sourced plugin binary. This
                 installs the plugin where a normal invocation would, but will
                 not try to download it from a remote location, and instead
                 install the binary in the Packer plugins path.
                 This option cannot be specified with a version constraint.
  - force:       forces reinstallation of plugins, even if already installed.

```

After Change
```
Options:
  -path <path>                  Install the plugin from a locally-sourced plugin binary.
                                This installs the plugin where a normal invocation would, but will
                                not try to download it from a remote location, and instead
                                install the binary in the Packer plugins path. This option cannot
                                be specified with a version constraint.
  -force                        Forces reinstallation of plugins, even if already installed.
```