What's new
This release opens up the Infra side of Jaws Deploy to automation. Until now, things like workspaces, projects, environments, lifecycles, feeds, cloud accounts, tags, variables, and step templates were UI-first. With the new Infrastructure REST API you can build and maintain the full deployment topology directly from CI, scripts, or your own tooling - the same way you already create releases and deployments.
For self-hosted Jaws Deploy Stack customers behind a firewall, agent installation can now run fully offline against pre-fetched PowerShell modules, so target machines no longer need to reach the public PowerShell Gallery during agent setup.
Highlights
New Infra REST endpoints for workspaces, projects, environments, lifecycles, feeds, cloud accounts, tags, variables, and step templates. Local-development scripts start-local-api.ps1 and start-local-api.sh for running the API against a dev database. Offline-friendly agent install path using pre-bundled PowerShell modules. New integration test foundation for Infra API coverage.
Highlights
- Full REST surface for workspaces, projects, environments, lifecycles, feeds, cloud accounts, tags, variables and step templates
- Offline-friendly agent install via pre-fetched PowerShell modules
- Local-development scripts for running the API against a dev database
- Integration test foundation for the Infra API