Skip to content

Commit

Permalink
Adds release how to notes, updates docs for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Aug 27, 2021
1 parent 062e87b commit f61b19b
Show file tree
Hide file tree
Showing 62 changed files with 3,919 additions and 5,259 deletions.
69 changes: 50 additions & 19 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,74 @@ networktocode.nautobot Release Notes

.. contents:: Topics


v3.0.0
======

Release Summary
---------------

Updates format for modules to support Ansible 4 / ansible-core 2.11 arg spec verification changes

Major Changes
-------------

- (#66) Remove data sub-dictionary from modules

Minor Changes
-------------

- (#75) Device Interface module supports custom_fields

v2.0.1
======

Release Summary
---------------

Bug fix updates for label support and SSL version consistency

Bugfixes
--------

- SSL Verify Keyword Consistency Update [#45](https://github.com/nautobot/nautobot-ansible/pull/45) - Fixed [#44](https://github.com/nautobot/nautobot-ansible/issues/44) validat_certs not honored
- (#44) Add Interface Label Support
- (#45) SSL Verify Keyword Consistency Update

New Components
--------------
v2.0.0
======

- Add Interface Label Support [#44](https://github.com/nautobot/nautobot-ansible/pull/43) - Fixed [#42](https://github.com/nautobot/nautobot-ansible/issues/42) - Add label to interface
Release Summary
---------------

Bug fixes and removal of NAUTOBOT_API and NAUTOBOT_API_TOKEN

v2.0.0
======
Major Changes
-------------

- (#33) Deprecates NAUTOBOT_API and NAUTOBOT_API_TOKEN environment variables

Bugfixes
--------

- Add Site, Device Tracebacks due to changes in Nautobot (Issue [#34](https://github.com/nautobot/nautobot-ansible/issues/34)) [#35](https://github.com/nautobot/nautobot-ansible/pull/35)
- Add missing description to tenant_group [#26](https://github.com/nautobot/nautobot-ansible/pull/26)
- Add missing field to vlan_group [#29](https://github.com/nautobot/nautobot-ansible/pull/29)
- Fixed query on Virtual Chassis [#32](https://github.com/nautobot/nautobot-ansible/pull/32)
- (#26) Add missing description to tenant_group
- (#29) Add missing field to vlan_group
- (#32) Fixed query on Virtual Chassis
- (#35) Add Site, Device Tracebacks due to changes in Nautobot

v1.1.0
======

Additions
---------
New Modules
-----------

- GraphQL Lookup Plugin (networktocode.nautobot.lookup_graphql)
- GraphQL Action Module (networktocode.nautobot.query_graphql)
Networktocode
~~~~~~~~~~~~~

Deprecations / Breaking Changes
-------------------------------
nautobot
^^^^^^^^

- Deprecates NAUTOBOT_API and NAUTOBOT_API_TOKEN environment variables [#33](https://github.com/nautobot/nautobot-ansible/pull/33). Use:
- NAUTOBOT_URL for URL based environment variables where applicable
- NAUTOBOT_TOKEN for Token based environment variables where applicable
- networktocode.nautobot.networktocode.nautobot.lookup_graphql - Lookup plugin to query Nautobot GraphQL API endpoint
- networktocode.nautobot.networktocode.nautobot.query_graphql - Action plugin to query Nautobot GraphQL API endpoint

v1.0.4
======
Expand Down
42 changes: 33 additions & 9 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,38 @@ releases:
- v1.0.4.yml
release_date: '2021-03-14'
1.1.0:
changes:
modules:
- description: Action plugin to query Nautobot GraphQL API endpoint
name: query_graphql
namespace: 'networktocode.nautobot'
- description: Lookup plugin to query Nautobot GraphQL API endpoint
name: lookup_graphql
namespace: 'networktocode.nautobot'
fragments:
- v1.1.0.yml
release_date: '2021-04-12'
modules:
- description: Lookup plugin to query Nautobot GraphQL API endpoint
name: lookup_graphql
namespace: networktocode.nautobot
- description: Action plugin to query Nautobot GraphQL API endpoint
name: query_graphql
namespace: networktocode.nautobot
release_date: '2021-04-12'
2.0.0:
changes:
bugfixes:
- (#26) Add missing description to tenant_group
- (#29) Add missing field to vlan_group
- (#32) Fixed query on Virtual Chassis
- (#35) Add Site, Device Tracebacks due to changes in Nautobot
major_changes:
- (#33) Deprecates NAUTOBOT_API and NAUTOBOT_API_TOKEN environment variables
release_summary: Bug fixes and removal of NAUTOBOT_API and NAUTOBOT_API_TOKEN
2.0.1:
changes:
bugfixes:
- (#44) Add Interface Label Support
- (#45) SSL Verify Keyword Consistency Update
release_summary: Bug fix updates for label support and SSL version consistency
3.0.0:
changes:
major_changes:
- (#66) Remove data sub-dictionary from modules
minor_changes:
- (#75) Device Interface module supports custom_fields
release_summary: Updates format for modules to support Ansible 4 / ansible-core
2.11 arg spec verification changes
release_date: '2021-08-27'
Loading

0 comments on commit f61b19b

Please sign in to comment.