Skip to content

Commit

Permalink
Merge pull request #2539 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v12.1.0
  • Loading branch information
Ramesh7 authored Apr 3, 2024
2 parents dcc3072 + e6a720d commit b9ac34c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ 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).

## [v12.0.3](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.0.3) - 2024-03-01
## [v12.1.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.1.0) - 2024-04-03

[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.0.3...v12.1.0)

### Added

- vhost: Allow customizing show_diff [#2536](https://github.com/puppetlabs/puppetlabs-apache/pull/2536) ([kajinamit](https://github.com/kajinamit))

### Fixed

- Stop managing mime support package on Debian [#2526](https://github.com/puppetlabs/puppetlabs-apache/pull/2526) ([jcharaoui](https://github.com/jcharaoui))

## [v12.0.3](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.0.3) - 2024-03-02

[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.0.2...v12.0.3)

Expand Down
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3887,7 +3887,7 @@ The following parameters are available in the `apache::mod::mime` class:

##### <a name="-apache--mod--mime--mime_support_package"></a>`mime_support_package`

Data type: `String`
Data type: `Optional[String]`

Name of the MIME package to be installed.

Expand Down Expand Up @@ -7544,6 +7544,7 @@ The following parameters are available in the `apache::vhost` defined type:
* [`error_log_format`](#-apache--vhost--error_log_format)
* [`error_documents`](#-apache--vhost--error_documents)
* [`ensure`](#-apache--vhost--ensure)
* [`show_diff`](#-apache--vhost--show_diff)
* [`fallbackresource`](#-apache--vhost--fallbackresource)
* [`filters`](#-apache--vhost--filters)
* [`h2_copy_files`](#-apache--vhost--h2_copy_files)
Expand Down Expand Up @@ -8158,6 +8159,14 @@ Specifies if the virtual host is present or absent.<br />

Default value: `'present'`

##### <a name="-apache--vhost--show_diff"></a>`show_diff`

Data type: `Boolean`

Specifies whether to set the show_diff parameter for the file resource.

Default value: `true`

##### <a name="-apache--vhost--fallbackresource"></a>`fallbackresource`

Data type: `Optional[Variant[Stdlib::Absolutepath, Enum['disabled']]]`
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": "puppetlabs-apache",
"version": "12.0.3",
"version": "12.1.0",
"author": "puppetlabs",
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
"license": "Apache-2.0",
Expand Down

0 comments on commit b9ac34c

Please sign in to comment.