File tree Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
4
4
5
+ ## [ v5.1.0] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.1.0 ) (2022-06-24)
6
+
7
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v5.0.0...v5.1.0 )
8
+
9
+ ### Added
10
+
11
+ - pdksync - \( IAC-1753\) - Add Support for AlmaLinux 8 [ \# 524] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/524 ) ([ david22swan] ( https://github.com/david22swan ) )
12
+ - pdksync - \( IAC-1751\) - Add Support for Rocky 8 [ \# 523] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/523 ) ([ david22swan] ( https://github.com/david22swan ) )
13
+ - pdksync - \( IAC-1709\) - Add Support for Debian 11 [ \# 521] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/521 ) ([ david22swan] ( https://github.com/david22swan ) )
14
+
15
+ ### Fixed
16
+
17
+ - \( GH-535 \) Fix for safe directories [ \# 549] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/549 ) ([ chelnak] ( https://github.com/chelnak ) )
18
+ - pdksync - \( GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [ \# 529] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/529 ) ([ david22swan] ( https://github.com/david22swan ) )
19
+ - MODULES-11050 - Force fetch tags [ \# 527] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/527 ) ([ sp-ricard-valverde] ( https://github.com/sp-ricard-valverde ) )
20
+ - pdksync - \( IAC-1787\) Remove Support for CentOS 6 [ \# 525] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/525 ) ([ david22swan] ( https://github.com/david22swan ) )
21
+ - pdksync - \( IAC-1598\) - Remove Support for Debian 8 [ \# 522] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/522 ) ([ david22swan] ( https://github.com/david22swan ) )
22
+
5
23
## [ v5.0.0] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.0.0 ) (2021-06-02)
6
24
7
25
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v4.0.0...v5.0.0 )
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ The following parameters are available in the `vcsrepo` type.
65
65
* [ ` path ` ] ( #path )
66
66
* [ ` provider ` ] ( #provider )
67
67
* [ ` remote ` ] ( #remote )
68
+ * [ ` safe_directory ` ] ( #safe_directory )
68
69
* [ ` submodules ` ] ( #submodules )
69
70
* [ ` trust_server_cert ` ] ( #trust_server_cert )
70
71
* [ ` user ` ] ( #user )
@@ -158,6 +159,14 @@ The remote repository to track
158
159
159
160
Default value: ` origin `
160
161
162
+ ##### <a name =" safe_directory " ></a >` safe_directory `
163
+
164
+ Valid values: `` true `` , `` false ``
165
+
166
+ Marks the current directory specified by the path parameter as a safe directory.
167
+
168
+ Default value: `` false ``
169
+
161
170
##### <a name =" submodules " ></a >` submodules `
162
171
163
172
Valid values: `` true `` , `` false ``
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-vcsrepo" ,
3
- "version" : " 5.0 .0" ,
3
+ "version" : " 5.1 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Puppet module providing a type to manage repositories from various version control systems" ,
6
6
"license" : " GPL-2.0+" ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ ignore : []
You can’t perform that action at this time.
0 commit comments