Skip to content

Commit

Permalink
Releasing v23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lsheikal committed Jul 25, 2023
1 parent 0071d4a commit c0c675e
Show file tree
Hide file tree
Showing 201 changed files with 6,201 additions and 668 deletions.
127 changes: 0 additions & 127 deletions CODING.md

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ CYTHON_CMD = compileAll
# Development pkg requirements
RELATED_PKGS = genie.libs.health genie.libs.clean genie.libs.conf genie.libs.ops genie.libs.robot genie.libs.sdk
RELATED_PKGS += genie.libs.filetransferutils
DEPENDENCIES = restview psutil==5.9.2 Sphinx wheel asynctest pysnmp
# pinning the version of pysnmp and pyasn1 to fix the type error when using execute_power_cycle_device api
DEPENDENCIES = restview psutil==5.9.2 Sphinx wheel asynctest pysnmp==4.4.9 pyasn1==0.4.8
DEPENDENCIES += sphinx-rtd-theme==1.1.0 pyftpdlib tftpy\<0.8.1 robotframework
# cisco-distutils requires Cython 0.29.22
# aiohttp-swagger 1.0.15 requires jinja2==2.11.2 and markupsafe==1.1.1
DEPENDENCIES += Cython==0.29.22 requests ruamel.yaml grpcio protobuf\<=3.20.1 jinja2==2.11.2 markupsafe==1.1.1
DEPENDENCIES += Cython requests ruamel.yaml grpcio protobuf jinja2==2.11.2 markupsafe==1.1.1
# aiohttp requires charset-normalizer<3.0.0
DEPENDENCIES += charset-normalizer==2.1.1
# Internal variables.
Expand Down
16 changes: 16 additions & 0 deletions pkgs/clean-pkg/changelog/2023/july.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* iosxe/cat9k
* Updated the rommon boot clean stage by adding recovery credentials and

* iosxe
* Updated dialogs on reload clean stage to support asr1k.
* Added new clean stage RommonBoot for iosxe
* Added `directory` key to `install_image` stage schema
* To specify a directory where packages.conf is created
* Added `skip_boot_variable` keyto `install_image` stage schema
* To skip boot variable handling in `install_image` stage


Loading

0 comments on commit c0c675e

Please sign in to comment.