Skip to content

Commit

Permalink
Merge pull request #533 from bastelfreak/rel910
Browse files Browse the repository at this point in the history
Release 9.1.0
  • Loading branch information
bastelfreak committed Feb 29, 2024
2 parents 92358d0 + 6b01c46 commit 2ead8b6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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)

Expand Down
24 changes: 11 additions & 13 deletions 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

Expand Down Expand Up @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 2ead8b6

Please sign in to comment.