Skip to content

Commit 29615fe

Browse files
authored
Merge branch 'master' into modulesync
2 parents 321d355 + e5e3ca6 commit 29615fe

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
pull-requests: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/labeler@v5
22+
- uses: actions/labeler@v6

.github/workflows/markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These 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)

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -12,7 +12,7 @@
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": [

0 commit comments

Comments
 (0)