Skip to content

Commit

Permalink
Release preparations v1.0.0 (#105)
Browse files Browse the repository at this point in the history
* Add antsibull-changelog dependency

* Update galaxy attributes for release 1.0.0

* Regenareate changelog
  • Loading branch information
DonGiovanni83 authored Apr 20, 2024
1 parent cf40e9a commit 427bb36
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 97 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Will be updated by antsibull-changelog. Do not edit this manually!
=================================
OPNsense Collection Release Notes
=================================

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

Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there.
v1.0.0
======

New Modules
-----------

- firewall_rules - This module is used to manage OPNSense firewall rules
- system_access_users - Manage OPNsense users
- system_settings_general - Configure general settings mainly concern network-related settings like the hostname.
- system_settings_logging - Configure logging settings.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pytest-xdist = "==3.5.0"
pyyaml = "==6.0.1"
pylint = "==3.1.0"
black = "==24.4.0"
antsibull-changelog = "==0.26.0"
191 changes: 100 additions & 91 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
releases: {}
ancestor: null
releases:
1.0.0:
modules:
- description: This module is used to manage OPNSense firewall rules
name: firewall_rules
namespace: ''
- description: Manage OPNsense users
name: system_access_users
namespace: ''
- description: Configure general settings mainly concern network-related settings
like the hostname.
name: system_settings_general
namespace: ''
- description: Configure logging settings.
name: system_settings_logging
namespace: ''
release_date: '2024-04-20'
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace: puzzle
name: opnsense
version: 0.1.0
version: 1.0.0
readme: README.md
authors:
- Lukas Grimm (github.com/ombre8)
- Fabio Bertagna (github.com/dongiovanni83)
- Philipp Matti (github.com/acteru)
- Reto Kupferschmid (github.com/rekup)
- Kilian Soltermann (github.com/killuuuhh)
description: OPNsense collection for Ansible
description: Ansible collection for OPNsense
license_file: LICENSE
tags:
# tags so people can search for collections https://galaxy.ansible.com/search
Expand Down

0 comments on commit 427bb36

Please sign in to comment.