@@ -304,18 +304,17 @@ releases:
304304  0.3.0 :
305305    changes :
306306      breaking_changes :
307-       - " To pass in integers via Ansible Jinja filters for a key in ``data`` that\n \
308-         requires querying an endpoint is now done by making it a dictionary with\n \ 
309-         an ``id`` key. The previous behavior was to just pass in an integer and\n \ 
310-         it was converted when normalizing the data, but some people may have names\n \ 
311-         that are all integers and those were being converted erroneously so we made\n \ 
312-         the decision to change the method to convert to an integer for the NetBox\n \ 
313-         API.\n\n ::\n\n   tasks:\n     - name: Create device within NetBox with only\ 
314-         \  required information\n       netbox_device:\n         netbox_url: http://netbox-demo.org:32768\n \ 
315-         \         netbox_token: 0123456789abcdef0123456789abcdef01234567\n         data:\n \ 
316-         \           name: Test66\n           device_type:\n             id: \" {{ some_jinja_variable\ 
317-         \  }}\"\n           device_role: Core Switch\n           site: Test Site\n   \ 
318-         \         status: Staged\n         state: present\n "  
307+       - " To pass in integers via Ansible Jinja filters for a key in ``data`` that\n requires
308+         querying an endpoint is now done by making it a dictionary with\n an ``id`` 
309+         key. The previous behavior was to just pass in an integer and\n it was converted 
310+         when normalizing the data, but some people may have names\n that are all integers 
311+         and those were being converted erroneously so we made\n the decision to change 
312+         the method to convert to an integer for the NetBox\n API.\n\n ::\n\n   tasks:\n  
313+         \    - name: Create device within NetBox with only required information\n       netbox_device:\n  
314+         \        netbox_url: http://netbox-demo.org:32768\n         netbox_token: 0123456789abcdef0123456789abcdef01234567\n  
315+         \        data:\n           name: Test66\n           device_type:\n             id: 
316+         \" {{ some_jinja_variable }}\"\n           device_role: Core Switch\n           site: 
317+         Test Site\n           status: Staged\n         state: present\n "  
319318      - ' ``pynetbox`` changed to using ``requests.Session()`` to manage the HTTP session
320319
321320        which broke passing in ``ssl_verify`` when building the NetBox API client. 
@@ -481,3 +480,18 @@ releases:
481480    fragments :
482481    - 2.1.0.yml 
483482    release_date : ' 2021-02-15' 
483+   3.0.0 :
484+     changes :
485+       bugfixes :
486+       - Remove ansible.netcommon and community.general dependencies from collection 
487+       minor_changes :
488+       - Allow rack to be in query_param_ids [#443](https://github.com/netbox-community/ansible_modules/pull/443) 
489+       - netbox_cable -  Add tags option [#455](https://github.com/netbox-community/ansible_modules/pull/455) 
490+       - netbox_cluster_type - Add description option [#451](https://github.com/netbox-community/ansible_modules/pull/451) 
491+       - netbox_ipam_role - Add description option [#451](https://github.com/netbox-community/ansible_modules/pull/451) 
492+       - netbox_manufacturer - Add description option [#451](https://github.com/netbox-community/ansible_modules/pull/451) 
493+       - netbox_rir - Add description option [#451](https://github.com/netbox-community/ansible_modules/pull/451) 
494+       - netbox_tenant_group - Add parent_tenant_group option [#460](https://github.com/netbox-community/ansible_modules/pull/460) 
495+     fragments :
496+     - release-3.0.0.yml 
497+     release_date : ' 2021-03-08' 
0 commit comments