diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634fdb..ca2b8bd 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). +## [v2.0.0](https://github.com/puppetlabs/puppetlabs-transition/tree/v2.0.0) (2023-06-02) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-transition/compare/v1.0.0...v2.0.0) + +### Changed + +- \(SUP-4197\) Puppet 8 release prep [\#25](https://github.com/puppetlabs/puppetlabs-transition/pull/25) ([elainemccloskey](https://github.com/elainemccloskey)) + ## [v1.0.0](https://github.com/puppetlabs/puppetlabs-transition/tree/v1.0.0) (2022-02-28) [Full Changelog](https://github.com/puppetlabs/puppetlabs-transition/compare/0.1.3...v1.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 3544eab..faea46f 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -20,7 +20,7 @@ The following properties are available in the `transition` type. ##### `enable` -Valid values: ``true``, ``false`` +Valid values: `true`, `false` Enable or disable this conditional state transition. Valid values are true or false. @@ -31,38 +31,38 @@ Default value: `true` The following parameters are available in the `transition` type. -* [`attributes`](#attributes) -* [`name`](#name) -* [`prior_to`](#prior_to) -* [`provider`](#provider) -* [`resource`](#resource) +* [`attributes`](#-transition--attributes) +* [`name`](#-transition--name) +* [`prior_to`](#-transition--prior_to) +* [`provider`](#-transition--provider) +* [`resource`](#-transition--resource) -##### `attributes` +##### `attributes` The hash of attributes to set on the resource when applying a transitional state. Each hash key must be a valid attribute for the resource being transitioned. -##### `name` +##### `name` namevar This parameter does not serve any function beyond setting the resource's name. -##### `prior_to` +##### `prior_to` An array of resources to check for synchronization. If any of these resources are out of sync (change pending), then this transitional state will be applied. These resources will each be made to autorequire the transitional state. -##### `provider` +##### `provider` The specific backend to use for this `transition` resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. -##### `resource` +##### `resource` The resource for which a transitional state is being defined. This should be a resource reference (e.g. Service['apache']). This resource diff --git a/metadata.json b/metadata.json index 0a4c3d6..5d37f68 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-transition", - "version": "1.0.0", + "version": "2.0.0", "author": "puppetlabs", "summary": "Provides a Puppet type and provider for describing conditional transition states.", "license": "Apache-2.0",