Skip to content

Commit

Permalink
Merge pull request vyos#1054 from vyos/update-dependencies-master
Browse files Browse the repository at this point in the history
Github: update current branch
  • Loading branch information
rebortg authored Jul 31, 2023
2 parents 75634be + a1c2676 commit f0175e1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_include/vyos-1x
Submodule vyos-1x updated 39 files
+2 −0 .gitignore
+4 −4 Makefile
+1 −3 data/templates/chrony/chrony.conf.j2
+10 −1 data/templates/ids/fastnetmon.j2
+1 −1 data/templates/ids/fastnetmon_networks_list.j2
+1 −2 data/templates/openvpn/server.conf.j2
+5 −5 debian/control
+3 −0 debian/rules
+3 −0 debian/vyos-1x.postinst
+1 −1 interface-definitions/include/version/ntp-version.xml.i
+13 −6 interface-definitions/interfaces-openvpn.xml.in
+1 −1 interface-definitions/ntp.xml.in
+25 −8 interface-definitions/service-ids-ddos-protection.xml.in
+24 −0 op-mode-definitions/dhcp.xml.in
+0 −21 op-mode-definitions/include/monitor-background.xml.i
+2 −2 op-mode-definitions/monitor-bridge.xml.in
+63 −50 op-mode-definitions/monitor-log.xml.in
+4 −4 op-mode-definitions/monitor-ndp.xml.in
+0 −42 op-mode-definitions/monitor-protocol.xml.in
+49 −53 op-mode-definitions/show-log.xml.in
+12 −27 op-mode-definitions/webproxy.xml.in
+1 −9 python/vyos/configtree.py
+57 −15 python/vyos/remote.py
+11 −0 python/vyos/utils/kernel.py
+47 −21 python/vyos/xml_ref/generate_cache.py
+0 −0 python/vyos/xml_ref/pkg_cache/__init__.py
+51 −0 python/vyos/xml_ref/update_cache.py
+1 −1 smoketest/scripts/cli/test_service_ntp.py
+47 −21 src/conf_mode/interfaces-openvpn.py
+0 −1 src/conf_mode/interfaces-wwan.py
+24 −10 src/conf_mode/ntp.py
+2 −0 src/conf_mode/protocols_bgp.py
+1 −1 src/conf_mode/protocols_static.py
+11 −3 src/conf_mode/service_ids_fastnetmon.py
+1 −0 src/etc/modprobe.d/openvpn.conf
+4 −4 src/migration-scripts/container/0-to-1
+62 −0 src/migration-scripts/ntp/2-to-3
+87 −1 src/op_mode/dhcp.py
+1 −1 src/op_mode/show_ntp.sh
6 changes: 6 additions & 0 deletions docs/changelog/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
_ext/releasenotes.py

2023-07-24
==========

* :vytask:`T5354` ``(feature): Add sshguard to protect against brut-forces for 1.3``


2023-07-17
==========

Expand Down
36 changes: 35 additions & 1 deletion docs/changelog/1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@
_ext/releasenotes.py

2023-07-29
==========

* :vytask:`T5403` ``(feature): Add support for extending xml cache``


2023-07-28
==========

* :vytask:`T4602` ``(bug): DHCP `ping-check` enabled by default``
* :vytask:`T5411` ``(feature): Remove old background monitoring implementation``
* :vytask:`T5317` ``(enhancment): configtree: remove mutable references``
* :vytask:`T5316` ``(enhancment): configtree: use a single pass of the diff algorithm``


2023-07-27
==========

* :vytask:`T5368` ``(feature): FastNetmon service ids ddos-protection add support sflow mode``


2023-07-26
==========

* :vytask:`T5398` ``(bug): FRR mangles container network interface names``
* :vytask:`T5365` ``(bug): Container systemd units require authentication``
* :vytask:`T4974` ``(feature): OpenVPN- Data Channel Offload(DCO)``


2023-07-25
==========

* :vytask:`T5377` ``(feature): ospf: add graceful restart FRR feature (RFC 3623)``


2023-07-21
==========

Expand Down Expand Up @@ -89,7 +124,6 @@
* :vytask:`T4815` ``(bug): Fix various name server config issues``
* :vytask:`T4810` ``(bug): Op-mode show/monitor log pppoe interface does not show any logs``
* :vytask:`T4758` ``(feature): Rewrite show dhcp server to vyos.opmode format``
* :vytask:`T4460` ``(bug): nhrp not starting due to missing cisco-authentication value``
* :vytask:`T4262` ``(bug): install image doesn't respect chosen root partition size``
* :vytask:`T3810` ``(bug): webproxy squidguard rules don't work properly after rewriting to python.``
* :vytask:`T1928` ``(bug): Is the 'Welcome to VyOS' message when using SSH an information leak?``
Expand Down

0 comments on commit f0175e1

Please sign in to comment.