Skip to content

Commit 082d6ba

Browse files
authored
Merge pull request #7 from ULHPC/release-prep
Release 1.0.0
2 parents 1ab98cc + eee5b51 commit 082d6ba

2 files changed

Lines changed: 70 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
Each new release typically also includes the latest modulesync defaults.
5+
These should not affect the functionality of the module.
6+
7+
## [v1.0.0](https://github.com/ULHPC/puppet-sysctl/tree/v1.0.0) (2026-05-13)
8+
9+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.3.2...v1.0.0)
10+
11+
**Merged pull requests:**
12+
13+
- Bump json from 2.18.1 to 2.19.2 [\#5](https://github.com/ULHPC/puppet-sysctl/pull/5) ([dependabot[bot]](https://github.com/apps/dependabot))
14+
- Bump addressable from 2.8.7 to 2.9.0 [\#4](https://github.com/ULHPC/puppet-sysctl/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
15+
- Bump faraday from 2.13.4 to 2.14.1 [\#3](https://github.com/ULHPC/puppet-sysctl/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump uri from 1.0.3 to 1.0.4 [\#2](https://github.com/ULHPC/puppet-sysctl/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump rexml from 3.4.1 to 3.4.2 [\#1](https://github.com/ULHPC/puppet-sysctl/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
19+
## [v0.3.2](https://github.com/ULHPC/puppet-sysctl/tree/v0.3.2) (2024-06-25)
20+
21+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.3.1...v0.3.2)
22+
23+
## [v0.3.1](https://github.com/ULHPC/puppet-sysctl/tree/v0.3.1) (2022-04-27)
24+
25+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.3.0...v0.3.1)
26+
27+
## [v0.3.0](https://github.com/ULHPC/puppet-sysctl/tree/v0.3.0) (2017-05-16)
28+
29+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.2.1...v0.3.0)
30+
31+
## [v0.2.1](https://github.com/ULHPC/puppet-sysctl/tree/v0.2.1) (2017-03-28)
32+
33+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.2.0...v0.2.1)
34+
35+
## [v0.2.0](https://github.com/ULHPC/puppet-sysctl/tree/v0.2.0) (2017-03-23)
36+
37+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.7...v0.2.0)
38+
39+
## [v0.1.7](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.7) (2015-10-05)
40+
41+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.6...v0.1.7)
42+
43+
## [v0.1.6](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.6) (2015-10-05)
44+
45+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.5...v0.1.6)
46+
47+
## [v0.1.5](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.5) (2015-10-05)
48+
49+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.4...v0.1.5)
50+
51+
## [v0.1.4](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.4) (2015-06-17)
52+
53+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.3...v0.1.4)
54+
55+
## [v0.1.3](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.3) (2015-05-08)
56+
57+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.2...v0.1.3)
58+
59+
## [v0.1.2](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.2) (2015-05-08)
60+
61+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/v0.1.1...v0.1.2)
62+
63+
## [v0.1.1](https://github.com/ULHPC/puppet-sysctl/tree/v0.1.1) (2015-05-08)
64+
65+
[Full Changelog](https://github.com/ULHPC/puppet-sysctl/compare/63c89d75c2957b2c522f511f0691981d8988b43e...v0.1.1)
66+
67+
68+
69+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ULHPC-sysctl",
3-
"version": "0.3.2",
3+
"version": "1.0.0",
44
"author": "UL HPC Team",
55
"summary": "Configure and manage sysctl",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)