Skip to content

Commit d9d4036

Browse files
authored
Merge pull request #93 from CiscoTestAutomation/release_23.11
Releasing 23.11
2 parents 3b50371 + 2b9f83f commit d9d4036

26 files changed

+460
-73
lines changed

docs/changelog/2023/november.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
November 2023
2+
==========
3+
4+
November 27 - Unicon v23.11
5+
------------------------
6+
7+
8+
9+
.. csv-table:: Module Versions
10+
:header: "Modules", "Versions"
11+
12+
``unicon.plugins``, v23.11
13+
``unicon``, v23.11
14+
15+
Install Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
bash$ pip install unicon.plugins
21+
bash$ pip install unicon
22+
23+
Upgrade Instructions
24+
^^^^^^^^^^^^^^^^^^^^
25+
26+
.. code-block:: bash
27+
28+
bash$ pip install --upgrade unicon.plugins
29+
bash$ pip install --upgrade unicon
30+
31+
Features and Bug Fixes:
32+
^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
35+
36+
37+
Changelogs
38+
^^^^^^^^^^
39+
--------------------------------------------------------------------------------
40+
Fix
41+
--------------------------------------------------------------------------------
42+
43+
* unicon
44+
* Modified test_init_commands
45+
* Added SONiC as a valid OS
46+
47+
* pluginmanager
48+
* Modified get_plugin method to allow missing keys in lookup
49+
50+

docs/changelog/2023/october.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
October 2023
2-
==========
2+
============
33

44
October 31 - Unicon v23.10
5-
------------------------
5+
--------------------------
66

77

88

docs/changelog/2023/september.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
September 2023
2-
==========
2+
==============
33

44
September 26 - Unicon v23.9
5-
------------------------
5+
---------------------------
66

77

88

docs/changelog/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2023/november
78
2023/october
89
2023/september
910
2023/august
@@ -26,6 +27,7 @@ Changelog
2627
2022/february
2728
2022/january
2829
2021/december
30+
2021/october
2931
2021/september
3032
2021/august
3133
2021/july

docs/changelog_plugins/2023/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ April 2023
22
==========
33

44
April 25 - Unicon.Plugins v23.4
5-
------------------------
5+
-------------------------------
66

77

88

docs/changelog_plugins/2023/august.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
August 2023
2-
==========
2+
===========
33

44
August 29 - Unicon.Plugins v23.8
5-
------------------------
5+
--------------------------------
66

77

88

docs/changelog_plugins/2023/february.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
February 2023
2-
==========
2+
=============
33

44
February 24 - Unicon.Plugins v23.2
5-
------------------------
5+
----------------------------------
66

77

88

docs/changelog_plugins/2023/january.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
January 2023
2-
==========
2+
============
33

44
January 31 - Unicon v23.1
5-
------------------------
5+
-------------------------
66

77

88

docs/changelog_plugins/2023/july.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
July 2023
2-
==========
2+
=========
33

44
July 24 - Unicon.Plugins v23.7
5-
------------------------
5+
------------------------------
66

77

88

docs/changelog_plugins/2023/june.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ June 2023
22
==========
33

44
June 27 - Unicon.Plugins v23.6
5-
------------------------
5+
------------------------------
66

77

88

0 commit comments

Comments
 (0)