Showing with 50 additions and 20 deletions.
  1. +25 −8 .github/workflows/stale.yml
  2. +18 −8 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'
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,33 @@

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

## [v1.3.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.3.0) - 2022-05-16
## [v1.4.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.4.0) (2022-10-03)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.2.0...v1.3.0)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.3.0...v1.4.0)

### Added

- pdksync - (IAC-1753) - Add Support for AlmaLinux 8 [#163](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/163) ([david22swan](https://github.com/david22swan))

- pdksync - (IAC-1751) - Add Support for Rocky 8 [#162](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/162) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#176](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/176) ([david22swan](https://github.com/david22swan))
- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#175](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/175) ([david22swan](https://github.com/david22swan))

### Fixed

- pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04 [#166](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/166) ([david22swan](https://github.com/david22swan))
- \(MAINT\) Dropped support for windows server 2008 R2. [\#177](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/177) ([jordanbreen28](https://github.com/jordanbreen28))

## [v1.3.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.3.0) (2022-05-16)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.2.0...v1.3.0)

- pdksync - (IAC-1787) Remove Support for CentOS 6 [#164](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/164) ([david22swan](https://github.com/david22swan))
### Added

- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#163](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/163) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#162](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/162) ([david22swan](https://github.com/david22swan))

### Fixed

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

## [v1.2.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.2.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-puppet_conf",
"version": "1.3.0",
"version": "1.4.0",
"author": "puppetlabs",
"summary": "Tasks that manipulates a puppet configuration file",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,20 +36,21 @@
"operatingsystemrelease": [
"6",
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"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: []