Skip to content

Commit 1d81b7b

Browse files
authored
Merge pull request CiscoTestAutomation#245 from CiscoTestAutomation/release_24.7
Release_24.7
2 parents 434c581 + a2bc70c commit 1d81b7b

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

docs/changelog/2024/july.rst

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
July 2024
2+
==========
3+
4+
July 30 - Pyats v24.7
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``pyats``, v24.7
13+
``pyats.aereport``, v24.7
14+
``pyats.aetest``, v24.7
15+
``pyats.async``, v24.7
16+
``pyats.cisco``, v24.7
17+
``pyats.connections``, v24.7
18+
``pyats.datastructures``, v24.7
19+
``pyats.easypy``, v24.7
20+
``pyats.kleenex``, v24.7
21+
``pyats.log``, v24.7
22+
``pyats.reporter``, v24.7
23+
``pyats.results``, v24.7
24+
``pyats.robot``, v24.7
25+
``pyats.tcl``, v24.7
26+
``pyats.topology``, v24.7
27+
``pyats.utils``, v24.7
28+
29+
Upgrade Instructions
30+
^^^^^^^^^^^^^^^^^^^^
31+
32+
.. code-block:: bash
33+
34+
# DevNet Community
35+
bash$ pip install --upgrade pyats
36+
37+
# Cisco Internal Developers
38+
bash$ pip install --upgrade ats
39+
40+
41+
42+
43+
Changelogs
44+
^^^^^^^^^^
45+
--------------------------------------------------------------------------------
46+
Fix
47+
--------------------------------------------------------------------------------
48+
49+
* pyats.utils
50+
* Modified argv parser helper function
51+
* Ignore arguments after `--`
52+
* Allow `-` to be passed as a value
53+
54+
* pyats.cli
55+
* Modified version update
56+
* Ignore packages that have no matching version
57+
58+
59+
--------------------------------------------------------------------------------
60+
New
61+
--------------------------------------------------------------------------------
62+
63+
* pyats.reporter
64+
* update the log offset for each sub process
65+
66+
* pyats
67+
* remove init file for declaring namespaces for all the packages to avoid deprecation messages.
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+
2024/july
1112
2024/june
1213
2024/may
1314
2024/april

0 commit comments

Comments
 (0)