Skip to content

Commit ff34e4e

Browse files
Update version and docs to v1.0.1 (#320)
1 parent 6ee2cec commit ff34e4e

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
global:
1111
- COLLECTION_NAMESPACE: "netbox"
1212
- COLLECTION_NAME: "netbox"
13-
- COLLECTION_VERSION: "1.0.0"
13+
- COLLECTION_VERSION: "1.0.1"
1414
- secure: "tE6GtwrRU+Kjobx/94xqR2MqM20pHCnrLcHgPzIHA3npdwuA+GjCBiBLTkEEQM4fUWIfzUTyjSr9bZErm1PTI1GcIRdniTgJ3ZzSSkE7tgeYALB/7xsusB57SlmbBQm2SGwU558uWZ3NHEsi0WTgD8GKZo77OpGX72FZKsVXOz6k2wve51sOtoSVjgCsvWTmZHx4ynGdiA5wFkZfaEcjXECahKtunW+MlB5kpJzkVeLRUEXFMhWlsIYiA5nj8OI/X3Nk9ugh1ribENX9LrjpgrqQ9YariZ8G6py1ONuKZIn2g7xs5kNQ3qL6HL6N7SoUxiwH16CfSyugFaYiMfaxQ4NUVGGRHS4vSGbNIf+gLHcYvP40miI1f/+pntCzqygZMhW73FX2o+KH2OGv09khOl8k1nDg2/XvW0kCc/FU6l+Jp5wCC8H9X2uiULtQpRqts5TzIonlPEzGIpfGFgJ5m54Emhv9gjG1Z5OOyL/qae1Wr+L/uhiFafcglZYh8NHEMWCUCkeqFqR2kDmUMtdgYLD7Q7NdwlL/PSVVs1l7UPiQHlnecQKEHN7CvR3eKByTEmkCKafRYh/JQ9rBt9sZc7aAPVu+w3wWUwbHS4o4vVnmyXvJb1PeJSiuynF7CBo4Qd6qj4YwX8gLK6PylGyaMOp169u6xw1mo5/CX0pJ3x4="
1515

1616
jobs:

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Netbox.Netbox Release Notes
55
.. contents:: Topics
66

77

8+
v1.0.1
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Inventory - Add group_by option ``rack_role`` and ``rack_group``
15+
- Inventory - Add group_by option ``services`` (https://github.com/netbox-community/ansible_modules/pull/286)
16+
17+
Bugfixes
18+
--------
19+
20+
- Fix ``nb_inventory`` cache for ip addresses (https://github.com/netbox-community/ansible_modules/issues/276)
21+
- Return HTTPError body output when encountering HTTP errors (https://github.com/netbox-community/ansible_modules/issues/294)
22+
823
v1.0.0
924
======
1025

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,11 @@ releases:
375375
(https://github.com/netbox-community/ansible_modules/issues/282)
376376
- This expands the fix to all `_template` modules to use `devicetype_id` for
377377
the query_dict when attempting to resolve the search (https://github.com/netbox-community/ansible_modules/pull/300)
378+
1.0.1:
379+
changes:
380+
bugfixes:
381+
- Fix ``nb_inventory`` cache for ip addresses (https://github.com/netbox-community/ansible_modules/issues/276)
382+
- Return HTTPError body output when encountering HTTP errors (https://github.com/netbox-community/ansible_modules/issues/294)
383+
minor_changes:
384+
- Inventory - Add group_by option ``services`` (https://github.com/netbox-community/ansible_modules/pull/286)
385+
- Inventory - Add group_by option ``rack_role`` and ``rack_group``

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Mikhail Yohman <@FragmentedPacket>"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.0.0"
30+
release = "1.0.1"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/plugins/inventory/nb_inventory/netbox.netbox.nb_inventory_inventory.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ Parameters
432432
<li>cluster_type</li>
433433
<li>cluster_group</li>
434434
<li>is_virtual</li>
435+
<li>services</li>
435436
</ul>
436437
<b>Default:</b><br/><div style="color: blue">[]</div>
437438
</td>

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: netbox
99
name: netbox
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 1.0.0
12+
version: 1.0.1
1313

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

0 commit comments

Comments
 (0)