Showing with 50 additions and 21 deletions.
  1. +25 −8 .github/workflows/stale.yml
  2. +18 −9 CHANGELOG.md
  3. +5 −4 metadata.json
  4. +2 −0 pdk.yaml
33 changes: 25 additions & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
name: Mark stale issues and pull requests
name: Audit aging issues/PRs

on:
schedule:
- cron: "30 1 * * *"

jobs:
stale:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 7
stale-issue-message: 'This issue has been marked as stale because it has been open for a while and has had no recent activity. If this issue is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.'
stale-issue-label: 'stale'
stale-pr-message: 'This PR has been marked as stale because it has been open for a while and has had no recent activity. If this PR is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.'
stale-pr-label: 'stale'
days-before-issue-stale: 90
days-before-pr-stale: 60
days-before-pr-close: 7
stale-issue-message: |
Hello! 👋
This issue has been open for a while and has had no recent activity. We've labelled it with `attention-needed` so that we can get a clear view of which issues need our attention.
If you are waiting on a response from us we will try and address your comments on a future Community Day.
Alternatively, if it is no longer relevant to you please close the issue with a comment.
stale-issue-label: 'attention-needed'
stale-pr-message: |
Hello! 👋
This pull request has been open for a while and has had no recent activity. We've labelled it with `attention-needed` so that we can get a clear view of which PRs need our attention.
If you are waiting on a response from us we will try and address your comments on a future Community Day.
Alternatively, if it is no longer relevant to you please close the PR with a comment.
Please note that if a pull request receives no update for 7 after it has been labelled, it will be closed. We are always happy to re-open pull request if they have been closed in error.
stale-pr-label: 'attention-needed'
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,34 @@

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).

## [v2.2.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.2.0) - 2022-05-16
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.3.0) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.1.0...v2.2.0)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.2.0...v2.3.0)

### Added

- pdksync - (FM-8922) - Add Support for Windows 2022 [#205](https://github.com/puppetlabs/puppetlabs-service/pull/205) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#217](https://github.com/puppetlabs/puppetlabs-service/pull/217) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#216](https://github.com/puppetlabs/puppetlabs-service/pull/216) ([david22swan](https://github.com/david22swan))

### Fixed

- pdksync - (IAC-1753) - Add Support for AlmaLinux 8 [#199](https://github.com/puppetlabs/puppetlabs-service/pull/199) ([david22swan](https://github.com/david22swan))
- \(MAINT\) Dropped support for windows server 2008 R2. [\#218](https://github.com/puppetlabs/puppetlabs-service/pull/218) ([jordanbreen28](https://github.com/jordanbreen28))

- pdksync - (IAC-1751) - Add Support for Rocky 8 [#198](https://github.com/puppetlabs/puppetlabs-service/pull/198) ([david22swan](https://github.com/david22swan))
## [v2.2.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.2.0) (2022-05-16)

### Fixed
[Full Changelog](https://github.com/puppetlabs/puppetlabs-service/compare/v2.1.0...v2.2.0)

### Added

- pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04 [#207](https://github.com/puppetlabs/puppetlabs-service/pull/207) ([david22swan](https://github.com/david22swan))
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#205](https://github.com/puppetlabs/puppetlabs-service/pull/205) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#199](https://github.com/puppetlabs/puppetlabs-service/pull/199) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#198](https://github.com/puppetlabs/puppetlabs-service/pull/198) ([david22swan](https://github.com/david22swan))

- pdksync - (IAC-1787) Remove Support for CentOS 6 [#202](https://github.com/puppetlabs/puppetlabs-service/pull/202) ([david22swan](https://github.com/david22swan))
### Fixed

- pdksync - (IAC-1598) - Remove Support for Debian 8 [#197](https://github.com/puppetlabs/puppetlabs-service/pull/197) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#207](https://github.com/puppetlabs/puppetlabs-service/pull/207) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#202](https://github.com/puppetlabs/puppetlabs-service/pull/202) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#197](https://github.com/puppetlabs/puppetlabs-service/pull/197) ([david22swan](https://github.com/david22swan))

## [v2.1.0](https://github.com/puppetlabs/puppetlabs-service/tree/v2.1.0) (2021-08-25)

Expand Down
9 changes: 5 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-service",
"version": "2.2.0",
"version": "2.3.0",
"author": "puppetlabs",
"summary": "Tasks that manipulate a service",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,21 +36,22 @@
"operatingsystemrelease": [
"6",
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"10",
"2008 R2",
"2012 R2",
"2016",
"2019",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []