Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #27

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Changelog

All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v1.0.0](https://github.com/opus-codium/puppet-commission/tree/v1.0.0) (2023-11-24)

[Full Changelog](https://github.com/opus-codium/puppet-commission/compare/39afd208774501af9b4c395bdd7e1e2a45c66039...v1.0.0)

**Breaking changes:**

- Drop Puppet 6 \(EOL\) [\#26](https://github.com/opus-codium/puppet-commission/pull/26) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- Add support for Puppet 8 [\#22](https://github.com/opus-codium/puppet-commission/pull/22) ([smortex](https://github.com/smortex))
- Improve error reporting [\#20](https://github.com/opus-codium/puppet-commission/pull/20) ([smortex](https://github.com/smortex))
- Hide template plans by default [\#19](https://github.com/opus-codium/puppet-commission/pull/19) ([smortex](https://github.com/smortex))
- Switch to tasks for decommissioning nodes [\#18](https://github.com/opus-codium/puppet-commission/pull/18) ([smortex](https://github.com/smortex))
- Refactor the certificates management tasks [\#16](https://github.com/opus-codium/puppet-commission/pull/16) ([smortex](https://github.com/smortex))
- Set puppet settings from a task instead of a script [\#15](https://github.com/opus-codium/puppet-commission/pull/15) ([smortex](https://github.com/smortex))
- Improve the add\_custom\_facts task [\#14](https://github.com/opus-codium/puppet-commission/pull/14) ([smortex](https://github.com/smortex))
- Make commission plan site specific [\#13](https://github.com/opus-codium/puppet-commission/pull/13) ([smortex](https://github.com/smortex))
- Add support for Debian 11 [\#12](https://github.com/opus-codium/puppet-commission/pull/12) ([smortex](https://github.com/smortex))
- Document plans parameters [\#10](https://github.com/opus-codium/puppet-commission/pull/10) ([smortex](https://github.com/smortex))
- Add task for adding facts: add\_custom\_facts [\#5](https://github.com/opus-codium/puppet-commission/pull/5) ([smortex](https://github.com/smortex))
- Add a commissionned\_at fact [\#4](https://github.com/opus-codium/puppet-commission/pull/4) ([smortex](https://github.com/smortex))
- Ensure lspci\(1\) is installed before running Puppet [\#2](https://github.com/opus-codium/puppet-commission/pull/2) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Fix arguments parameter for run\_script [\#3](https://github.com/opus-codium/puppet-commission/pull/3) ([smortex](https://github.com/smortex))
- Strip username and port from provisionning targets [\#1](https://github.com/opus-codium/puppet-commission/pull/1) ([smortex](https://github.com/smortex))

**Merged pull requests:**

- Ensure Puppet AIO path [\#17](https://github.com/opus-codium/puppet-commission/pull/17) ([smortex](https://github.com/smortex))
- Update README badges [\#11](https://github.com/opus-codium/puppet-commission/pull/11) ([smortex](https://github.com/smortex))
- Bump minimal Puppet version to 6.0.0 [\#9](https://github.com/opus-codium/puppet-commission/pull/9) ([smortex](https://github.com/smortex))
- No need to load puppet facts [\#7](https://github.com/opus-codium/puppet-commission/pull/7) ([smortex](https://github.com/smortex))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opuscodium-commission",
"version": "0.0.0",
"version": "1.0.0",
"author": "Opus Codium",
"summary": "Commission / decommission Puppet nodes easily",
"license": "MIT",
Expand Down