summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2021-05-18 17:42:51 -0400
committerGitHub <noreply@github.com>2021-05-18 21:42:51 +0000
commit32640ce6235001e8c296c1d2984fcf3058630181 (patch)
tree8e181a697280ce6200d8e93ba58d0083dacbccf9 /changelogs/changelog.yaml
parent5b66d83236407944703dc1cdf18eb380997cae75 (diff)
downloadvyos-ansible-collection-32640ce6235001e8c296c1d2984fcf3058630181.tar.gz
vyos-ansible-collection-32640ce6235001e8c296c1d2984fcf3058630181.zip
VYOS release 2.3.0 (#167)
VYOS release 2.3.0 Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 1978f01..706e4a5 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -223,8 +223,30 @@ releases:
changes:
security_fixes:
- Mask values of sensitive keys in module result.
+ minor_changes:
+ - Add support for available_network_resources key, which allows to fetch the
+ available resources for a platform (https://github.com/ansible-collections/vyos.vyos/issues/138).
fragments:
- 147-add_ignore_txt.yml
+ - 160_available_network_resources.yaml
- no_log_mask.yaml
- remove-old-test-deps.yml
release_date: '2021-04-27'
+ 2.3.0:
+ changes:
+ bugfixes:
+ - change admin_distance to distance while generating static_routes nexthop command.
+ - firewall_global - port-groups were not added (https://github.com/ansible-collections/vyos.vyos/issues/107)
+ minor_changes:
+ - Add vyos_route_maps resource module (https://github.com/ansible-collections/vyos.vyos/pull/156.).
+ fragments:
+ - changelog_doc_path_update.yaml
+ - fix_delete_route_maps.yaml
+ - fix_port_groups.yaml
+ - fix_static_routes_distance.yaml
+ - vyos-route-maps.yaml
+ modules:
+ - description: Route Map Resource Module.
+ name: vyos_route_maps
+ namespace: ''
+ release_date: '2021-05-18'