Skip to content

Commit 1d227dc

Browse files
authored
Merge pull request #41 from puppetlabs/release-prep
Release prep v1.1.0
2 parents 6251afd + 483bc7b commit 1d227dc

File tree

4 files changed

+30
-20
lines changed

4 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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-
## [1.0.3](https://github.com/puppetlabs/puppetlabs-zone_core/tree/1.0.3) (2019-10-31)
5+
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-zone_core/tree/v1.1.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zone_core/compare/1.0.3...v1.1.0)
8+
9+
### Added
10+
11+
- \(MODULES-11371\) Updates PDK template [\#39](https://github.com/puppetlabs/puppetlabs-zone_core/pull/39) ([mhashizume](https://github.com/mhashizume))
12+
13+
## [1.0.3](https://github.com/puppetlabs/puppetlabs-zone_core/tree/1.0.3) (2019-11-01)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-zone_core/compare/1.0.2...1.0.3)
816

@@ -35,4 +43,4 @@ All notable changes to this project will be documented in this file. The format
3543

3644

3745

38-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
46+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

REFERENCE.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following properties are available in the `zone` type.
2222

2323
##### `autoboot`
2424

25-
Valid values: ``true``, ``false``
25+
Valid values: `true`, `false`
2626

2727
Whether the zone should automatically boot.
2828

@@ -90,51 +90,51 @@ Number of FSS CPU shares allocated to the zone.
9090

9191
The following parameters are available in the `zone` type.
9292

93-
* [`clone`](#clone)
94-
* [`create_args`](#create_args)
95-
* [`id`](#id)
96-
* [`install_args`](#install_args)
97-
* [`name`](#name)
98-
* [`provider`](#provider)
99-
* [`realhostname`](#realhostname)
100-
* [`sysidcfg`](#sysidcfg)
93+
* [`clone`](#-zone--clone)
94+
* [`create_args`](#-zone--create_args)
95+
* [`id`](#-zone--id)
96+
* [`install_args`](#-zone--install_args)
97+
* [`name`](#-zone--name)
98+
* [`provider`](#-zone--provider)
99+
* [`realhostname`](#-zone--realhostname)
100+
* [`sysidcfg`](#-zone--sysidcfg)
101101

102-
##### <a name="clone"></a>`clone`
102+
##### <a name="-zone--clone"></a>`clone`
103103

104104
Instead of installing the zone, clone it from another zone.
105105
If the zone root resides on a zfs file system, a snapshot will be
106106
used to create the clone; if it resides on a ufs filesystem, a copy of the
107107
zone will be used. The zone from which you clone must not be running.
108108

109-
##### <a name="create_args"></a>`create_args`
109+
##### <a name="-zone--create_args"></a>`create_args`
110110

111111
Arguments to the `zonecfg` create command. This can be used to create branded zones.
112112

113-
##### <a name="id"></a>`id`
113+
##### <a name="-zone--id"></a>`id`
114114

115115
The numerical ID of the zone. This number is autogenerated
116116
and cannot be changed.
117117

118-
##### <a name="install_args"></a>`install_args`
118+
##### <a name="-zone--install_args"></a>`install_args`
119119

120120
Arguments to the `zoneadm` install command. This can be used to create branded zones.
121121

122-
##### <a name="name"></a>`name`
122+
##### <a name="-zone--name"></a>`name`
123123

124124
namevar
125125

126126
The name of the zone.
127127

128-
##### <a name="provider"></a>`provider`
128+
##### <a name="-zone--provider"></a>`provider`
129129

130130
The specific backend to use for this `zone` resource. You will seldom need to specify this --- Puppet will usually
131131
discover the appropriate provider for your platform.
132132

133-
##### <a name="realhostname"></a>`realhostname`
133+
##### <a name="-zone--realhostname"></a>`realhostname`
134134

135135
The actual hostname of the zone.
136136

137-
##### <a name="sysidcfg"></a>`sysidcfg`
137+
##### <a name="-zone--sysidcfg"></a>`sysidcfg`
138138

139139
%{The text to go into the `sysidcfg` file when the zone is first
140140
booted. The best way is to use a template:

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-zone_core",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"author": "puppetlabs",
55
"summary": "Manage Solaris Zones",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)