diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea0e587..1186aabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,23 @@ 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. -## [v9.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v9.0.1) (2023-12-05) +## [v9.1.0](https://github.com/voxpupuli/puppet-rundeck/tree/v9.1.0) (2024-02-29) + +[Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v9.0.1...v9.1.0) + +**Implemented enhancements:** + +- Add support for adding readme.md and motd.md for projects. [\#67](https://github.com/voxpupuli/puppet-rundeck/issues/67) +- Type/provider for managing jobs [\#33](https://github.com/voxpupuli/puppet-rundeck/issues/33) +- Add Job management [\#530](https://github.com/voxpupuli/puppet-rundeck/pull/530) ([Joris29](https://github.com/Joris29)) +- Add rundeck cli and project management [\#527](https://github.com/voxpupuli/puppet-rundeck/pull/527) ([Joris29](https://github.com/Joris29)) + +**Fixed bugs:** + +- Fix debian gpg validation and improve rundeck::install spec file [\#528](https://github.com/voxpupuli/puppet-rundeck/pull/528) ([Joris29](https://github.com/Joris29)) +- Add aditional required framework config [\#526](https://github.com/voxpupuli/puppet-rundeck/pull/526) ([Joris29](https://github.com/Joris29)) + +## [v9.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v9.0.1) (2023-12-06) [Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v9.0.0...v9.0.1) diff --git a/README.md b/README.md index b311c300..87be7c68 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Rundeck module for Puppet [![Build Status](https://github.com/voxpupuli/puppet-rundeck/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-rundeck/actions?query=workflow%3ACI) -[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-rundeck/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-rundeck) +[![Release](https://github.com/voxpupuli/puppet-rundeck/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-rundeck/actions/workflows/release.yml) [![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/rundeck.svg)](https://forge.puppetlabs.com/puppet/rundeck) [![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/rundeck.svg)](https://forge.puppetlabs.com/puppet/rundeck) [![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/rundeck.svg)](https://forge.puppetlabs.com/puppet/rundeck) [![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/rundeck.svg)](https://forge.puppetlabs.com/puppet/rundeck) +[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-rundeck) +[![MIT License](https://img.shields.io/github/license/voxpupuli/puppet-rundeck.svg)](LICENSE) +[![Donated by OpenTable](https://img.shields.io/badge/donated%20by-opentable-fb7047.svg)](#transfer-notice) ## Table of Contents @@ -254,18 +257,7 @@ See [REFERENCE.md](https://github.com/voxpupuli/puppet-rundeck/blob/master/REFER ## Limitations -This module is tested on the following platforms: - -- CentOS 8 -- CentOS 9 -- Debian 10 -- Debian 11 -- RedHat 8 -- Ubuntu 18.04 -- Ubuntu 20.04 -- Ubuntu 22.04 - -It is tested with the OSS version of Puppet only. +For a list of supported operating systems please check the [metadata.json](https://github.com/voxpupuli/puppet-rundeck/blob/master/metadata.json) ## Development @@ -276,3 +268,9 @@ welcomes new contributions to this module, especially those that include documentation and rspec tests. We are happy to provide guidance if necessary. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for more details. + +## Transfer Notice + +This plugin was originally authored by [OpenTable Inc](https://www.opentable.com/). +The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance. +Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Camptocamp. diff --git a/metadata.json b/metadata.json index e390efb0..6c3ef5a3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rundeck", - "version": "9.0.2-rc0", + "version": "9.1.0", "author": "Vox Pupuli", "license": "MIT", "summary": "Module for managing the installatation and configuration of the rundeck orchestration tool",