Skip to content

Commit a50a3b5

Browse files
authored
Merge pull request #1243 from puppetlabs/release
Release merge-back v6.10.2
2 parents 1044a32 + 11538af commit a50a3b5

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v6.10.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.10.2) (2021-02-22)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.10.1...v6.10.2)
8+
9+
### Fixed
10+
11+
- Fix command shell escaping [\#1240](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1240) ([DavidS](https://github.com/DavidS))
12+
513
## [v6.10.1](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.10.1) (2021-02-09)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.10.0...v6.10.1)

REFERENCE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,6 +3034,7 @@ The following parameters are available in the `postgresql_psql` type.
30343034
* [`psql_user`](#psql_user)
30353035
* [`refreshonly`](#refreshonly)
30363036
* [`search_path`](#search_path)
3037+
* [`sensitive`](#sensitive)
30373038
* [`unless`](#unless)
30383039

30393040
##### <a name="connect_settings"></a>`connect_settings`
@@ -3108,6 +3109,15 @@ Default value: ``false``
31083109

31093110
The schema search path to use when executing the SQL command
31103111

3112+
##### <a name="sensitive"></a>`sensitive`
3113+
3114+
Valid values: ``true``, ``false``
3115+
3116+
If 'true', then the executed command will not be echoed into the log. Use this to protect sensitive information passing
3117+
through.
3118+
3119+
Default value: ``false``
3120+
31113121
##### <a name="unless"></a>`unless`
31123122

31133123
An optional SQL command to execute prior to the main :command;

metadata.json

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

0 commit comments

Comments
 (0)