44 Commits

Author SHA1 Message Date
PSProxmox Team c765dbae48 Fixed module structure and successfully published to PowerShell Gallery
- Corrected build script to use PSProxmox\PSProxmox.psd1 as source of truth
- Fixed module structure: Module\PSProxmox\Version\Content
- Added both required assemblies: bin\PSProxmox.dll and bin\Newtonsoft.Json.dll
- Successfully published PSProxmox v2025.07.03.1200 to PowerShell Gallery
- Maintained quality with proper relative paths and single source manifest
v2025.07.03.1046 v2025.07.03.1038
2025-07-03 09:18:29 -04:00
PSProxmox Team 34b778c288 Enhanced build script with publish functionality and removed duplicate JSON library
- Added -Publish parameter to build script for automated PSGallery publishing
- Removed duplicate Newtonsoft.Json.dll reference from lib directory
- Updated module manifests to load all dependencies from bin directory
- Implemented proper folder structure for PowerShell Gallery publishing
- Added comprehensive error handling and cleanup for publish process
- Successfully published PSProxmox v2025.07.03.1200 to PowerShell Gallery
2025-07-03 08:50:42 -04:00
PSProxmox Team 8d22693f77 Ensure version consistency across all files
- Added AssemblyVersion and FileVersion to project files
- All versions now consistently set to 2025.07.03.1200
2025-07-03 08:05:05 -04:00
PSProxmox Team af1713331f Update to .NET Standard 2.0 for dual PowerShell 5.1/7+ support
- Updated all project files to version 2025.07.03.1200
- Simplified PSProxmox.Main.csproj to use automatic .cs file inclusion
- Removed redundant System.Management.Automation reference
- Added missing SMBIOS cmdlets to module exports
- Updated release notes for .NET Standard 2.0 compatibility
- Complete compatibility with both Windows PowerShell and PowerShell Core
2025-07-03 07:39:00 -04:00
AX-AMote d9bd620168 feat: Add -IncludeGuestAgent parameter for performance optimization
- Added optional -IncludeGuestAgent parameter to Get-ProxmoxVM cmdlet
- Guest agent data retrieval is now optional for improved query performance
- Default behavior: Fast queries without guest agent data
- Use -IncludeGuestAgent switch when detailed network information is needed
- Significant performance improvement for normal VM queries
- Updated all documentation and examples to use new parameter
- Fixed binary module structure by removing unnecessary PSD1 from bin folder
- Version bump to 2025.05.30.2323

