Skip to content

Commit 9867b55

Browse files
authored
Merge pull request #267 from CiscoTestAutomation/release_25.7
Releasing v25.7
2 parents 7114538 + ce8d3b8 commit 9867b55

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

docs/changelog/2025/july.rst

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
July 2025
2+
==========
3+
4+
July 29 - Pyats v25.7
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``pyats``, v25.7
13+
``pyats.aereport``, v25.7
14+
``pyats.aetest``, v25.7
15+
``pyats.async``, v25.7
16+
``pyats.cisco``, v25.7
17+
``pyats.connections``, v25.7
18+
``pyats.datastructures``, v25.7
19+
``pyats.easypy``, v25.7
20+
``pyats.kleenex``, v25.7
21+
``pyats.log``, v25.7
22+
``pyats.reporter``, v25.7
23+
``pyats.results``, v25.7
24+
``pyats.robot``, v25.7
25+
``pyats.tcl``, v25.7
26+
``pyats.topology``, v25.7
27+
``pyats.utils``, v25.7
28+
29+
30+
31+
32+
Changelogs
33+
^^^^^^^^^^
34+
--------------------------------------------------------------------------------
35+
Fix
36+
--------------------------------------------------------------------------------
37+
38+
* cisco-pkg
39+
* Loading clean_config during _get_bringup_config
40+
41+
* pyats.cisco
42+
* Updated default email server to be `outbound.cisco.com` due to deprecation of `mail.cisco.com`.
43+
44+
* pyats.clean
45+
* Modified clean loader to load JIT config when using templates
46+
47+
* pyats.topology
48+
* Added timeout key to testbed.servers section
49+
50+
* easypy-pkg
51+
* Added a check to find clean.extra.yaml and treat it as a jit clean for standalone bringup
52+
53+
* pyats
54+
* Refactor plugin loading from pkg_resources.iter_entry_points to importlib.metadata.entry_points
55+
56+
* pyats.devat
57+
* device compliance
58+
* add check for power cycle
59+
* exempt linux device from some checks
60+
61+
62+
--------------------------------------------------------------------------------
63+
New
64+
--------------------------------------------------------------------------------
65+
66+
* pyats
67+
* Added new CLI argument '--clean-model-image' which we can pass the list images with model name
68+
69+

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changelog
88
.. toctree::
99
:maxdepth: 2
1010

11+
2025/july
1112
2025/june
1213
2025/may
1314
2025/april

0 commit comments

Comments
 (0)