Skip to content

Commit 44b7b09

Browse files
authored
Merge pull request #27 from puppetlabs/release-prep
Release prep v2.0.0
2 parents b3ac719 + fa9d159 commit 44b7b09

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v2.0.0](https://github.com/puppetlabs/puppetlabs-transition/tree/v2.0.0) (2023-06-02)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-transition/compare/v1.0.0...v2.0.0)
8+
9+
### Changed
10+
11+
- \(SUP-4197\) Puppet 8 release prep [\#25](https://github.com/puppetlabs/puppetlabs-transition/pull/25) ([elainemccloskey](https://github.com/elainemccloskey))
12+
513
## [v1.0.0](https://github.com/puppetlabs/puppetlabs-transition/tree/v1.0.0) (2022-02-28)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-transition/compare/0.1.3...v1.0.0)

REFERENCE.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following properties are available in the `transition` type.
2020

2121
##### `enable`
2222

23-
Valid values: ``true``, ``false``
23+
Valid values: `true`, `false`
2424

2525
Enable or disable this conditional state transition. Valid values
2626
are true or false.
@@ -31,38 +31,38 @@ Default value: `true`
3131

3232
The following parameters are available in the `transition` type.
3333

34-
* [`attributes`](#attributes)
35-
* [`name`](#name)
36-
* [`prior_to`](#prior_to)
37-
* [`provider`](#provider)
38-
* [`resource`](#resource)
34+
* [`attributes`](#-transition--attributes)
35+
* [`name`](#-transition--name)
36+
* [`prior_to`](#-transition--prior_to)
37+
* [`provider`](#-transition--provider)
38+
* [`resource`](#-transition--resource)
3939

40-
##### <a name="attributes"></a>`attributes`
40+
##### <a name="-transition--attributes"></a>`attributes`
4141

4242
The hash of attributes to set on the resource when applying a
4343
transitional state. Each hash key must be a valid attribute for the
4444
resource being transitioned.
4545

46-
##### <a name="name"></a>`name`
46+
##### <a name="-transition--name"></a>`name`
4747

4848
namevar
4949

5050
This parameter does not serve any function beyond setting the
5151
resource's name.
5252

53-
##### <a name="prior_to"></a>`prior_to`
53+
##### <a name="-transition--prior_to"></a>`prior_to`
5454

5555
An array of resources to check for synchronization. If any of these
5656
resources are out of sync (change pending), then this transitional state
5757
will be applied. These resources will each be made to autorequire the
5858
transitional state.
5959

60-
##### <a name="provider"></a>`provider`
60+
##### <a name="-transition--provider"></a>`provider`
6161

6262
The specific backend to use for this `transition` resource. You will seldom need to specify this --- Puppet will usually
6363
discover the appropriate provider for your platform.
6464

65-
##### <a name="resource"></a>`resource`
65+
##### <a name="-transition--resource"></a>`resource`
6666

6767
The resource for which a transitional state is being defined. This
6868
should be a resource reference (e.g. Service['apache']). This resource

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-transition",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "puppetlabs",
55
"summary": "Provides a Puppet type and provider for describing conditional transition states.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)