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 22
33All 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 ) .
44
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+
523## [ v5.0.0] ( https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.0.0 ) (2021-06-02)
624
725[ 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.
6565* [ ` path ` ] ( #path )
6666* [ ` provider ` ] ( #provider )
6767* [ ` remote ` ] ( #remote )
68+ * [ ` safe_directory ` ] ( #safe_directory )
6869* [ ` submodules ` ] ( #submodules )
6970* [ ` trust_server_cert ` ] ( #trust_server_cert )
7071* [ ` user ` ] ( #user )
@@ -158,6 +159,14 @@ The remote repository to track
158159
159160Default value: ` origin `
160161
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+
161170##### <a name =" submodules " ></a >` submodules `
162171
163172Valid values: `` true `` , `` false ``
Original file line number Diff line number Diff line change 11{
22 "name" : " puppetlabs-vcsrepo" ,
3- "version" : " 5.0 .0" ,
3+ "version" : " 5.1 .0" ,
44 "author" : " puppetlabs" ,
55 "summary" : " Puppet module providing a type to manage repositories from various version control systems" ,
66 "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