From 6ba333b2b7f8bf7d88272852c73c502e7ebc434d Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Wed, 24 Jan 2024 10:26:56 +0100 Subject: [PATCH] Release v1.4.1 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++------ MANUAL_INSTALL.md | 7 +++++++ Rakefile | 2 +- 3 files changed, 48 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d811835..b66e8954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,47 @@ 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. -## [1.4.0](https://github.com/betadots/hdm/tree/1.4.0) (2024-01-10) +## [1.4.1](https://github.com/betadots/hdm/tree/1.4.1) (2024-01-24) -[Full Changelog](https://github.com/betadots/hdm/compare/v1.3.0...1.4.0) +[Full Changelog](https://github.com/betadots/hdm/compare/v1.4.0...1.4.1) + +**Implemented enhancements:** + +- Initial start up page [\#234](https://github.com/betadots/hdm/issues/234) +- HDM container should be able to make use of a different port. [\#205](https://github.com/betadots/hdm/issues/205) +- Verify new config - Add option to make use of SSO [\#95](https://github.com/betadots/hdm/issues/95) +- Check possibility for hdm to run locally without authentication [\#54](https://github.com/betadots/hdm/issues/54) + +**Fixed bugs:** + +- HDM does not initialize database [\#275](https://github.com/betadots/hdm/issues/275) +- Unable to set a user to have API role [\#272](https://github.com/betadots/hdm/issues/272) + +**Merged pull requests:** + +- Permit role parameter \#272 [\#273](https://github.com/betadots/hdm/pull/273) ([oneiros](https://github.com/oneiros)) +- Improve first access flow \#234 [\#271](https://github.com/betadots/hdm/pull/271) ([oneiros](https://github.com/oneiros)) +- Bump puppet from 8.3.1 to 8.4.0 [\#270](https://github.com/betadots/hdm/pull/270) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump stimulus-rails from 1.3.0 to 1.3.3 [\#269](https://github.com/betadots/hdm/pull/269) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rspec-openapi from 0.10.0 to 0.11.0 [\#268](https://github.com/betadots/hdm/pull/268) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump net-ldap from 0.18.0 to 0.19.0 [\#267](https://github.com/betadots/hdm/pull/267) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rails from 7.1.2 to 7.1.3 [\#266](https://github.com/betadots/hdm/pull/266) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump faker from 3.2.2 to 3.2.3 [\#265](https://github.com/betadots/hdm/pull/265) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump git from 1.18.0 to 1.19.1 [\#262](https://github.com/betadots/hdm/pull/262) ([dependabot[bot]](https://github.com/apps/dependabot)) +- do not ignore github action changes anymore [\#261](https://github.com/betadots/hdm/pull/261) ([rwaffen](https://github.com/rwaffen)) +- also push to dockerhub [\#260](https://github.com/betadots/hdm/pull/260) ([rwaffen](https://github.com/rwaffen)) +- Bump rubocop-performance from 1.20.0 to 1.20.2 [\#255](https://github.com/betadots/hdm/pull/255) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump puma from 6.4.0 to 6.4.2 [\#254](https://github.com/betadots/hdm/pull/254) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump importmap-rails from 1.2.3 to 2.0.1 [\#253](https://github.com/betadots/hdm/pull/253) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rubocop-capybara from 2.19.0 to 2.20.0 [\#251](https://github.com/betadots/hdm/pull/251) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump factory\_bot\_rails from 6.4.2 to 6.4.3 [\#250](https://github.com/betadots/hdm/pull/250) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump dartsass-sprockets from 3.0.0 to 3.1.0 [\#249](https://github.com/betadots/hdm/pull/249) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump sqlite3 from 1.6.9 to 1.7.0 [\#247](https://github.com/betadots/hdm/pull/247) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rubocop-rails from 2.23.0 to 2.23.1 [\#245](https://github.com/betadots/hdm/pull/245) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v1.4.0](https://github.com/betadots/hdm/tree/v1.4.0) (2024-01-10) + +[Full Changelog](https://github.com/betadots/hdm/compare/v1.3.0...v1.4.0) **Fixed bugs:** @@ -248,10 +286,6 @@ These should not affect the functionality of the module. [Full Changelog](https://github.com/betadots/hdm/compare/v0.0.1...v0.0.2) -**Implemented enhancements:** - -- Check possibility for hdm to run locally without authentication [\#54](https://github.com/betadots/hdm/issues/54) - **Fixed bugs:** - Dependabot - RCE bug with Serialized Columns in Active Record [\#75](https://github.com/betadots/hdm/issues/75) diff --git a/MANUAL_INSTALL.md b/MANUAL_INSTALL.md index d08e2528..8157a3b7 100644 --- a/MANUAL_INSTALL.md +++ b/MANUAL_INSTALL.md @@ -21,6 +21,12 @@ As root do: source /etc/profile.d/rvm.sh +On Alma 8 you must install libyaml-devel: + + dnf install -y libyaml-devel + +Now you can install the required ruby version: + rvm install 3.2.2 rvm use 3.2.2 @@ -40,6 +46,7 @@ As root do: # vim /opt/hdm/config/hdm.yml # adopt config bundle exec rails db:setup echo "secret" | EDITOR="vim" bundle exec rails credentials:edit + export RAILS_DEVELOPMENT_HOSTS=$(hostname -f) bundle exec rails server -b 0.0.0.0 & # or use systemd unit from `config` folder. ### **systemd** diff --git a/Rakefile b/Rakefile index 5f7a284a..7bd8813f 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ begin config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog} config.user = 'betadots' config.project = 'hdm' - config.future_release = '1.4.0' + config.future_release = '1.4.1' end # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715