From 40b6a5abd2dbc6b1dbac87841aaae3b7e97754fb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 13 Sep 2022 08:48:06 +0000 Subject: [PATCH] Release prep v5.3.0 --- CHANGELOG.md | 13 +++++++++++++ REFERENCE.md | 6 ++++++ metadata.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbad48f..cd3f1d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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). +## [v5.3.0](https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.3.0) (2022-09-13) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v5.2.0...v5.3.0) + +### Added + +- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#563](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/563) ([david22swan](https://github.com/david22swan)) +- Add skip\_hooks property to vcsrepo [\#557](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/557) ([sp-ricard-valverde](https://github.com/sp-ricard-valverde)) + +### Fixed + +- Only remove safe\_directory, if it exists [\#566](https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/566) ([KoenDierckx](https://github.com/KoenDierckx)) + ## [v5.2.0](https://github.com/puppetlabs/puppetlabs-vcsrepo/tree/v5.2.0) (2022-06-30) [Full Changelog](https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/v5.1.0...v5.2.0) diff --git a/REFERENCE.md b/REFERENCE.md index dc1609b5..65c2a59d 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -38,6 +38,12 @@ Valid values: `%r{^\S+$}` The revision of the repository +##### `skip_hooks` + +Valid values: ``true``, ``false`` + +Explicitly skip any global hooks for this repository. + ##### `source` The source URI for the repository diff --git a/metadata.json b/metadata.json index d9f31aa4..e1104a88 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "5.2.0", + "version": "5.3.0", "author": "puppetlabs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPL-2.0+",