Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v1.0.0](https://github.com/ULHPC/puppet-kernel/tree/v1.0.0) (2026-05-13)

[Full Changelog](https://github.com/ULHPC/puppet-kernel/compare/v0.0.5...v1.0.0)

**Merged pull requests:**

- Bump json from 2.18.1 to 2.19.2 [\#5](https://github.com/ULHPC/puppet-kernel/pull/5) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump addressable from 2.8.7 to 2.9.0 [\#4](https://github.com/ULHPC/puppet-kernel/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump faraday from 2.13.4 to 2.14.1 [\#3](https://github.com/ULHPC/puppet-kernel/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump uri from 1.0.3 to 1.0.4 [\#2](https://github.com/ULHPC/puppet-kernel/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rexml from 3.4.1 to 3.4.2 [\#1](https://github.com/ULHPC/puppet-kernel/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v0.0.5](https://github.com/ULHPC/puppet-kernel/tree/v0.0.5) (2024-06-24)

[Full Changelog](https://github.com/ULHPC/puppet-kernel/compare/v0.0.4...v0.0.5)

## [v0.0.4](https://github.com/ULHPC/puppet-kernel/tree/v0.0.4) (2022-04-27)

[Full Changelog](https://github.com/ULHPC/puppet-kernel/compare/v0.0.3...v0.0.4)

## [v0.0.3](https://github.com/ULHPC/puppet-kernel/tree/v0.0.3) (2015-06-17)

[Full Changelog](https://github.com/ULHPC/puppet-kernel/compare/v0.0.2...v0.0.3)

## [v0.0.2](https://github.com/ULHPC/puppet-kernel/tree/v0.0.2) (2015-06-17)

[Full Changelog](https://github.com/ULHPC/puppet-kernel/compare/de154d904b63fae3d5de2b8ef8f43b944170716d...v0.0.2)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ULHPC-kernel",
"version": "0.0.5",
"version": "1.0.0",
"author": "UL HPC Team",
"summary": "Configure various aspects of Linux kernel (modules etc.)",
"license": "GPL-3.0",
Expand Down
Loading