From 539963ddfd2f121a462f4e448b4b35fc7e87245f Mon Sep 17 00:00:00 2001 From: ulphc-bot <282622861+ULHPC-bot@users.noreply.github.com> Date: Wed, 13 May 2026 15:12:34 +0000 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1dcb461 --- /dev/null +++ b/CHANGELOG.md @@ -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)* diff --git a/metadata.json b/metadata.json index 5096bed..a35c7b1 100644 --- a/metadata.json +++ b/metadata.json @@ -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",