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-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,41 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
-\(MAINT\) Dropping of support for windows 7,8.1, 2008/2008R2 \(Server\)[\#300](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/300) ([jordanbreen28](https://github.com/jordanbreen28))
- (GH-283) Fix error when `update` is incorrectly called on versions 1.0 and above. [\#283](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/283) ([chelnak](https://github.com/chalnak))
- add support for version range [\#269](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/269) ([rico89](https://github.com/rico89))
28
-
-\(MODULES-11255\) Add basic tasks to manage packages [\#273](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/273) ([smortex](https://github.com/smortex))
29
35
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#278](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/278) ([david22swan](https://github.com/david22swan))
36
+
-\(MODULES-11255\) Add basic tasks to manage packages [\#273](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/273) ([smortex](https://github.com/smortex))
37
+
- add support for version range [\#269](https://github.com/puppetlabs/puppetlabs-chocolatey/pull/269) ([rico89](https://github.com/rico89))
Copy file name to clipboardExpand all lines: REFERENCE.md
+80-12Lines changed: 80 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
#### Public Classes
10
10
11
11
*[`chocolatey`](#chocolatey): Used for managing installation and configuration of Chocolatey itself.
12
-
*[`chocolatey::params`](#chocolateyparams)
13
12
14
13
#### Private Classes
15
14
@@ -22,6 +21,13 @@
22
21
*[`chocolateyfeature`](#chocolateyfeature): Allows managing features for Chocolatey. Features are configuration that act as feature flippers to turn on or off certain aspects of how Cho
23
22
*[`chocolateysource`](#chocolateysource): Allows managing sources for Chocolatey. A source can be a folder, a CIFS share, a NuGet Http OData feed, or a full Package Gallery. Learn mor
24
23
24
+
### Tasks
25
+
26
+
*[`init`](#init): Manage a package
27
+
*[`outdated`](#outdated): List outdated packages
28
+
*[`pin`](#pin): Manage package pinning
29
+
*[`status`](#status): List currently installed packages
30
+
25
31
## Classes
26
32
27
33
### <aname="chocolatey"></a>`chocolatey`
@@ -104,7 +110,7 @@ e.g. `c:\`. Defaults to the currently detected install location based on
104
110
the `ChocolateyInstall` environment variable, falls back to
0 commit comments