summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/T6987-logging-changes.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/fragments/T6987-logging-changes.yml b/changelogs/fragments/T6987-logging-changes.yml
new file mode 100644
index 00000000..c4b11da6
--- /dev/null
+++ b/changelogs/fragments/T6987-logging-changes.yml
@@ -0,0 +1,15 @@
+---
+minor_changes:
+ - deprecating items for 1.4+ that have moved locations
+ - For 1.4, `protocol` is an attribute of the syslog host, not the facility
+ - Fixed v1.3 and before when `protocol` and `level` were set for the same host
+ - Fixed integration test for `vyos_facts` which was brittle due to line dependencies in checks
+ - Fixed integration test for `vyos_config` due to bad commands. 1.3 frequently won't finish due
+ to timeouts or system failures during the tests, but 1.4 and 1.5
+
+breaking_changes:
+ - none yet
+
+known_issues:
+ - existing code for 1.3 facility protocol and facility level are not compatible,
+ only one will be set and level is the priority.