Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
## [2.8.0](v2.7.0...v2.8.0) (2021-09-14)

### Features

* Add `panos_template_stack` ([#255](#255)) ([59f1c21](59f1c21))
* Add `panos_template_variable` ([#256](#256)) ([6e6cc58](6e6cc58)), closes [#248](#248)
* Add audit comment to panos_nat_rule ([c29314e](c29314e))
* Add audit comment to panos_pbf_rule ([640bd25](640bd25))
* Add device group support ([#250](#250)) ([26a991c](26a991c)), closes [#102](#102)
* Add group_tag to panos_nat_rule ([34d4a4b](34d4a4b)), closes [#244](#244)
* Add group_tag to panos_pbf_rule ([f0ba7ed](f0ba7ed)), closes [#244](#244)
* Add group_tag to panos_security_rule ([63148d9](63148d9)), closes [#244](#244)
* Add NAT rule dynamic dest xlate support ([#251](#251)) ([5db35d0](5db35d0)), closes [#146](#146)
* Add panos_template ([#254](#254)) ([f122df8](f122df8))

### Bug Fixes

* Do targetted updates in panos_device_group ([#253](#253)) ([8fa1906](8fa1906)), closes [#252](#252)
* panos_ha should check for a config before indexing ([4d050c4](4d050c4)), closes [#32](#32)
  • Loading branch information
semantic-release-bot committed Sep 14, 2021
1 parent 6e6cc58 commit 8631d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Palo Alto Networks Ansible Collection
=====================================

Version: 2.7.0
Version: 2.8.0

The Palo Alto Networks Ansible collection is a collection of modules that
automate configuration and operational tasks on Palo Alto Networks Next
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: 'paloaltonetworks'
name: 'panos'

# The version of the collection. Must be compatible with semantic versioning
version: 2.7.0
version: 2.8.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: 'README.md'
Expand Down

0 comments on commit 8631d0b

Please sign in to comment.