Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG-2025-07-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Title: Streamlined Deployment Instance Handling
Date: 01/07/2025

Added:
- Support for deploying to specific instances, giving teams finer control over rollout targets

Changed:
- Deployment workflow now auto-detects the target instance, removing the need for manual flags

Fixed:
- Resolved a deployment failure that occurred when an instance flag was not provided

Removed:
- Deprecated the --instance flag from deployment commands, simplifying the deployment configuration

---
*Generated from PR #88: deployment instance*

**Source commits:**
- `41578ba` deployment instance by eff-kay
- `99e8e55` removed instance flag, fixed deployment bug by eff-kay

**Original PR:** https://github.com/slashml/magemaker/pull/88