Skip to content

Commit 7a17556

Browse files
author
Thomas Ryan
committed
Open branches for release_26.4
1 parent 0fca00b commit 7a17556

174 files changed

Lines changed: 2980 additions & 969 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/changelog/2016/may.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Features:
1818
- Support for linux platform
1919
- Support for NXOS vdc - Unicon Device logging enhancements
2020
- Shorthand notations for Dialog callbacks
21-
- Renamed `config` service to `Configure`
21+
- Renamed ``config``service to``Configure``
2222
- Bug fixes

docs/changelog/2018/february.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Features and Bug Fixes:
2727

2828
- Added learn hostname feature
2929

30-
Linux connections now support the `learn_hostname` connect option to
30+
Linux connections now support the ``learn_hostname`` connect option to
3131
automatically learn the hostname.
3232

3333
This improves reliable prompt matching as the default prompt matching may
3434
result in false positives when the command output contains one of the
35-
prompt pattern characters `> # % ~ $` at the end of a line.
35+
prompt pattern characters ``> # % ~ $`` at the end of a line.
3636

3737
- Prompt stripping update
3838

@@ -69,8 +69,8 @@ Features and Bug Fixes:
6969
- Removed OS static checking list, and made a warning instead.
7070

7171
- New feature that allows user to specify initial exec and config command
72-
when connecting to a device. Users can now specify `init_exec_commands`
73-
and `init_config_commands` options when connecting to a device.
72+
when connecting to a device. Users can now specify ``init_exec_commands``
73+
and ``init_config_commands`` options when connecting to a device.
7474

7575
- The terminal variable is now set to VT100 before launching the telnet or
7676
ssh connection to a device. This is to tell devices not to use fancy ANSI

docs/changelog/2018/march.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Features and Bug Fixes:
6969
- new NXOS subcommand for attaching to bash shell using context managers
7070

7171
- CIMC plugin update
72-
Add response for `Enter 'yes' or 'no' to confirm` pattern
72+
Add response for ``Enter 'yes' or 'no' to confirm`` pattern
7373

7474
- New feature: CLI proxy
7575
This feature allows users to connect to devices via another device.

docs/changelog/2019/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Features and Bug Fixes:
2222
^^^^^^^^^^^^^^^^^^^^^^^
2323

2424
- learn_hostname feature updated to allow common plugin-specific default device
25-
names such as `Router` to be learned if no hostname has been set on the
25+
names such as ``Router`` to be learned if no hostname has been set on the
2626
device.
2727

2828
- The iosxr plugin enable pattern is now more strict.

docs/changelog/2019/jul.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Features and Bug Fixes:
8585

8686
- If one or more credentials are supplied:
8787

88-
- The ``tacacs`` and ``passwords`` pyATS testbed keys are ignored.
88+
- The ``tacacs``and``passwords`` pyATS testbed keys are ignored.
8989

90-
- Use of any of the following `unicon.Unicon.Connection` arguments cause a
90+
- Use of any of the following ``unicon.Unicon.Connection`` arguments cause a
9191
deprecation warning to be raised :
9292

9393
- ``username``
@@ -109,13 +109,13 @@ Features and Bug Fixes:
109109
that server block.
110110

111111
- The ``login_creds`` argument (specified either in pyATS connection
112-
block or as a `unicon.Unicon.Connection` parameter), now controls
112+
block or as a ``unicon.Unicon.Connection`` parameter), now controls
113113
the order credentials are applied when username/password prompts are
114114
received while connecting to the device.
115115

116-
- The ``prompts/login`` and ``prompts/password`` parameters are now
116+
- The ``prompts/login``and``prompts/password`` parameters are now
117117
expected to be explicitly set in the pyATS connection block or
118-
as `unicon.Unicon.Connection` parameters.
118+
as ``unicon.Unicon.Connection`` parameters.
119119

120120
- The switchover service now accepts a ``switchover_creds`` parameter that
121121
allows users to define what credentials to use should a username or

docs/changelog/2019/jun.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Features and Bug Fixes:
5151
- Fix reload service that was hanging when mgmt connection was attempted.
5252

5353
- Updated execute() service to allow override of default service dialogs by
54-
passing `service_dialog`
54+
passing ``service_dialog``
5555

5656
- improve ping extd_ping judgement and fix endless ping dialog on erroneous
5757
value
@@ -68,8 +68,8 @@ Features and Bug Fixes:
6868

6969
- core
7070

71-
- modifed ``unicon_record``, ``unicon_replay``, ``unicon_speed`` environment
72-
variables to ``UNICON_RECORD``, ``UNICON_REPLAY``, and ``UNICON_REPLAY_SPEED``.
71+
- modifed ``unicon_record``,``unicon_replay``,``unicon_speed`` environment
72+
variables to ``UNICON_RECORD``,``UNICON_REPLAY``, and``UNICON_REPLAY_SPEED``.
7373

7474
- Disconnect timers may now be updated via Settings object
7575

docs/changelog/2020/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Features and Bug Fixes:
3030
^^^^^^^^^^^^^^^^^^^^^^^
3131
* Fixed unittests failures seen with multiprocessing on Mac-py38 environment
3232

33-
* Added `goto_enable` and `standby_goto_enable` key to generic connect service to
33+
* Added ``goto_enable``and``standby_goto_enable`` key to generic connect service to
3434
allow user to disable device behavior of going to enable state in every device
3535
connect call, Default is True not to interrupt intuitive device behavior
3636

docs/changelog/2020/december.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Features and Bug Fixes:
4343
* Removed deprecation message from nxos->aci->n9k
4444
* Fixed a bug where the buffer might not be empty after connecting to the device
4545
* ASA Plugin
46-
- Add error_pattern to capture `*** WARNING ***`
46+
- Add error_pattern to capture ``*** WARNING ***``
4747
* FXOS/FTD Plugin
4848
- Added support for "* " in chassis prompt, e.g. "FirePower* #"
4949
* Linux

docs/changelog/2020/feb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Upgrade Instructions
2929
Features and Bug Fixes:
3030
^^^^^^^^^^^^^^^^^^^^^^^
3131

32-
* Added `debug_statement` boolean argument to `Statement class` to print the statement matched pattern.
32+
* Added ``debug_statement``boolean argument to``Statement class`` to print the statement matched pattern.
3333

34-
* Added `STATEMENT_LOG_DEBUG` boolean argument to `Settings class` to print all the matched patterns.
34+
* Added ``STATEMENT_LOG_DEBUG``boolean argument to``Settings class`` to print all the matched patterns.
3535

3636
* Add python3.8 support.
3737

docs/changelog/2021/april.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Features and Bug Fixes:
3030
^^^^^^^^^^^^^^^^^^^^^^^
3131

3232
--------------------------------------------------------------------------------
33-
Fix
33+
Fix
3434
--------------------------------------------------------------------------------
3535
* adapters.topology
3636
* Modified Unicon:

0 commit comments

Comments
 (0)