summaryrefslogtreecommitdiff
path: root/changelogs/fragments/T6987-logging-changes.yml
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-06-25 21:31:58 +1000
committerGitHub <noreply@github.com>2025-06-25 07:31:58 -0400
commit47c10256b19294ddacef40f48ad8055ac2c997f0 (patch)
treecfc57f3ac77fced2e9ad748fab1d7cc56f28a254 /changelogs/fragments/T6987-logging-changes.yml
parent9ebafb2968e4ea4b254ac577f2245b5b2aa75e77 (diff)
downloadvyos.vyos-6.0.0.tar.gz
vyos.vyos-6.0.0.zip
Release 6.0.0 (#425)6.0.0
Diffstat (limited to 'changelogs/fragments/T6987-logging-changes.yml')
-rw-r--r--changelogs/fragments/T6987-logging-changes.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/changelogs/fragments/T6987-logging-changes.yml b/changelogs/fragments/T6987-logging-changes.yml
deleted file mode 100644
index 89f50337..00000000
--- a/changelogs/fragments/T6987-logging-changes.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-breaking_changes:
- - vyos_logging_global - For 1.4, `protocol` is an attribute of the syslog host, not the facility
-
-bugfixes:
- - vyos_logging_global - Fixed v1.3 and before when `protocol` and `level` were set for the same host
-
-deprecated_features:
- - vyos_logging_global - `protocol` is deprecated for 1.4 and later, use `facility` instead. To be removed
- in next major version where supprot for 1.3 is removed
-
-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.
-
-trivial:
- - vyos_logging_global - Fixed integration test for `vyos_facts` which was brittle due to line dependencies in checks
- - vyos_logging_global - 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