Releases: EncoreTechnologies/puppet-powershellmodule
v2.2.1
v2.2.0
2.2.0 (2020-11-12)
v2.1.2
v2.1.1
v2.1.0
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 ininstances_command
expecting a returned hashtable. (Bugfix) -
psrepository
- Many fixes around the default powershell gallery repo due to theflush
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