puppetlabs / pdk

The shortest path to better modules: Puppet Development Kit; Download:
https://puppet.com/download-puppet-development-kit
Apache License 2.0
225 stars 106 forks source link

PDK reports wrong version, 3.1.0, not 3.2.0 #1355

Closed cthorn42 closed 4 months ago

cthorn42 commented 4 months ago

Describe the bug Yorokobi in the Puppet community Slack reported that the PDK binary is reporting the wrong version: https://puppetcommunity.slack.com/archives/C0W298S9G/p1715397408734759

To Reproduce Install the latest PDK version 3.2.0, in this case I was doing this on a macos-12-x86_64 VM, output:

<cutting out output of curling and mounting dmg package>
normal-reprieve:pdk-3.2.0.0-1.osx12 root# sudo installer -pkg pdk-3.2.0.0-1-installer.pkg -target /
installer: Package name is pdk
installer: Installing at base path /
installer: The install was successful.
normal-reprieve:pdk-3.2.0.0-1.osx12 root# /opt/puppetlabs/pdk/bin/pdk --version
3.1.0

Expected behavior The correct version, 3.2.0 is listed.

Additional context

david22swan commented 4 months ago

HAve found the cause of the issue and the updated install files should be released soon

david22swan commented 4 months ago

Issue has been fixed. New install files have been pushed up with the correct version.