Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Apr 9, 2024
1 parent 56e8cf1 commit 452e10e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.1.0] - 2024-04-09

### Added
- Add new parameter `$jetty_host`
- Add new parameter `$enable_security_manager`

### Changed
- Remove all `$gc_tune` default values
- Rely on Solr to provide a working GC configuration

## [4.0.0] - 2024-04-03

Expand Down Expand Up @@ -149,7 +150,8 @@ migrate from spacepants/puppet-solr to this version with only minor modification
### Removed
- Remove unused parameter `$install_dir`

[Unreleased]: https://github.com/markt-de/puppet-solr/compare/4.0.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-solr/compare/4.1.0...HEAD
[4.1.0]: https://github.com/markt-de/puppet-solr/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/markt-de/puppet-solr/compare/3.2.0...4.0.0
[3.2.0]: https://github.com/markt-de/puppet-solr/compare/3.1.1...3.2.0
[3.1.1]: https://github.com/markt-de/puppet-solr/compare/3.1.0...3.1.1
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markt-solr",
"version": "4.0.0",
"version": "4.1.0",
"author": "markt.de",
"summary": "Installs and configures the Solr search platform",
"license": "Apache-2.0",
Expand Down

0 comments on commit 452e10e

Please sign in to comment.