Skip to content

Commit 8fe032f

Browse files
authored
Merge pull request puppetlabs#1252 from puppetlabs/release
(IAC-1525) Release mergeback version v7.0.0
2 parents e582cb0 + 0b87dae commit 8fe032f

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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).
44

5+
## [v7.0.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.0) (2021-03-04)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.10.2...v7.0.0)
8+
9+
### Changed
10+
11+
- pdksync - \(MAINT\) Remove SLES 11 support [\#1247](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1247) ([sanfrancrisko](https://github.com/sanfrancrisko))
12+
- pdksync - \(MAINT\) Remove RHEL 5 family support [\#1246](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1246) ([sanfrancrisko](https://github.com/sanfrancrisko))
13+
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#1238](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1238) ([carabasdaniel](https://github.com/carabasdaniel))
14+
15+
### Added
16+
17+
- Add DNF module management [\#1239](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1239) ([ekohl](https://github.com/ekohl))
18+
519
## [v6.10.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.10.2) (2021-02-22)
620

721
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.10.1...v6.10.2)
@@ -40,6 +54,7 @@ All notable changes to this project will be documented in this file. The format
4054

4155
- pdksync - \(feat\) - Add support for puppet 7 [\#1215](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1215) ([daianamezdrea](https://github.com/daianamezdrea))
4256
- Manage postgresql\_conf\_path file permissions [\#1199](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1199) ([ekohl](https://github.com/ekohl))
57+
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#1182](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1182) ([david22swan](https://github.com/david22swan))
4358

4459
### Fixed
4560

@@ -64,10 +79,6 @@ All notable changes to this project will be documented in this file. The format
6479

6580
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.6.0...v6.7.0)
6681

67-
### Added
68-
69-
- pdksync - \(IAC-973\) - Update travis/appveyor to run on new default branch `main` [\#1182](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1182) ([david22swan](https://github.com/david22swan))
70-
7182
### Fixed
7283

7384
- Invert psql/package dependency logic [\#1179](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1179) ([raphink](https://github.com/raphink))

REFERENCE.md

+12
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#### Private Classes
2525

26+
* `postgresql::dnfmodule`: Manage the DNF module
2627
* `postgresql::params`
2728
* `postgresql::repo`
2829
* `postgresql::repo::apt_postgresql_org`
@@ -189,6 +190,7 @@ The following parameters are available in the `postgresql::globals` class:
189190
* [`manage_logdir`](#manage_logdir)
190191
* [`manage_xlogdir`](#manage_xlogdir)
191192
* [`manage_package_repo`](#manage_package_repo)
193+
* [`manage_dnf_module`](#manage_dnf_module)
192194
* [`module_workdir`](#module_workdir)
193195
* [`manage_selinux`](#manage_selinux)
194196

@@ -610,6 +612,16 @@ Sets up official PostgreSQL repositories on your host if set to true.
610612

611613
Default value: ``undef``
612614

615+
##### <a name="manage_dnf_module"></a>`manage_dnf_module`
616+
617+
Data type: `Boolean`
618+
619+
Manage the DNF module. This only makes sense on distributions that use DNF
620+
package manager, such as EL8 or Fedora. It also requires Puppet 5.5.20+ or
621+
Puppet 6.15.0+ since they ship the dnfmodule provider.
622+
623+
Default value: ``false``
624+
613625
##### <a name="module_workdir"></a>`module_workdir`
614626

615627
Data type: `Any`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "6.10.2",
3+
"version": "7.0.0",
44
"author": "puppetlabs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)