Skip to content

Commit 4ad08a0

Browse files
authored
Merge pull request #40 from puppetlabs/release-prep
Release prep v1.3.0
2 parents 1b8bad8 + 164def4 commit 4ad08a0

File tree

3 files changed

+27
-19
lines changed

3 files changed

+27
-19
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-selinux_core/tree/v1.3.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-selinux_core/compare/v1.2.0...v1.3.0)
8+
9+
### Added
10+
11+
- \(MODULES-11371\) Updates PDK template [\#38](https://github.com/puppetlabs/puppetlabs-selinux_core/pull/38) ([mhashizume](https://github.com/mhashizume))
12+
513
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-selinux_core/tree/v1.2.0) (2021-10-04)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-selinux_core/compare/1.1.0...v1.2.0)

REFERENCE.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following properties are available in the `selboolean` type.
2121

2222
##### `value`
2323

24-
Valid values: `on`, `off`, ``true``, ``false``
24+
Valid values: `on`, `off`, `true`, `false`
2525

2626
Whether the SELinux boolean should be enabled or disabled.
2727
#{value_doc}
@@ -30,26 +30,26 @@ Whether the SELinux boolean should be enabled or disabled.
3030

3131
The following parameters are available in the `selboolean` type.
3232

33-
* [`name`](#name)
34-
* [`persistent`](#persistent)
35-
* [`provider`](#provider)
33+
* [`name`](#-selboolean--name)
34+
* [`persistent`](#-selboolean--persistent)
35+
* [`provider`](#-selboolean--provider)
3636

37-
##### <a name="name"></a>`name`
37+
##### <a name="-selboolean--name"></a>`name`
3838

3939
namevar
4040

4141
The name of the SELinux boolean to be managed.
4242

43-
##### <a name="persistent"></a>`persistent`
43+
##### <a name="-selboolean--persistent"></a>`persistent`
4444

45-
Valid values: ``true``, ``false``
45+
Valid values: `true`, `false`
4646

4747
If set true, SELinux booleans will be written to disk and persist across reboots.
4848
The default is `false`.
4949

50-
Default value: ``false``
50+
Default value: `false`
5151

52-
##### <a name="provider"></a>`provider`
52+
##### <a name="-selboolean--provider"></a>`provider`
5353

5454
The specific backend to use for this `selboolean` resource. You will seldom need to specify this --- Puppet will usually
5555
discover the appropriate provider for your platform.
@@ -77,7 +77,7 @@ Default value: `present`
7777

7878
##### `syncversion`
7979

80-
Valid values: ``true``, ``false``
80+
Valid values: `true`, `false`
8181

8282
If set to `true`, the policy will be reloaded if the
8383
version found in the on-disk file differs from the loaded
@@ -88,24 +88,24 @@ that will be made is if the policy is loaded at all or not.
8888

8989
The following parameters are available in the `selmodule` type.
9090

91-
* [`name`](#name)
92-
* [`provider`](#provider)
93-
* [`selmoduledir`](#selmoduledir)
94-
* [`selmodulepath`](#selmodulepath)
91+
* [`name`](#-selmodule--name)
92+
* [`provider`](#-selmodule--provider)
93+
* [`selmoduledir`](#-selmodule--selmoduledir)
94+
* [`selmodulepath`](#-selmodule--selmodulepath)
9595

96-
##### <a name="name"></a>`name`
96+
##### <a name="-selmodule--name"></a>`name`
9797

9898
namevar
9999

100100
The name of the SELinux policy to be managed. You should not
101101
include the customary trailing .pp extension.
102102

103-
##### <a name="provider"></a>`provider`
103+
##### <a name="-selmodule--provider"></a>`provider`
104104

105105
The specific backend to use for this `selmodule` resource. You will seldom need to specify this --- Puppet will usually
106106
discover the appropriate provider for your platform.
107107

108-
##### <a name="selmoduledir"></a>`selmoduledir`
108+
##### <a name="-selmodule--selmoduledir"></a>`selmoduledir`
109109

110110
The directory to look for the compiled pp module file in.
111111
Currently defaults to `/usr/share/selinux/targeted`. If the
@@ -115,7 +115,7 @@ the module in `<selmoduledir>/<name>.pp`, where `name` is the value of the
115115

116116
Default value: `/usr/share/selinux/targeted`
117117

118-
##### <a name="selmodulepath"></a>`selmodulepath`
118+
##### <a name="-selmodule--selmodulepath"></a>`selmodulepath`
119119

120120
The full path to the compiled .pp policy module. You only need to use
121121
this if the module file is not in the `selmoduledir` directory.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-selinux_core",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "puppetlabs",
55
"summary": "Manage SELinux context of files",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)