summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2020-08-27 14:58:25 -0400
committerGitHub <noreply@github.com>2020-08-27 18:58:25 +0000
commita45e2988263f5109a56b6dcb2c46ecbc6738cb3a (patch)
tree1296e669b99a12a18ac5ce37bf72cdbb19c1a4d5 /changelogs
parent1ae2bbffe70e5217536a05250365a4f44292c8ec (diff)
downloadvyos-ansible-old-a45e2988263f5109a56b6dcb2c46ecbc6738cb3a.tar.gz
vyos-ansible-old-a45e2988263f5109a56b6dcb2c46ecbc6738cb3a.zip
Release 1.0.4 (#81)1.0.4
Release 1.0.4 Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG.rst9
-rw-r--r--changelogs/changelog.yaml9
-rw-r--r--changelogs/fragments/71-refactor-interface-test.yaml3
-rw-r--r--changelogs/fragments/80-reformat-files.yaml3
4 files changed, 18 insertions, 6 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst
index 5488733..b9c7ed4 100644
--- a/changelogs/CHANGELOG.rst
+++ b/changelogs/CHANGELOG.rst
@@ -5,6 +5,15 @@ Vyos Collection Release Notes
.. contents:: Topics
+v1.0.4
+======
+
+Minor Changes
+-------------
+
+- Moved intent testcases from integration suite to unit tests.
+- Reformatted files with latest version of Black (20.8b1).
+
v1.0.3
======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 3dc2020..7e5d152 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -128,3 +128,12 @@ releases:
fragments:
- 1.0.3.yaml
release_date: '2020-08-06'
+ 1.0.4:
+ changes:
+ minor_changes:
+ - Moved intent testcases from integration suite to unit tests.
+ - Reformatted files with latest version of Black (20.8b1).
+ fragments:
+ - 71-refactor-interface-test.yaml
+ - 80-reformat-files.yaml
+ release_date: '2020-08-27'
diff --git a/changelogs/fragments/71-refactor-interface-test.yaml b/changelogs/fragments/71-refactor-interface-test.yaml
deleted file mode 100644
index 55c4e57..0000000
--- a/changelogs/fragments/71-refactor-interface-test.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - Moved intent testcases from integration suite to unit tests.
diff --git a/changelogs/fragments/80-reformat-files.yaml b/changelogs/fragments/80-reformat-files.yaml
deleted file mode 100644
index 21719cc..0000000
--- a/changelogs/fragments/80-reformat-files.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-minor_changes:
- - Reformatted files with latest version of Black (20.8b1).