Skip to content

Commit

Permalink
bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Stuerz committed Nov 10, 2022
1 parent fa9e991 commit 9bf4448
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.1.0](https://github.com/andeman/opn-cli/tree/v1.1.0) (2022-11-10)

[Full Changelog](https://github.com/andeman/opn-cli/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- Add syslog destination management and stats output with search [\#25](https://github.com/andeman/opn-cli/pull/25) ([andeman](https://github.com/andeman))
- Add Ipsec tunnel management \(list and show\) [\#22](https://github.com/andeman/opn-cli/pull/22) ([andeman](https://github.com/andeman))

## [v1.0.0](https://github.com/andeman/opn-cli/tree/v1.0.0) (2022-04-27)

[Full Changelog](https://github.com/andeman/opn-cli/compare/v.0.8.1...v1.0.0)
Expand Down
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,41 @@ Commands:
list Show all ipsec phase2 tunnels
show Show details for phase 2 tunnel
```
### Syslog
#### Syslog destination
```
Usage: opn-cli syslog destination [OPTIONS] COMMAND [ARGS]...
Manage syslog destination
Options:
-h, --help Show this message and exit.
Commands:
create Create a new destination
delete Delete destination
list Show all destination
show Show details for destination
update Update a destination.
```
#### Syslog stats
```
Usage: opn-cli syslog stats list [OPTIONS]
Show syslog statistics
Options:
--search TEXT Search for this string
-o, --output [cols|table|json|json_filter|plain|yaml]
Specifies the Output format. [default:
table]
-c, --cols TEXT Which columns should be printed? Pass empty
string (-c ) to show all columns [default: #
,Description,SourceName,SourceId,SourceInsta
nce,State,Type,Number]
-h, --help Show this message and exit.
```

### OpenVPN
```
Expand Down
2 changes: 1 addition & 1 deletion opnsense_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__cli_name__ = 'opn-cli'
__version__ = '1.0.0'
__version__ = '1.1.0'
__copyright__ = '(c) by Andreas Stürz'

0 comments on commit 9bf4448

Please sign in to comment.