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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.1.19"
".": "5.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management

## [5.2.0](https://github.com/sous-chefs/elasticsearch/compare/v5.1.19...v5.2.0) (2025-11-20)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v5.1.19...v5.2.0 Status: 404



### Features

* **service:** Allow configuration of systemd service Restart directive ([#813](https://github.com/sous-chefs/elasticsearch/issues/813)) ([245f493](https://github.com/sous-chefs/elasticsearch/commit/245f493c098327d8b32cae86be8c6a5b83db1195))


### Bug Fixes

* **ci:** Update CI matrix ([#827](https://github.com/sous-chefs/elasticsearch/issues/827)) ([295aae6](https://github.com/sous-chefs/elasticsearch/commit/295aae62d29cb4206239ae023073b3709983d53b))
* **service:** Add systemd unit option that prevents service from failing to start on Debian and Elasticsearch 8.x ([#826](https://github.com/sous-chefs/elasticsearch/issues/826)) ([#819](https://github.com/sous-chefs/elasticsearch/issues/819)) ([cb8c045](https://github.com/sous-chefs/elasticsearch/commit/cb8c0456cacf8598271f181f443c84ccd586c5fe))

## [5.1.19](https://github.com/sous-chefs/elasticsearch/compare/5.1.18...v5.1.19) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs and configures Elasticsearch'
version '5.1.19'
version '5.2.0'
issues_url 'https://github.com/sous-chefs/elasticsearch/issues'
source_url 'https://github.com/sous-chefs/elasticsearch'
chef_version '>= 16.0'
Expand Down
Loading