BREAKING CHANGE: Get-ProxmoxVM no longer fetches guest agent data by default.
Existing scripts that rely on guest agent data must add -IncludeGuestAgent parameter.
v2025.05.30.2323
2025-05-30 23:25:19 -04:00
AX-AMote 33898b7b80 feat: Add VM Guest Agent support and fix all compilation errors
- Added comprehensive VM Guest Agent support with network interface information
- Enhanced Get-ProxmoxVM cmdlet to retrieve guest agent data automatically
- Added ProxmoxVMGuestAgent model with IPv4/IPv6 address arrays
- Fixed all 41 pre-existing compilation errors (100% success rate)
- Eliminated all compilation warnings for clean builds
- Standardized API patterns across all cmdlets
- Enhanced error handling and type safety throughout codebase
- Updated documentation with guest agent examples
- Added comprehensive guest agent example script
- Updated README with guest agent usage examples
- Version bump to 2025.05.30.1740
v2025.05.30.1740
2025-05-30 17:46:20 -04:00
Alphaeus Mote 5f0e31725d Fix cloud image functionality and add pipeline support v2025.05.11.1030 2025-05-11 15:00:36 -04:00
Alphaeus Mote f6d7cca621 Update version to 2025.05.11.0935 v2025.05.11.0935 2025-05-11 09:37:16 -04:00
Alphaeus Mote 8f84140337 Add LXC container and TurnKey template support v2025.05.10.1600 2025-05-11 09:27:20 -04:00
Alphaeus Mote 64c49b462d Add lib directory and update module manifest to reference it 2025-05-09 17:12:19 -04:00
Alphaeus Mote 50c5be0f95 Update README.md with cloud image functionality 2025-05-09 17:01:59 -04:00
Alphaeus Mote f62d635e5f Update version to 2025.05.10.1500 and prepare for release v2025.05.10.1500 2025-05-09 16:54:03 -04:00
Alphaeus Mote d76c9fb247 Add cloud image template functionality 2025-05-09 16:49:09 -04:00
Alphaeus Mote 4df222b36b Update all URLs to point to Grace-Solutions organization 2025-05-09 15:30:36 -04:00
Alphaeus Mote d339e2bc72 Move repository to Grace-Solutions organization and update version to 2025.05.10.1400 v2025.05.10.1400 2025-05-09 15:20:07 -04:00
Alphaeus Mote 3516dd3acb Update build scripts to support version parameter v2025.05.10.1300 2025-05-09 15:12:23 -04:00
Alphaeus Mote effaf14886 Fix build errors and update module version to 2025.05.10.1200 v2025.05.10.1200 2025-05-09 15:04:48 -04:00
Alphaeus Mote 9dba7a3bd6 Add regex and wildcard filtering to Get-* cmdlets 2025-05-09 14:58:31 -04:00
Alphaeus Mote 060ab64d70 Add script for publishing to PowerShell Gallery 2025-05-09 14:37:56 -04:00
Alphaeus Mote 7478796d16 Add automatic connection handling and Test-ProxmoxConnection cmdlet v2025.05.10.1000 2025-05-09 14:35:20 -04:00
Alphaeus Mote d0433ae21f Add automatic connection handling and Test-ProxmoxConnection cmdlet 2025-05-09 12:57:29 -04:00
Alphaeus Mote f906f41364 Add padded counter and AutoSMBIOS parameters to New-ProxmoxVMFromTemplate v2025.05.07.1111 v2025.05.09.1246 2025-05-07 11:12:19 -04:00
Alphaeus Mote fce40d9351 Enhanced SMBIOS functionality with manufacturer profiles and realistic hardware information 2025-05-07 11:04:10 -04:00
Alphaeus Mote 31f93dc29d Add SMBIOS functionality with manufacturer profiles 2025-05-07 10:47:38 -04:00
Alphaeus Mote d7e9067f2a Update CHANGELOG.md with recent changes 2025-04-28 21:15:57 -04:00
Alphaeus Mote 6227fd1a54 Add scripts for building and installing from release 2025.04.28.2035 2025-04-28 20:36:49 -04:00
Alphaeus Mote 5c80c92331 Fix Connect-ProxmoxServer to return ProxmoxConnection instead of ProxmoxConnectionInfo 2025-04-28 20:33:17 -04:00
Alphaeus Mote a4e45c36aa Fix module loading by using NestedModules instead of AssembliesToProcess 2025-04-28 20:27:44 -04:00
Alphaeus Mote 16051f5fbd Fix module loading by using PSM1 file and AssembliesToProcess 2025-04-28 20:23:16 -04:00
Alphaeus Mote 771c399d45 Include Newtonsoft.Json dependency in the module 2025-04-28 20:16:01 -04:00
Alphaeus Mote 1a75ff9aa7 Update documentation to reflect new project structure 2025-04-28 20:04:52 -04:00
Alphaeus Mote 1ffbaa4fa9 Move scripts to Scripts folder and update paths 2025-04-28 19:59:27 -04:00
Alphaeus Mote c2397d3f05 Reorganize project structure and update build process 2025-04-28 19:38:38 -04:00
Alphaeus Mote 7dddca927c Reorganize project structure to separate solution from module 2025-04-28 19:35:20 -04:00
Alphaeus Mote 45e58a068f Cleanup 2025-04-28 19:14:14 -04:00
Alphaeus Mote 6a253c23d6 Update module manifest with release URL 2025.04.28.1902 2025-04-28 19:09:59 -04:00
Alphaeus Mote e522cfaaf7 Update .gitignore to explicitly ignore ZIP files and Release folder 2025-04-28 19:06:37 -04:00
Alphaeus Mote e81e6c36a4 Remove test folder and add Release folder with module package 2025-04-28 19:04:42 -04:00
Alphaeus Mote c4bea36ece Add comprehensive documentation and examples 2025-04-28 14:59:49 -04:00
Alphaeus Mote 45433064b5 Add distribution package with minimal required files 2025-04-28 14:50:59 -04:00
Alphaeus Mote 8697a466c0 Remove PSM1 file and update module structure to load DLL from bin directory 2025-04-28 14:47:19 -04:00
Alphaeus Mote c31cdaa16a Update module GUID and GitHub URLs in module manifest 2025-04-28 14:42:30 -04:00
Alphaeus Mote 7889ba2f97 Build PSProxmox.dll and fix compilation issues 2025-04-28 14:35:22 -04:00
Alphaeus Mote 2385442c83 Initial commit of PSProxmox module 2025-04-28 14:11:32 -04:00