Skip to content

Commit 60e9aa0

Browse files
Release v.1.2.1 (#410)
1 parent 3ccd72a commit 60e9aa0

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG.rst

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

77

8+
v1.2.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)
15+
816
v1.2.0
917
======
1018

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,3 +447,10 @@ releases:
447447
name: netbox_tag
448448
namespace: ''
449449
release_date: '2020-12-27'
450+
1.2.1:
451+
changes:
452+
bugfixes:
453+
- Allow IDs to be passed into objects that accept a list (https://github.com/netbox-community/ansible_modules/issues/407)
454+
fragments:
455+
- tags.yml
456+
release_date: '2021-01-10'

changelogs/fragments/.gitkeep

Whitespace-only changes.

galaxy.yml

Lines changed: 2 additions & 2 deletions
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.2.0
12+
version: 1.2.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
@@ -56,7 +56,7 @@ dependencies:
5656
repository: https://github.com/netbox-community/ansible_modules
5757

5858
# The URL to any online docs
59-
documentation:
59+
documentation: https://netbox-ansible-collection.readthedocs.io/en/latest/
6060

6161
# The URL to the homepage of the collection/project
6262
homepage:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netbox_ansible_modules"
3-
version = "1.1.10"
3+
version = "1.2.1"
44
description = "Ansible collection to interact with NetBox's API"
55
authors = ["Mikhail Yohman <mikhail.yohman@gmail.com>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)