Skip to content

Commit edd32b3

Browse files
Updated to v1.0.0 in travis, changelog, and galaxy (#301)
1 parent e569358 commit edd32b3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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: 0.3.1
13+
- COLLECTION_VERSION: 1.0.0
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.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v1.0.0
4+
5+
This release is to provide patch level updates on each new release of Ansible and the colections must be 1.0.0 for that to happen.
6+
7+
### Bugfix
8+
9+
- [#282](https://github.com/netbox-community/ansible_modules/issues/282) - Fix query_dict for device_bay/interface_template to use `devicetype_id`
10+
- [#300](https://github.com/netbox-community/ansible_modules/pull/300) - This exapands the fix to all `_template` modules to use `devicetype_id` for the query_dict when attempting to resolve the search
11+
12+
## Documentation
13+
14+
- [#283](https://github.com/netbox-community/ansible_modules/issues/283) - Add documentation of using the inventory to the README
15+
- [#292](https://github.com/netbox-community/ansible_modules/issues/292) - Add documentation with correct path when using lookup plugin
16+
- [#296](https://github.com/netbox-community/ansible_modules/pull/296) - Document known issue for MacOS with `ERROR! A worker was found in dead state`
17+
18+
319
## v0.3.1
420

521
### Bugfix

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: 0.3.1
12+
version: 1.0.0
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)