summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2021-02-03 17:33:16 -0500
committerGitHub <noreply@github.com>2021-02-03 22:33:16 +0000
commit4e8356f7ae00e55ea7554b9c817141035e40826b (patch)
tree11d019653381ff0fb021011c160adf6cef321f5b /changelogs
parent52457c14d33ec6387a693368eeb090c6b58eb443 (diff)
downloadvyos.vyos-4e8356f7ae00e55ea7554b9c817141035e40826b.tar.gz
vyos.vyos-4e8356f7ae00e55ea7554b9c817141035e40826b.zip
Remove reliance on netcommon's ipaddress (#120)
Remove reliance on netcommon's ipaddress Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/120-remove-ipaddress.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/120-remove-ipaddress.yaml b/changelogs/fragments/120-remove-ipaddress.yaml
new file mode 100644
index 0000000..71dc342
--- /dev/null
+++ b/changelogs/fragments/120-remove-ipaddress.yaml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required.