File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ Wsus-server CHANGELOG
2
2
==============
3
3
This file is used to list changes made in each version of the wsus-server cookbook.
4
4
5
+ 2.3.3 (2024-07-31)
6
+ ------------------
7
+ - [ PR 39] ( https://github.com/criteo-cookbooks/wsus-server/pull/39 ) - Properly translate true/false from ruby to Powershell
8
+
5
9
2.3.2 (2019-09-19)
6
10
------------------
7
11
- [ PR 35] ( https://github.com/criteo-cookbooks/wsus-server/pull/35 ) - Use ProxyPassword from the resource definition
Original file line number Diff line number Diff line change 4
4
license 'Apache-2.0'
5
5
description 'Installs wsus server'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '2.3.2 '
7
+ version '2.3.3 '
8
8
supports 'windows'
9
9
depends 'windows'
10
10
You can’t perform that action at this time.
0 commit comments