Skip to content

v2.1.0

Compare
Choose a tag to compare
@nmaludy nmaludy released this 28 Apr 16:30
· 40 commits to master since this release
0ef7842

2.1.0 (2020-04-28)

  • psrepository - Fixed the inability to register psrepoositorys when none are registered on the node prior to puppet due to bug in instances_command expecting a returned hashtable. (Bugfix)

  • psrepository - Many fixes around the default powershell gallery repo due to the flush command attempting to set the source_location of the repo. (Bugfix)

  • psrepository - Fixed the inability to change the installation policy of a pre-existing powershell gallery repo (Bugfix)

  • psrepository - Fixed the inability to register the powershell gallery repo (Bugfix)

  • package - Fixed the inability to upgrade previously installed modules with -AllowClobber. This would previously fail with an error if a cmdlet was moved to a new module. Powershell would error stating the cmdlet exists in the system already within a module and you need to specific -AllowClobber to install the new one. (Bugfix)

  • Converted the module over to PDK for validation and spec testing. (Feature)

  • Enabled Travis builds (Feature)

  • Enabled TLSv1.2 which is required to communicate with PowerShell Gallery. Previously,
    this module did not enforce TLSv1.2 and the repository setup commands would fail. (Bugfix)

    Contributed by @pauby