Skip to content

Commit 2fdb12b

Browse files
committed
(docs) bulk docs update
1 parent 363cd52 commit 2fdb12b

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

documentation/overview.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,3 @@ characteristics. At smallish sites, you may even be able to run PuppetDB on your
135135
Puppet Server.
136136

137137
For more on fitting PuppetDB to your site, [see our scaling recommendations.][scaling]
138-
139-
## Open Source
140-
141-
PuppetDB is developed openly, and is released under the
142-
[Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html). You can
143-
get the source --- and contribute to it! --- at
144-
[the PuppetDB GitHub repo][github]. Bug reports and feature requests are welcome
145-
at [the Puppet Labs® issue tracker][tracker].

documentation/release_notes_8.markdown

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ canonical: "/puppetdb/latest/release_notes.html"
1212

1313
# PuppetDB: Release notes
1414

15+
## PuppetDB 8.10.2
16+
17+
Released June 3 2025
18+
19+
### Security fixes
20+
21+
* Dependencies were updated to help prevent security vulnerabilities.
22+
23+
## PuppetDB 8.10.0
24+
25+
Released April 15 2025
26+
27+
### Bug fixes
28+
29+
* Fixed an issue where duplicate reports could have been stored when two
30+
PuppetDB’s simultaneously submit identical reports to the same Postgres
31+
in overlapping transactions.
32+
33+
## PuppetDB 8.9.0
34+
35+
Released February 13 2025
36+
37+
### Improvements
38+
39+
* Improved the performance of inventory queries by removing a join against the
40+
certnames table.
41+
* The `inventory` endpoint now supports the `in` operator on dotted jsonb paths
42+
(e.g. `inventory[] { facts.os.name in ["Debian", "RedHat"] }`).
43+
1544
## PuppetDB 8.8.1
1645

1746
Released October 29 2024

0 commit comments

Comments
 (0)