Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #458 from PaloAltoNetworks/develop
Browse files Browse the repository at this point in the history
Bump to v2.4.0
  • Loading branch information
shinmog authored Jan 17, 2020
2 parents 507358d + e7925e1 commit 883faab
Show file tree
Hide file tree
Showing 18 changed files with 3,031 additions and 75 deletions.
26 changes: 13 additions & 13 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
colorator (1.1.0)
commonmarker (0.17.11)
ruby-enum (~> 0.5)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
dnsruby (1.61.2)
addressable (~> 2.5)
em-websocket (0.5.1)
Expand All @@ -27,7 +27,7 @@ GEM
execjs (2.7.0)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.11.3)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (191)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
jekyll (~> 3.3)
jekyll-remote-theme (0.3.1)
jekyll (~> 3.5)
rubyzip (>= 1.2.2, < 3.0)
rubyzip (>= 1.2.1, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.1)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.10.1)
gemoji (~> 3.0)
Expand All @@ -198,30 +198,30 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minima (2.5.0)
jekyll (~> 3.5)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.11.3)
multipart-post (2.0.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
octokit (4.10.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (2.2.1)
ruby-enum (0.7.2)
i18n
ruby_dep (1.5.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.5.7)
rubyzip (2.0.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down
21 changes: 20 additions & 1 deletion docs/history.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
Release History
===============

V2.4.0
------

- *Released*: 2020-01-17

New modules:

* `panos_pbf_rule`
* `panos_gre_tunnel`
* `panos_nat_rule_facts`

Enhancements:

* `panos_aggregate_interface` has had its params fixed
* `panos_ike_gateway` does not force peer_id_check anymore
* `panos_software` has new flags allowing just download or just install
* `panos_object_facts` has new search options
* Various bug and doc fixes / updates

V2.3.0
--------

- *Unreleased*
- *Released*: 2019-12-09

New modules:

Expand Down
3 changes: 3 additions & 0 deletions docs/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Module Reference
panos_email_profile_module
panos_email_server_module
panos_facts_module
panos_gre_tunnel_module
panos_ha_module
panos_http_profile_header_module
panos_http_profile_module
Expand All @@ -55,10 +56,12 @@ Module Reference
panos_management_profile_module
panos_match_rule_module
panos_mgtconfig_module
panos_nat_rule_facts_module
panos_nat_rule_module
panos_object_facts_module
panos_object_module
panos_op_module
panos_pbf_rule_module
panos_pg_module
panos_query_rules_module
panos_redistribution_module
Expand Down
16 changes: 0 additions & 16 deletions docs/modules/panos_aggregate_interface_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,7 @@ Parameters
<li><div style="color: blue"><b>layer3</b>&nbsp;&larr;</div></li>
<li>layer2</li>
<li>virtual-wire</li>
<li>tap</li>
<li>ha</li>
<li>decrypt-mirror</li>
<li>aggregate-group</li>
</ul>
</td>
<td>
Expand Down Expand Up @@ -325,19 +322,6 @@ Parameters
<td>
<div>Netflow profile for aggregate interface.</div>
</td>
</tr>
<tr>
<td colspan="2">
<b>netflow_profile_l2</b>
<div style="font-size: small">
<span style="color: purple">-</span>
</div>
</td>
<td>
</td>
<td>
<div>Netflow profile for aggregate interface.</div>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down
Loading

0 comments on commit 883faab

Please # to comment.