Skip to content

Commit 7ce0076

Browse files
committed
chore(doc): Update changelog
1 parent da44098 commit 7ce0076

3 files changed

Lines changed: 8 additions & 20 deletions

File tree

.release-notes.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
## LinuxAid Release Version v1.4.6
1+
## LinuxAid Release Version v1.4.7
22

33
### Bug Fixes
4-
- b5b66dad fix: allow metrics which matches the certname, this is required to allow nodes like blackbox exporter nodes to send the metrics to the upstream prom server, since the exported resource have a diff certname and it wont match the node certname, which is correct
5-
- cf6744ea fix: include node name when setting up netbird
6-
- 75c18660 fix: added a strict check on target give for blackbox that it needs to be a https url and handle resource naming
7-
- 62b9fafa fix: created domain and url label for blackbox exporter, so we match exactly on the threshold record label, since it had only domain, we could have added url in the threshold record, but domains sound fine to read and understand and url is easy to showcase the actual url, since some url has some endpoints too
8-
- ea5930b1 fix: let monitor::domains handle https url as well
9-
- c18b95a3 fix: added back the httpurl type check for monitoring, since user can give url with some endpoints as well to monitor
10-
- 8366faaa fix: domains is now just fqdn and fqdn:port
11-
- 042b2959 fix(blackbox_exporter) allow TLS inspection to expose expired certificate metrics
12-
- cac281e8 fix: install kmod-tun via package resource
13-
- 2fe09956 fix(gitea-backup): add pre-run cleanup and simplify rotation logic
14-
15-
### Configuration Changes
16-
- bfc5e3b0 chore: add doc for installing linuxaid on turris routers with netbird integration
17-
- 32aee323 chore: address the yaml lint failures
18-
- d3d0e9a6 chore: update openvox version to 8.24.2
19-
20-
### Other Changes
21-
- d400a51e Add --volumes to Docker system prune cron job
4+
- be75e8f7 fix: underlying profile input data type were too broad, so limited those to fqdn input only and added domain monitoring for phpfpm role
225

CHANGELOG.md

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

33
All releases and the changes included in them (pulled from git commits added since last release) will be detailed in this file.
44

5+
## LinuxAid Release Version v1.4.7
6+
7+
### Bug Fixes
8+
- be75e8f7 fix: underlying profile input data type were too broad, so limited those to fqdn input only and added domain monitoring for phpfpm role
9+
510
## LinuxAid Release Version v1.4.6
611

712
### Bug Fixes

modules/enableit/common/data/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ common::system::services:
313313

314314
# Puppet
315315
common::openvox::version: "8.24.2"
316-
common::openvox::environment: "v1.4.6"
316+
common::openvox::environment: "v1.4.7"
317317
common::openvox::server: enableit.puppet.obmondo.com
318318
common::openvox::package_name: "openvox-agent"
319319
common::openvox::configure_agent: true

0 commit comments

Comments
 (0)