Skip to content

Commit

Permalink
set version to 1.4.2 after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Jan 29, 2025
1 parent f0f538c commit f63b288
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 20 deletions.
50 changes: 33 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,55 @@

**Topics**

- <a href="#v1-4-1">v1\.4\.1</a>
- <a href="#v1-4-2">v1\.4\.2</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#v1-4-1">v1\.4\.1</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#v1-4-0">v1\.4\.0</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#release-summary-1">Release Summary</a>
- <a href="#new-modules">New Modules</a>
- <a href="#v1-3-0">v1\.3\.0</a>
- <a href="#release-summary-1">Release Summary</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#new-modules-1">New Modules</a>
- <a href="#v1-2-1">v1\.2\.1</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#v1-2-0">v1\.2\.0</a>
- <a href="#release-summary-3">Release Summary</a>
- <a href="#bugfixes-2">Bugfixes</a>
- <a href="#v1-2-0">v1\.2\.0</a>
- <a href="#release-summary-4">Release Summary</a>
- <a href="#new-modules-2">New Modules</a>
- <a href="#v1-1-0">v1\.1\.0</a>
- <a href="#release-summary-4">Release Summary</a>
- <a href="#release-summary-5">Release Summary</a>
- <a href="#new-modules-3">New Modules</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#release-summary-5">Release Summary</a>
- <a href="#release-summary-6">Release Summary</a>
- <a href="#new-modules-4">New Modules</a>

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

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

Bugfix

<a id="bugfixes"></a>
### Bugfixes

* Fixed issue with service\_acl\_exception crashing when no destination hosts are defined

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

<a id="bugfixes"></a>
<a id="bugfixes-1"></a>
### Bugfixes

* Correct test files

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

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

This release introduces a new module for working with firewall rule groups\.
Expand All @@ -47,7 +63,7 @@ This release introduces a new module for working with firewall rule groups\.
<a id="v1-3-0"></a>
## v1\.3\.0

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

This release adds modules for working with authentication servers
Expand All @@ -65,12 +81,12 @@ This release adds modules for working with authentication servers
<a id="v1-2-1"></a>
## v1\.2\.1

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

Minor bug fixes

<a id="bugfixes-1"></a>
<a id="bugfixes-2"></a>
### Bugfixes

* Allow use of \'any\' keyword for src/dst networks and services for sfos\_firewall\_rule module
Expand All @@ -79,7 +95,7 @@ Minor bug fixes
<a id="v1-2-0"></a>
## v1\.2\.0

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

This release adds modules for working with IPS and Syslog settings
Expand All @@ -93,7 +109,7 @@ This release adds modules for working with IPS and Syslog settings
<a id="v1-1-0"></a>
## v1\.1\.0

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

This release contains new modules for working with the SNMP agent and SNMPv3 users on Sophos Firewall
Expand All @@ -107,7 +123,7 @@ 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-5"></a>
<a id="release-summary-6"></a>
### Release Summary

This is the first proper release of the <code>sophos\.sophos\_firewall</code> collection\.
Expand All @@ -132,4 +148,4 @@ This is the first proper release of the <code>sophos\.sophos\_firewall</code> co
* sophos\.sophos\_firewall\.sfos\_time \- Manage Date and Time settings \(System \> Administration \> Time\)\.
* sophos\.sophos\_firewall\.sfos\_user \- Manage Users \(Configure \> Authentication \> Users\)\.
* sophos\.sophos\_firewall\.sfos\_xmlapi \- Use the XML API to get\, create\, update\, or delete settings on Sophos Firewall\.
* sophos\.sophos\_firewall\.sfos\_zone \- Manage Zones \(Configure \> Network \> Zones\)\.
* sophos\.sophos\_firewall\.sfos\_zone \- Manage Zones \(Configure \> Network \> Zones\)\.
11 changes: 10 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,13 @@ releases:
- Correct test files
fragments:
- 1.4.1.yaml
release_date: '2024-12-18'
release_date: '2024-12-18'
1.4.2:
changes:
bugfixes:
- Fixed issue with service_acl_exception crashing when no destination hosts
are defined
release_summary: Bugfix
fragments:
- 1.4.2.yaml
release_date: '2025-01-29'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: sophos
name: sophos_firewall

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.0
version: 1.4.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sophosfirewall-ansible"
version = "1.4.0"
version = "1.4.2"
description = "Ansible modules for Sophos Firewall"
authors = ["Matt Mullen <matt.mullen@sophos.com>"]
license = "GNU GENERAL PUBLIC LICENSE"
Expand Down

0 comments on commit f63b288

Please sign in to comment.