|
| 1 | +April 2024 |
| 2 | +========== |
| 3 | + |
| 4 | + - Unicon v24.4 |
| 5 | +------------------------ |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +.. csv-table:: Module Versions |
| 10 | + :header: "Modules", "Versions" |
| 11 | + |
| 12 | + ``unicon.plugins``, v24.4 |
| 13 | + ``unicon``, v24.4 |
| 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 | +* sshutils |
| 44 | + * add_tunnel |
| 45 | + * add logic to handle allocating ports based on the tunnel type. |
| 46 | + |
| 47 | +* unicon |
| 48 | + * Bases/Routers |
| 49 | + * Do learn hostname if only the learn pattern is in the statmachine patterns. |
| 50 | + * Update the connection init logic. |
| 51 | + * Patterns |
| 52 | + * Add Bad secrets to bad_passwords pattern. |
| 53 | + |
| 54 | +* unicon/bases |
| 55 | + * Router/connection_provider |
| 56 | + * Update logic to not learn the hostname when the device is in shell mode. |
| 57 | + |
| 58 | + |
| 59 | +-------------------------------------------------------------------------------- |
| 60 | + New |
| 61 | +-------------------------------------------------------------------------------- |
| 62 | + |
| 63 | +* unicon |
| 64 | + * Connection provider |
| 65 | + * Add args and kwargs for connect function |
| 66 | + |
| 67 | + |
| 68 | +-------------------------------------------------------------------------------- |
| 69 | + New |
| 70 | +-------------------------------------------------------------------------------- |
| 71 | + |
| 72 | +* iosxe |
| 73 | + * statemachine |
| 74 | + * add pki_hexmode state for iosxe |
| 75 | + |
| 76 | +* iosxr |
| 77 | + * Added get_commit_cmd |
| 78 | + * Added support for 'commit best-effort' command. |
| 79 | + |
| 80 | +* stackresetstandbyrp |
| 81 | + * Added iosxe/stack StackResetStandbyRP |
| 82 | + * iosxe/stack service reset_standby_rp |
| 83 | + * Check whole stack readiness to decide the result of reset_standby_rp |
| 84 | + |
| 85 | + |
| 86 | +-------------------------------------------------------------------------------- |
| 87 | + Fix |
| 88 | +-------------------------------------------------------------------------------- |
| 89 | + |
| 90 | +* iosxr/spitfire |
| 91 | + * Modified Prompt Recovery Commands |
| 92 | + * Updated prompt recovery commands to user CTRL+C. |
| 93 | + |
| 94 | +* iosxe |
| 95 | + * connection provider |
| 96 | + * Get the pattern for the enable statment from state machine for handeling device prompts after |
| 97 | + |
| 98 | +* resetstandbyrp |
| 99 | + * Modified generic ResetStandbyRP |
| 100 | + * Fixed to handle the optinal argument "reply" |
| 101 | + |
| 102 | + |
0 commit comments