Skip to content

Commit 9c435ea

Browse files
GitHub Actionsh0tw1r3
GitHub Actions
authored andcommitted
Release prep v8.0.0
1 parent 10a53d5 commit 9c435ea

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,30 @@
22

33
Release notes for the puppetlabs-puppetdb module.
44

5-
#### Unreleased
6-
* Drop support for Puppet 6
7-
* Drop support for Ubuntu 16.04 and Scientific Linux 7
8-
* Remove all code related to embedded database
5+
## [v8.0.0](https://github.com/puppetlabs/puppetlabs-puppetdb/tree/v8.0.0) - 2024-02-15
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppetdb/compare/7.14.0...v8.0.0)
8+
9+
### Changed
10+
11+
- Change default postgres version to 14 [#379](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/379) ([jonathannewman](https://github.com/jonathannewman))
12+
- Drop support for Ubuntu 16 and Scientific Linux 7 [#384](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/384) ([h0tw1r3](https://github.com/h0tw1r3))
13+
- Drop support for < Puppet 7 [#383](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/383) ([h0tw1r3](https://github.com/h0tw1r3))
14+
- Update firewall manifests to use `jump` instead of `action` [#372](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/372) ([david22swan](https://github.com/david22swan))
15+
- Make puppet_confdir configurable [#376](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/376) ([h0tw1r3](https://github.com/h0tw1r3))
16+
17+
### Fixed
18+
19+
- Un-terminated quoted string when creating read user [#371](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/371) ([waipeng](https://github.com/waipeng))
20+
- FreeBSD support [#342](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/342) ([smortex](https://github.com/smortex))
21+
- Use the correct value for clientcert in pg_hba.conf for Postgresql 12 [#380](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/380) ([jhunt-steds](https://github.com/jhunt-steds))
22+
23+
### Other
24+
25+
- Add release workflows [#389](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/389) ([h0tw1r3](https://github.com/h0tw1r3))
26+
- Cleanup reference documentation [#388](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/388) ([h0tw1r3](https://github.com/h0tw1r3))
27+
- Update acceptance testing and add workflow [#387](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/387) ([h0tw1r3](https://github.com/h0tw1r3))
28+
- Modernize test framework and add ci workflow [#385](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/385) ([h0tw1r3](https://github.com/h0tw1r3))
929

1030
#### 7.14.0 - 2023/10/09
1131
* Owner of puppetdb config.ini is now root

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppetdb",
3-
"version": "7.14.0",
3+
"version": "8.0.0",
44
"author": "puppetlabs",
55
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)