From acd23ef36facdf28e24d844fc4532d92f10c65b1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Feb 2023 23:34:10 +0000 Subject: Release prep v1.3.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 60 +++++++++++++++++++++++++++++------------------------------ metadata.json | 2 +- 3 files changed, 39 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8acecbc..a3a2975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v1.3.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.3.0) (2023-02-14) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/v1.2.0...v1.3.0) + +### Added + +- \(MODULES-11371\) Updates PDK template [\#56](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/56) ([mhashizume](https://github.com/mhashizume)) + ## [v1.2.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.2.0) (2021-10-01) [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.2...v1.2.0) diff --git a/REFERENCE.md b/REFERENCE.md index 8019100..f44542a 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -58,20 +58,20 @@ Default value: `0` The following parameters are available in the `augeas` type. -* [`changes`](#changes) -* [`context`](#context) -* [`force`](#force) -* [`incl`](#incl) -* [`lens`](#lens) -* [`load_path`](#load_path) -* [`name`](#name) -* [`onlyif`](#onlyif) -* [`provider`](#provider) -* [`root`](#root) -* [`show_diff`](#show_diff) -* [`type_check`](#type_check) - -##### `changes` +* [`changes`](#-augeas--changes) +* [`context`](#-augeas--context) +* [`force`](#-augeas--force) +* [`incl`](#-augeas--incl) +* [`lens`](#-augeas--lens) +* [`load_path`](#-augeas--load_path) +* [`name`](#-augeas--name) +* [`onlyif`](#-augeas--onlyif) +* [`provider`](#-augeas--provider) +* [`root`](#-augeas--root) +* [`show_diff`](#-augeas--show_diff) +* [`type_check`](#-augeas--type_check) + +##### `changes` The changes which should be applied to the filesystem. This can be a command or an array of commands. The following commands are supported: @@ -93,7 +93,7 @@ can be a command or an array of commands. The following commands are supported: If the `context` parameter is set, that value is prepended to any relative `PATH`s. -##### `context` +##### `context` Optional context path. This value is prepended to the paths of all changes if the path is relative. If the `incl` parameter is set, @@ -101,39 +101,39 @@ defaults to `/files + incl`; otherwise, defaults to the empty string. Default value: `''` -##### `force` +##### `force` Optional command to force the augeas type to execute even if it thinks changes will not be made. This does not override the `onlyif` parameter. -Default value: ``false`` +Default value: `false` -##### `incl` +##### `incl` Load only a specific file, such as `/etc/hosts`. This can greatly speed up the execution the resource. When this parameter is set, you must also set the `lens` parameter to indicate which lens to use. -##### `lens` +##### `lens` Use a specific lens, such as `Hosts.lns`. When this parameter is set, you must also set the `incl` parameter to indicate which file to load. The Augeas documentation includes [a list of available lenses](http://augeas.net/stock_lenses.html). -##### `load_path` +##### `load_path` Optional colon-separated list or array of directories; these directories are searched for schema definitions. The agent's `$libdir/augeas/lenses` path will always be added to support pluginsync. Default value: `''` -##### `name` +##### `name` namevar The name of this task. Used for uniqueness. -##### `onlyif` +##### `onlyif` Optional augeas command and comparisons to control the execution of this type. @@ -164,20 +164,20 @@ where: Default value: `''` -##### `provider` +##### `provider` The specific backend to use for this `augeas` resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. -##### `root` +##### `root` A file system path; all files loaded by Augeas are loaded underneath `root`. Default value: `/` -##### `show_diff` +##### `show_diff` -Valid values: ``true``, ``false``, `yes`, `no` +Valid values: `true`, `false`, `yes`, `no` Whether to display differences when the file changes, defaulting to true. This parameter is useful for files that may contain passwords or @@ -185,13 +185,13 @@ other secret data, which might otherwise be included in Puppet reports or other insecure outputs. If the global `show_diff` setting is false, then no diffs will be shown even if this parameter is true. -Default value: ``true`` +Default value: `true` -##### `type_check` +##### `type_check` -Valid values: ``true``, ``false`` +Valid values: `true`, `false` Whether augeas should perform typechecking. Defaults to false. -Default value: ``false`` +Default value: `false` diff --git a/metadata.json b/metadata.json index a433d57..4f8304b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.2.0", + "version": "1.3.0", "author": "puppetlabs", "summary": "Manage files using Augeas", "license": "Apache-2.0", -- cgit v1.2.3