From 9c243c6603c3b68cd140af8628542995e5e086c1 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 25 Nov 2018 17:49:26 +0100 Subject: [PATCH] New release (0.6) 3 new cmdlets * Enhance speed (Don't wait 5sec between each request...) (#32) * Enhance security (Enable TLS 1.2 when HTTPS is used...) (#60) * Better "error" message when fail to connect or use a API (#55) * Add -usebasicparsing for use without connnected session (like task) (#56) * Add integration test (using Pester) for check code (Known issue about VSF Switch) (#36) * Add Get|Set-ArubaSWPort(-statistics) to get and configure a port (name, status, mode...) and Port statistics (name, packets/bytes/throughtput/error TX or RX...) (#40) * Add [Extract-Port-ArubaSW.ps1 tools script](https://github.com/PowerAruba/PowerArubaSW/blob/master/Tools/Extract-Port-ArubaSW.ps1) for generate a Excel file with the list of Port and configuration (vlan, status, lldp neighbor...) (#34) * 4 removed cmdlets (Get-ArubaSWSystemStatus[Cpu|Memory|Storage|Time] (#43) --- PowerArubaSW/PowerArubaSW.psd1 | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerArubaSW/PowerArubaSW.psd1 b/PowerArubaSW/PowerArubaSW.psd1 index 467327c..5370c97 100644 --- a/PowerArubaSW/PowerArubaSW.psd1 +++ b/PowerArubaSW/PowerArubaSW.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerArubaSW.psm1' # Version number of this module. -ModuleVersion = '0.5' +ModuleVersion = '0.6' # ID used to uniquely identify this module GUID = '33b62abc-06b9-4c26-b9ac-05a43b40c510' diff --git a/README.md b/README.md index 62f44ff..1e362a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Last release: [![GitHub version](https://badge.fury.io/gh/alagoutte%2Fpoweraruba This is a Powershell module for configure a ArubaOS Switch. -With this module (version 0.5.0) you can manage: +With this module (version 0.6.0) you can manage: - System (Name, Location, Contact) & Switch Status (Product and Hardware info) - Vlans (Add/Configure/Remove)