Skip to content

Commit

Permalink
Merge pull request #12 from sophos/syslog
Browse files Browse the repository at this point in the history
Feat: Add syslog module and updated docs
  • Loading branch information
mamullen13316 authored Nov 1, 2024
2 parents 98d6c4b + 8a00478 commit 3cf0ee2
Show file tree
Hide file tree
Showing 12 changed files with 7,290 additions and 24 deletions.
30 changes: 23 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,39 @@

**Topics**

- <a href="#v1-1-0">v1\.1\.0</a>
- <a href="#v1-2-0">v1\.2\.0</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#new-modules">New Modules</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#v1-1-0">v1\.1\.0</a>
- <a href="#release-summary-1">Release Summary</a>
- <a href="#new-modules-1">New Modules</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#new-modules-2">New Modules</a>

<a id="v1-2-0"></a>
## v1\.2\.0

<a id="release-summary"></a>
### Release Summary

This release adds modules for working with IPS and Syslog settings

<a id="new-modules"></a>
### New Modules

* sophos\.sophos\_firewall\.sfos\_ips \- Manage IPS protection \(Protect \> Intrusion Protection \> IPS policies\)\.
* sophos\.sophos\_firewall\.sfos\_syslog \- Manage Syslog servers \(Configure \> System services \> Log settings\)\.

<a id="v1-1-0"></a>
## v1\.1\.0

<a id="release-summary"></a>
<a id="release-summary-1"></a>
### Release Summary

This release contains new modules for working with the SNMP agent and SNMPv3 users on Sophos Firewall

<a id="new-modules"></a>
<a id="new-modules-1"></a>
### New Modules

* sophos\.sophos\_firewall\.sfos\_snmp\_agent \- Manage SNMP Agent \(System \> Administration \> SNMP\)\.
Expand All @@ -26,13 +43,12 @@ This release contains new modules for working with the SNMP agent and SNMPv3 use
<a id="v1-0-0"></a>
## v1\.0\.0

<a id="release-summary-1"></a>
<a id="release-summary-2"></a>
### Release Summary

This is the first proper release of the <code>sophos\.sophos\_firewall</code> collection\.
The changelog describes all changes made to the modules and plugins included in this collection\.

<a id="new-modules-1"></a>
<a id="new-modules-2"></a>
### New Modules

* sophos\.sophos\_firewall\.sfos\_admin\_settings \- Manage Admin and user settings \(System \> Administration\)\.
Expand Down
26 changes: 18 additions & 8 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ ancestor: null
releases:
1.0.0:
changes:
release_summary: 'This is the first proper release of the ``sophos.sophos_firewall``
release_summary: This is the first proper release of the ``sophos.sophos_firewall``
collection.
The changelog describes all changes made to the modules and plugins included
in this collection.'
fragments:
- 1.0.0.yml
- 1.0.0.yaml
modules:
- description: Manage Admin and user settings (System > Administration).
name: sfos_admin_settings
Expand Down Expand Up @@ -69,18 +66,31 @@ releases:
- description: Manage Zones (Configure > Network > Zones).
name: sfos_zone
namespace: ''
release_date: '2024-10-08'
release_date: '2024-11-01'
1.1.0:
changes:
release_summary: This release contains new modules for working with the SNMP
agent and SNMPv3 users on Sophos Firewall
fragments:
- 1.1.0.yml
- 1.1.0.yaml
modules:
- description: Manage SNMP Agent (System > Administration > SNMP).
name: sfos_snmp_agent
namespace: ''
- description: Manage SNMPv3 User (System > Administration > SNMP).
name: sfos_snmp_user
namespace: ''
release_date: '2024-10-15'
release_date: '2024-11-01'
1.2.0:
changes:
release_summary: This release adds modules for working with IPS and Syslog settings
fragments:
- 1.2.0.yaml
modules:
- description: Manage IPS protection (Protect > Intrusion Protection > IPS policies).
name: sfos_ips
namespace: ''
- description: Manage Syslog servers (Configure > System services > Log settings).
name: sfos_syslog
namespace: ''
release_date: '2024-11-01'
8 changes: 8 additions & 0 deletions docs/rst/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@ Modules
* :ansplugin:`sfos_fqdn_hostgroup module <sophos.sophos_firewall.sfos_fqdn_hostgroup#module>` -- Manage FQDN Host Groups (System \> Hosts & services \> FQDN host group)
* :ansplugin:`sfos_ip_host module <sophos.sophos_firewall.sfos_ip_host#module>` -- Manage IP Host (System \> Hosts & services \> IP host)
* :ansplugin:`sfos_ip_hostgroup module <sophos.sophos_firewall.sfos_ip_hostgroup#module>` -- Manage IP Hostgroup (System \> Hosts & services \> IP host group)
* :ansplugin:`sfos_ips module <sophos.sophos_firewall.sfos_ips#module>` -- Manage IPS protection (Protect \> Intrusion Protection \> IPS policies)
* :ansplugin:`sfos_malware_protection module <sophos.sophos_firewall.sfos_malware_protection#module>` -- Manage Malware Protection (Configure \> System services \> Malware protection)
* :ansplugin:`sfos_service module <sophos.sophos_firewall.sfos_service#module>` -- Manage Service (System \> Hosts and services \> Services)
* :ansplugin:`sfos_service_acl_exception module <sophos.sophos_firewall.sfos_service_acl_exception#module>` -- Manage Local Service Exception ACL Rules (System \> Administration \> Device Access)
* :ansplugin:`sfos_servicegroup module <sophos.sophos_firewall.sfos_servicegroup#module>` -- Manage Service Group (System \> Hosts and services \> Service Group)
* :ansplugin:`sfos_snmp_agent module <sophos.sophos_firewall.sfos_snmp_agent#module>` -- Manage SNMP Agent (System \> Administration \> SNMP)
* :ansplugin:`sfos_snmp_user module <sophos.sophos_firewall.sfos_snmp_user#module>` -- Manage SNMPv3 User (System \> Administration \> SNMP)
* :ansplugin:`sfos_syslog module <sophos.sophos_firewall.sfos_syslog#module>` -- Manage Syslog servers (Configure \> System services \> Log settings)
* :ansplugin:`sfos_time module <sophos.sophos_firewall.sfos_time#module>` -- Manage Date and Time settings (System \> Administration \> Time)
* :ansplugin:`sfos_user module <sophos.sophos_firewall.sfos_user#module>` -- Manage Users (Configure \> Authentication \> Users)
* :ansplugin:`sfos_xmlapi module <sophos.sophos_firewall.sfos_xmlapi#module>` -- Use the XML API to get, create, update, or delete settings on Sophos Firewall.
Expand All @@ -86,10 +90,14 @@ Modules
sfos_fqdn_hostgroup_module
sfos_ip_host_module
sfos_ip_hostgroup_module
sfos_ips_module
sfos_malware_protection_module
sfos_service_module
sfos_service_acl_exception_module
sfos_servicegroup_module
sfos_snmp_agent_module
sfos_snmp_user_module
sfos_syslog_module
sfos_time_module
sfos_user_module
sfos_xmlapi_module
Expand Down
Loading

0 comments on commit 3cf0ee2

Please sign in to comment.