Skip to content

Commit

Permalink
Merge pull request #43 from voxpupuli/release-5.1.0
Browse files Browse the repository at this point in the history
Prepare Release 5.1.0
  • Loading branch information
bastelfreak authored Dec 4, 2023
2 parents 5136992 + 450278e commit 0b76bc6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.

## [v5.1.0](https://github.com/voxpupuli/puppet-varnish/tree/v5.1.0) (2023-12-04)

[Full Changelog](https://github.com/voxpupuli/puppet-varnish/compare/v5.0.0...v5.1.0)

**Implemented enhancements:**

- Add Support for Sockets in Varnish Proxy Listening [\#42](https://github.com/voxpupuli/puppet-varnish/pull/42) ([voxel01](https://github.com/voxel01))
- Added max\_connections option to a backend [\#41](https://github.com/voxpupuli/puppet-varnish/pull/41) ([wimsymons](https://github.com/wimsymons))
- add expected\_response parameter for probes [\#33](https://github.com/voxpupuli/puppet-varnish/pull/33) ([jhunt-steds](https://github.com/jhunt-steds))
- Fix varnish ncsa support [\#27](https://github.com/voxpupuli/puppet-varnish/pull/27) ([voxel01](https://github.com/voxel01))

**Merged pull requests:**

- Replace legacy stdlib::merge\(\) with native puppet code [\#45](https://github.com/voxpupuli/puppet-varnish/pull/45) ([bastelfreak](https://github.com/bastelfreak))
- Remove legacy top-scope syntax [\#40](https://github.com/voxpupuli/puppet-varnish/pull/40) ([smortex](https://github.com/smortex))

## [v5.0.0](https://github.com/voxpupuli/puppet-varnish/tree/v5.0.0) (2023-11-08)

[Full Changelog](https://github.com/voxpupuli/puppet-varnish/compare/v4.0.0...v5.0.0)
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": "puppet-varnish",
"version": "5.0.1-rc0",
"version": "5.1.0",
"author": "Vox Pupuli",
"summary": "Varnish module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0b76bc6

Please sign in to comment.