Tags: gspu/packer
Tags
version: compute SemVer from rawVersion A bug in the SDK prevents us from calling SemVer on the PluginVersion derived from the rawVersion, as when doing so, we reset the semVer attribute to only use the core part of the version, thereby dropping any information on pre-release/metadata. This is not ideal, and arguably not wanted. So in order to not lose this information, we re-compute the SemVer from rawVersion, this way we don't overwrite it for both structures.
Bump github.com/go-jose/go-jose/v3 to address CVE-2024-28180
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
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. ```
Merge pull request hashicorp#12600 from hashicorp/backport/bump_go/un… …iformly-classic-yeti This pull request was automerged via backport-assistant
PreviousNext