Skip to content

Commit 84ec52d

Browse files
authored
Merge pull request #1405 from voxpupuli/release-7.0.2
Release 7.0.2
2 parents a2b0fc3 + 613a446 commit 84ec52d

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v7.0.2](https://github.com/voxpupuli/puppetboard/tree/v7.0.2) (2026-03-19)
6+
7+
[Full Changelog](https://github.com/voxpupuli/puppetboard/compare/v7.0.1...v7.0.2)
8+
9+
**Implemented enhancements:**
10+
11+
- better support structured facts [\#960](https://github.com/voxpupuli/puppetboard/issues/960)
12+
- save puppet queries/list [\#642](https://github.com/voxpupuli/puppetboard/issues/642)
13+
- fix a bunch of dark mode color aesthetics: [\#1398](https://github.com/voxpupuli/puppetboard/pull/1398) ([rismoney](https://github.com/rismoney))
14+
15+
**Fixed bugs:**
16+
17+
- Fix Python 3.9 compatibility [\#1404](https://github.com/voxpupuli/puppetboard/pull/1404) ([yakatz](https://github.com/yakatz))
18+
- fix query bug introduced on issue \#1400 [\#1401](https://github.com/voxpupuli/puppetboard/pull/1401) ([rismoney](https://github.com/rismoney))
19+
20+
**Closed issues:**
21+
22+
- Not showing some nodes in error [\#1402](https://github.com/voxpupuli/puppetboard/issues/1402)
23+
- 7.0.0 structured facts not enumerating [\#1393](https://github.com/voxpupuli/puppetboard/issues/1393)
24+
25+
**Merged pull requests:**
26+
27+
- build\(deps\): bump the python group across 1 directory with 2 updates [\#1399](https://github.com/voxpupuli/puppetboard/pull/1399) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- fix url prefix problem in facts.html [\#1394](https://github.com/voxpupuli/puppetboard/pull/1394) ([rismoney](https://github.com/rismoney))
29+
530
## [v7.0.1](https://github.com/voxpupuli/puppetboard/tree/v7.0.1) (2026-03-13)
631

732
[Full Changelog](https://github.com/voxpupuli/puppetboard/compare/v7.0.0...v7.0.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "puppetboard"
3-
version = "7.0.1"
3+
version = "7.0.2"
44
description = "Web frontend for PuppetDB"
55
authors = ["Vox Pupuli <voxpupuli@groups.io>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)