|
1 | 1 | ## Development
|
2 | 2 |
|
3 |
| -BUG FIXES: |
| 3 | +* `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) |
4 | 4 |
|
5 |
| -`psrepository` fixes: |
6 |
| -- Fixes 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. |
7 |
| -- Many fixes around the default powershell gallery repo due to the `flush` command attempting to set the source_location of the repo: |
8 |
| - - Fixes the inability to change the installation policy of a pre-existing powershell gallery repo |
9 |
| - - Fixes the inability to register the powershell gallery repo |
| 5 | +* `psrepository` - Many fixes around the default powershell gallery repo due to the `flush` command attempting to set the source_location of the repo. (Bugfix) |
10 | 6 |
|
11 |
| -`package` fixes: |
12 |
| -- Fixes 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. |
| 7 | +* `psrepository` - Fixed the inability to change the installation policy of a pre-existing powershell gallery repo (Bugfix) |
13 | 8 |
|
| 9 | +* `psrepository` - Fixed the inability to register the powershell gallery repo (Bugfix) |
14 | 10 |
|
15 |
| -## 2.0.1 (September 6, 2018) |
| 11 | +* `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) |
| 12 | + |
| 13 | +* Converted the module over to PDK for validation and spec testing. (Feature) |
| 14 | +* Enabled Travis builds (Feature) |
16 | 15 |
|
17 |
| -BUG FIXES: |
| 16 | + |
| 17 | +## 2.0.1 (September 6, 2018) |
18 | 18 |
|
19 | 19 | * `package` - Fix error when running with Ruby 1.9.x on the server side ([#16](https://github.com/hbuckle/puppet-powershellmodule/pull/16))
|
20 | 20 |
|
21 | 21 | ## 2.0.0 (July 7, 2018)
|
22 | 22 |
|
23 |
| -FEATURES: |
24 |
| - |
25 | 23 | * **New Type:** `pspackageprovider` ([#9](https://github.com/hbuckle/puppet-powershellmodule/pull/9))
|
26 | 24 |
|
27 |
| -IMPROVEMENTS: |
28 |
| - |
29 | 25 | * Additional spec tests ([#8](https://github.com/hbuckle/puppet-powershellmodule/pull/8))
|
30 | 26 |
|
31 |
| -BUG FIXES: |
32 |
| - |
33 | 27 | * `package` - add :versionable to windowspowershell provider ([#12](https://github.com/hbuckle/puppet-powershellmodule/issues/12))
|
34 | 28 | * `psrepository` - make source_location case sensitive ([#11](https://github.com/hbuckle/puppet-powershellmodule/issues/11))
|
0 commit comments