Skip to content

Commit c52471f

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

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,28 @@
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+
- Drop support for Ubuntu 16 and Scientific Linux 7 [#384](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/384) ([h0tw1r3](https://github.com/h0tw1r3))
11+
- Drop support for < Puppet 7 [#383](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/383) ([h0tw1r3](https://github.com/h0tw1r3))
12+
- Update firewall manifests to use `jump` instead of `action` [#372](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/372) ([david22swan](https://github.com/david22swan))
13+
- Make puppet_confdir configurable [#376](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/376) ([h0tw1r3](https://github.com/h0tw1r3))
14+
15+
### Fixed
16+
17+
- Un-terminated quoted string when creating read user [#371](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/371) ([waipeng](https://github.com/waipeng))
18+
- FreeBSD support [#342](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/342) ([smortex](https://github.com/smortex))
19+
- 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))
20+
21+
### Other
22+
23+
- Add release workflows [#389](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/389) ([h0tw1r3](https://github.com/h0tw1r3))
24+
- Cleanup reference documentation [#388](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/388) ([h0tw1r3](https://github.com/h0tw1r3))
25+
- Update acceptance testing and add workflow [#387](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/387) ([h0tw1r3](https://github.com/h0tw1r3))
26+
- Modernize test framework and add ci workflow [#385](https://github.com/puppetlabs/puppetlabs-puppetdb/pull/385) ([h0tw1r3](https://github.com/h0tw1r3))
927

1028
#### 7.14.0 - 2023/10/09
1129
* 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)