Skip to content

Commit

Permalink
Update changelog (#544)
Browse files Browse the repository at this point in the history
* Update changelog

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
rohitthakur2590 and pre-commit-ci[bot] authored Jun 12, 2024
1 parent 1584c11 commit f467568
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Release Summary

With this release, the minimum required version of `ansible-core` for this collection is `2.15.0`. The last version known to be compatible with `ansible-core` versions below `2.15` is v9.0.0.


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

Expand All @@ -22,7 +21,10 @@ Major Changes
Bugfixes
--------

- Ensure IPv6 static route definitions are correctly filtered during facts gathering.
- This fix make sure to fetch timer with `lldp` string at the start.
- Update integration tests for parse operations to ensure that ordering or address family (AF) does not affect assertions.
- Update the filter to accurately retrieve relevant static route configurations.

v9.0.0
======
Expand Down
9 changes: 7 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,16 +194,21 @@ releases:
10.0.0:
changes:
bugfixes:
- Ensure IPv6 static route definitions are correctly filtered during facts gathering.
- This fix make sure to fetch timer with `lldp` string at the start.
- Update integration tests for parse operations to ensure that ordering or address
family (AF) does not affect assertions.
- Update the filter to accurately retrieve relevant static route configurations.
major_changes:
- Bumping `requires_ansible` to `>=2.15.0` due to the end-of-life status of
previous `ansible-core` versions.
release_summary:
"With this release, the minimum required version of `ansible-core`
With this release, the minimum required version of `ansible-core`
for this collection is `2.15.0`. The last version known to be compatible with
`ansible-core` versions below `2.15` is v9.0.0."
`ansible-core` versions below `2.15` is v9.0.0.
fragments:
- bump215.yaml
- fix_statis_routes_ds_issue.yaml
- lldp_timer_bugfixes.yaml
release_date: "2024-06-10"
2.0.0:
Expand Down
5 changes: 0 additions & 5 deletions changelogs/fragments/fix_statis_routes_ds_issue.yaml

This file was deleted.

0 comments on commit f467568

Please sign in to comment.