Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 1dd7c3d

Browse files
committed
release 3.2.0
1 parent 5a8eb6a commit 1dd7c3d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v3.2.0](https://github.com/voxpupuli/puppet-staging/tree/v3.2.0) (2018-03-28)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-staging/compare/v3.1.0...v3.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add novalidate option to bypass https validation for powershell [\#134](https://github.com/voxpupuli/puppet-staging/pull/134) ([esalberg](https://github.com/esalberg))
14+
- add support for 7zip [\#132](https://github.com/voxpupuli/puppet-staging/pull/132) ([FunFR](https://github.com/FunFR))
15+
16+
**Merged pull requests:**
17+
18+
- bump puppet to latest supported version 4.10.0 [\#156](https://github.com/voxpupuli/puppet-staging/pull/156) ([bastelfreak](https://github.com/bastelfreak))
19+
720
## [v3.1.0](https://github.com/voxpupuli/puppet-staging/tree/v3.1.0) (2018-01-03)
21+
822
[Full Changelog](https://github.com/voxpupuli/puppet-staging/compare/v3.0.0...v3.1.0)
923

1024
**Implemented enhancements:**
@@ -17,6 +31,7 @@ These should not affect the functionality of the module.
1731
- Add an opts parameter for tar [\#142](https://github.com/voxpupuli/puppet-staging/issues/142)
1832

1933
## [v3.0.0](https://github.com/voxpupuli/puppet-staging/tree/v3.0.0) (2017-11-13)
34+
2035
[Full Changelog](https://github.com/voxpupuli/puppet-staging/compare/v2.2.0...v3.0.0)
2136

2237
**Implemented enhancements:**
@@ -69,7 +84,6 @@ These should not affect the functionality of the module.
6984

7085
**Merged pull requests:**
7186

72-
- release 2.0.1 [\#105](https://github.com/voxpupuli/puppet-staging/pull/105) ([bastelfreak](https://github.com/bastelfreak))
7387
- Fix some typos/spelling [\#103](https://github.com/voxpupuli/puppet-staging/pull/103) ([alexjfisher](https://github.com/alexjfisher))
7488
- Remove old version warnings [\#101](https://github.com/voxpupuli/puppet-staging/pull/101) ([rnelson0](https://github.com/rnelson0))
7589

@@ -293,4 +307,4 @@ These should not affect the functionality of the module.
293307

294308

295309

296-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
310+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
],
9797
"name": "puppet-staging",
9898
"description": "Manages compressed file staging and deployment.",
99-
"version": "3.1.1-rc0",
99+
"version": "3.2.0",
100100
"author": "Vox Pupuli",
101101
"summary": "Compressed file staging and deployment",
102102
"license": "Apache-2.0",

0 commit comments

Comments
 (0)