Showing with 11 additions and 6 deletions.
  1. +0 −1 .github/workflows/test-fips-install-matrix.yaml
  2. +0 −1 .github/workflows/test-install-matrix.yaml
  3. +0 −1 .github/workflows/test-upgrade-matrix.yaml
  4. +8 −0 CHANGELOG.md
  5. +3 −3 metadata.json
1 change: 0 additions & 1 deletion .github/workflows/test-fips-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
- '.puppet-lint.rc'
- '.fixtures.yml'
branches: [main]
types: [review_requested]
workflow_dispatch: {}

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ on:
- '.puppet-lint.rc'
- '.fixtures.yml'
branches: [main]
types: [review_requested]
workflow_dispatch: {}

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
- '.fixtures.yml'

branches: [main]
types: [review_requested]
workflow_dispatch: {}

jobs:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [v3.13.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.13.1) - 2023-06-27

[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.13.0...v3.13.1)

### Fixed

- (#366) Bump inifile and stdlib [#367](https://github.com/puppetlabs/puppetlabs-peadm/pull/367) ([CoMfUcIoS](https://github.com/CoMfUcIoS))

## [v3.13.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.13.0) - 2023-06-26

[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.12.0...v3.13.0)
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-peadm",
"version": "3.13.0",
"version": "3.13.1",
"author": "puppetlabs",
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.5.0 < 10.0.0"
"version_requirement": ">= 8.6.0 < 10.0.0"
},
{
"name": "WhatsARanjit/node_manager",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 5.2.0 < 6.0.0"
"version_requirement": ">= 6.1.0 < 7.0.0"
},
{
"name": "puppetlabs/ruby_task_helper",
Expand Down