You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## Development
2
+
3
+
BUG FIXES:
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
10
+
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.
13
+
14
+
1
15
## 2.0.1 (September 6, 2018)
2
16
3
17
BUG FIXES:
@@ -17,4 +31,4 @@ IMPROVEMENTS:
17
31
BUG FIXES:
18
32
19
33
*`package` - add :versionable to windowspowershell provider ([#12](https://github.com/hbuckle/puppet-powershellmodule/issues/12))
20
-
*`psrepository` - make source_location case sensitive ([#11](https://github.com/hbuckle/puppet-powershellmodule/issues/11))
34
+
*`psrepository` - make source_location case sensitive ([#11](https://github.com/hbuckle/puppet-powershellmodule/issues/11))
0 commit comments