Skip to content

Releases: Azure/ipam

v3.4.0

03 Sep 18:39
Compare
Choose a tag to compare
  • Split GitHub Action workflows to make them more granular
  • Optimized PowerShell script file load times by specifying required modules
  • No longer storing Cosmos DB access key in KeyVault (using RBAC)
  • Updated deploy & update scripts to refer to the asset file attached to the GitHub Release
  • Removed asset ZIP file from repo (file is growing too large)
  • Fixed code to extract container version details to support Alpine Linux
  • Added support for > 128 Subnets within a Virtual Network
  • Optimized VMSS query
  • Added support to freeze NPM & PIP requirements by Release version
  • Fixed issue where External Subnet configuration would not display
  • Updated NPM packages

v3.3.0

08 Jul 05:21
Compare
Choose a tag to compare
  • Added ability to edit External Networks/Subnets/Endpoints & added matching Pester tests
  • Improved build & deployment process to use static dependencies tied to a release (Python & Node)
  • Improved non-admin experience in UI
  • Incorporated fixes for Deployment Script & Bicep parameters file
  • Updated NPM packages to latest versions
  • Minor bug fixes

v3.2.0

16 Jun 06:14
Compare
Choose a tag to compare
  • Added advanced management for External Networks (outside of Azure)
  • Split Configuration section of UI into unique sections
  • Added Generator tools to expose next available vNET/Subnet in the UI
  • Added ability to create a Reservation from the UI
  • Added support for DoD/IL6 Azure cloud
  • Switched MSGraph calls from "beta" endpoint to "v1.0"
  • Enhanced ZIP asset build script
  • Updated NPM modules for UI
  • Corrected spelling issues in UI & docs
  • Added support for optionally deploying Azure IPAM to an alternative Management Group
  • Fixed doc links to not include the "en-us" section so they are location agnostic
  • Optimized Dockerfiles for container builds
  • Improved error handling when container build fail during deployment script execution
  • Added additional build tests to support new API calls
  • Enhanced status API by improving environment detection
  • Numerous bug fixes across the Engine & UI

v3.1.0

09 Apr 16:05
Compare
Choose a tag to compare
  • Minor GitHub Actions automation fixes
  • Documentation updates to reflect new deployment architecture
  • Added Recommended Azure PowerShell version to prerequisites section in docs
  • Additional API to list all Reservations at the Space scope
  • Updated NPM modules to latest versions

v3.0.0

29 Feb 04:36
Compare
Choose a tag to compare
  • New single container deployment
  • New App Service code native deployment
  • Added support for versioning
  • Added additional Azure Cloud support
  • Updated Deployment script
  • Added scripts for building, versioning and updating
  • Updated documentation
  • Rewrote Planner code from scratch
  • Updated NPM packages
  • Improved logging
  • Added Status API
  • Fixed Data Factory endpoint issues
  • Changed CosmosDB access to Managed Identity
  • Changed KeyVault access to Managed Identity w/ RBAC