Skip to content

Commit 427bb36

Browse files
Release preparations v1.0.0 (#105)
* Add antsibull-changelog dependency * Update galaxy attributes for release 1.0.0 * Regenareate changelog
1 parent cf40e9a commit 427bb36

File tree

5 files changed

+135
-97
lines changed

5 files changed

+135
-97
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
Will be updated by antsibull-changelog. Do not edit this manually!
1+
=================================
2+
OPNsense Collection Release Notes
3+
=================================
24

3-
See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog.
5+
.. contents:: Topics
46

5-
Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there.
7+
v1.0.0
8+
======
9+
10+
New Modules
11+
-----------
12+
13+
- firewall_rules - This module is used to manage OPNSense firewall rules
14+
- system_access_users - Manage OPNsense users
15+
- system_settings_general - Configure general settings mainly concern network-related settings like the hostname.
16+
- system_settings_logging - Configure logging settings.

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ pytest-xdist = "==3.5.0"
1515
pyyaml = "==6.0.1"
1616
pylint = "==3.1.0"
1717
black = "==24.4.0"
18+
antsibull-changelog = "==0.26.0"

Pipfile.lock

Lines changed: 100 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelogs/changelog.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
releases: {}
1+
ancestor: null
2+
releases:
3+
1.0.0:
4+
modules:
5+
- description: This module is used to manage OPNSense firewall rules
6+
name: firewall_rules
7+
namespace: ''
8+
- description: Manage OPNsense users
9+
name: system_access_users
10+
namespace: ''
11+
- description: Configure general settings mainly concern network-related settings
12+
like the hostname.
13+
name: system_settings_general
14+
namespace: ''
15+
- description: Configure logging settings.
16+
name: system_settings_logging
17+
namespace: ''
18+
release_date: '2024-04-20'

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace: puzzle
44
name: opnsense
5-
version: 0.1.0
5+
version: 1.0.0
66
readme: README.md
77
authors:
88
- Lukas Grimm (github.com/ombre8)
99
- Fabio Bertagna (github.com/dongiovanni83)
1010
- Philipp Matti (github.com/acteru)
1111
- Reto Kupferschmid (github.com/rekup)
1212
- Kilian Soltermann (github.com/killuuuhh)
13-
description: OPNsense collection for Ansible
13+
description: Ansible collection for OPNsense
1414
license_file: LICENSE
1515
tags:
1616
# tags so people can search for collections https://galaxy.ansible.com/search

0 commit comments

Comments
 (0)