File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed
Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1919 pull-requests : write
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/labeler@v5
22+ - uses : actions/labeler@v6
Original file line number Diff line number Diff line change 99 markdownlint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Run mdl
1515 uses : actionshub/markdownlint@main
Original file line number Diff line number Diff line change 99 shellcheck :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Run ShellCheck
1515 uses : ludeeus/action-shellcheck@master
Original file line number Diff line number Diff line change 99 yamllint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Run yamllint
1515 uses : bewuethr/yamllint-action@v1
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44Each new release typically also includes the latest modulesync defaults.
55These should not affect the functionality of the module.
66
7+ ## [ v3.2.0] ( https://github.com/lsst-it/puppet-maven/tree/v3.2.0 ) (2025-10-28)
8+
9+ [ Full Changelog] ( https://github.com/lsst-it/puppet-maven/compare/v3.1.0...v3.2.0 )
10+
11+ ** Implemented enhancements:**
12+
13+ - \( metadata.json\) Bump archive to include v8 [ \# 42] ( https://github.com/lsst-it/puppet-maven/pull/42 ) ([ badenerb] ( https://github.com/badenerb ) )
14+ - Update actions/labeler action to v6 [ \# 37] ( https://github.com/lsst-it/puppet-maven/pull/37 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
15+ - Update actions/checkout action to v5 [ \# 35] ( https://github.com/lsst-it/puppet-maven/pull/35 ) ([ renovate[ bot]] ( https://github.com/apps/renovate ) )
16+ - \( puppet-maven\) add license file [ \# 24] ( https://github.com/lsst-it/puppet-maven/pull/24 ) ([ dtapiacl] ( https://github.com/dtapiacl ) )
17+
718## [ v3.1.0] ( https://github.com/lsst-it/puppet-maven/tree/v3.1.0 ) (2023-08-22)
819
920[ Full Changelog] ( https://github.com/lsst-it/puppet-maven/compare/v3.0.0...v3.1.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " lsst-maven" ,
3- "version" : " 3.1 .1-rc0" ,
3+ "version" : " 3.2 .1-rc0" ,
44 "author" : " AURA/LSST" ,
55 "summary" : " Installs maven (`mvn`) from Apache official binary tarball releases." ,
66 "license" : " Apache-2.0" ,
1212 },
1313 {
1414 "name" : " puppet/archive" ,
15- "version_requirement" : " >= 4.0.0 < 8 .0.0"
15+ "version_requirement" : " >= 4.0.0 < 9 .0.0"
1616 }
1717 ],
1818 "operatingsystem_support" : [
You can’t perform that action at this time.
0 commit comments