Skip to content

Commit fa05b22

Browse files
authored
Merge pull request #568 from puppetlabs/release-prep
Release prep v5.3.0
2 parents 99c9ee4 + 40b6a5a commit fa05b22

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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).
44

5+
## [v5.3.0](https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.3.0) (2022-09-13)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v5.2.0...v5.3.0)
8+
9+
### Added
10+
11+
- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#563](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/563) ([david22swan](https://github.com/david22swan))
12+
- Add skip\_hooks property to vcsrepo [\#557](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/557) ([sp-ricard-valverde](https://github.com/sp-ricard-valverde))
13+
14+
### Fixed
15+
16+
- Only remove safe\_directory, if it exists [\#566](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/566) ([KoenDierckx](https://github.com/KoenDierckx))
17+
518
## [v5.2.0](https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.2.0) (2022-06-30)
619

720
[Full Changelog](https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v5.1.0...v5.2.0)

REFERENCE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Valid values: `%r{^\S+$}`
3838

3939
The revision of the repository
4040

41+
##### `skip_hooks`
42+
43+
Valid values: ``true``, ``false``
44+
45+
Explicitly skip any global hooks for this repository.
46+
4147
##### `source`
4248

4349
The source URI for the repository

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-vcsrepo",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"author": "puppetlabs",
55
"summary": "Puppet module providing a type to manage repositories from various version control systems",
66
"license": "GPL-2.0+",

0 commit comments

Comments
 (0)