Skip to content

Commit bf3f3c4

Browse files
committed
(FM-7399) - Prepare for changelog generator
1 parent 22889e6 commit bf3f3c4

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

.sync.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
- release
1111

1212
Gemfile:
13+
optional:
14+
':development':
15+
- gem: 'github_changelog_generator'
16+
git: 'https://github.com/skywinder/github-changelog-generator'
17+
ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
18+
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
1319
required:
1420
':system_tests':
1521
- gem: 'puppet-module-posix-system-r#{minor_version}'

HISTORY.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## 0.3.0
2+
### Summary
3+
This release removes the default eponymous task `bootstrap` and separates it into a bourne-shell `bootstrap::linux` task and a powershell `bootstrap::windows` task. It also includes a few new task parameters.
4+
5+
### Changed
6+
- `bootstrap` init task removed to be separated into windows & linux tasks.
7+
8+
### Added
9+
- `bootstrap::windows` task in powershell
10+
- `bootstrap::linux` task in sh
11+
- Task parameter `custom_attribute` for puppet.conf and csr\_attributes.yaml
12+
- Task parameter `extension_request` for puppet.conf and csr\_attributes.yaml
13+
14+
## Release [0.2.0]
15+
### Summary
16+
This makes the module PDK-compliant for easier maintenance. It also includes a roll up of maintenance changes.
17+
18+
### Added
19+
- PDK conversion [MODULES-6468](https://tickets.puppetlabs.com/browse/MODULES-6468).
20+
21+
### Fixed
22+
- Update bolt usage typo in README [MODULES-5945](https://tickets.puppetlabs.com/browse/MODULES-5945).
23+
24+
## Release 0.1.1
25+
Fix bash script.
26+
27+
## Fixes
28+
- Remove Function keyword from bash script.
29+
30+
## Release 0.1.0
31+
This is the initial release of the bootstrap task.
32+
33+
## Features
34+
- Bootstrap a node with puppet-agent, pointing it at a master.
35+
- Check the CA certificate of the master.
36+
- Set the DNS alt names for the agent.
37+
- Set the certname with which the node should be bootstrapped.
38+
39+
[0.3.0]: https://github.com/puppetlabs/puppetlabs-resource/compare/0.2.0...0.3.0
40+
[0.2.0]: https://github.com/puppetlabs/puppetlabs-resource/compare/0.1.1...0.2.0

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "puppetlabs-bootstrap",
33
"version": "0.3.0",
4-
"author": "puppet",
4+
"author": "puppetlabs",
55
"summary": "Tasks that bootstrap/install Puppet Enterprise agents on Linux and Windows",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-bootstrap",

0 commit comments

Comments
 (0)