From debfd2c0e7890aba859495230b42594592c9d6b0 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Tue, 3 Dec 2024 11:45:26 +0100 Subject: [PATCH] Release v3.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ RELEASE.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb0d17e..793be0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ 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. +## [v3.1.0](https://github.com/betadots/hdm/tree/v3.1.0) (2024-12-03) + +[Full Changelog](https://github.com/betadots/hdm/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Performance tuning PQL queries [\#366](https://github.com/betadots/hdm/issues/366) +- Upgrade to Rails 7.2 [\#463](https://github.com/betadots/hdm/pull/463) ([oneiros](https://github.com/oneiros)) +- feat: do multi stage build [\#455](https://github.com/betadots/hdm/pull/455) ([rwaffen](https://github.com/rwaffen)) +- Replace `inventory` with `nodes` endpoint [\#381](https://github.com/betadots/hdm/pull/381) ([oneiros](https://github.com/oneiros)) + +**Merged pull requests:** + +- build\(deps\): bump rexml from 3.3.8 to 3.3.9 [\#470](https://github.com/betadots/hdm/pull/470) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump the ruby group across 1 directory with 3 updates [\#469](https://github.com/betadots/hdm/pull/469) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump the ruby group with 2 updates [\#466](https://github.com/betadots/hdm/pull/466) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump the ruby group across 1 directory with 3 updates [\#465](https://github.com/betadots/hdm/pull/465) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump actiontext from 7.1.4 to 7.1.4.1 [\#460](https://github.com/betadots/hdm/pull/460) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump the ruby group with 2 updates [\#459](https://github.com/betadots/hdm/pull/459) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump importmap-rails from 2.0.2 to 2.0.3 in the ruby group [\#457](https://github.com/betadots/hdm/pull/457) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps\): bump importmap-rails from 2.0.1 to 2.0.2 in the ruby group [\#456](https://github.com/betadots/hdm/pull/456) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.0.0](https://github.com/betadots/hdm/tree/v3.0.0) (2024-09-26) [Full Changelog](https://github.com/betadots/hdm/compare/v2.1.0...v3.0.0) diff --git a/RELEASE.md b/RELEASE.md index 383420b0..2f3564fb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -18,7 +18,7 @@ bundle config set --local with 'release' bundle install CHANGELOG_GITHUB_TOKEN="token_MC_tokenface" bundle exec rake changelog -git commit ---signoff -all --message "Release v${RELEASE_VERSION}" +git commit --all --message "Release v${RELEASE_VERSION}" git push --set-upstream origin HEAD ```