All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
build startcommand now accepts optional--refflag to build from specific git references (branches, tags, or commit hashes).modify appcommand to update some parameters of application/pipeline stacks.
- Updated to Go 1.25.4 and refreshed dependencies.
- Fixed issue where a stack update could revert unexpected parameters to template defaults.
- Fix for a change in heroku/builder:24 causing HOME=/root resulting in various permissions errors.
- Handle and return a clear error for empty CloudFormation change sets instead of
ResourceNotReadyerror. - Raise an exception when no scheduled tasks are available for deletion.
- Properly ignore errors on region deletion if the legacy
dockerhub-access-tokenis not found.
- Region creation no longer requires Docker Hub credentials. Existing apps must be upgraded for compatibility.
- Resizing a non-existent service in an undeployed app no longer causes an error.
- Network issues are now displayed separately from authentication errors. Previously, network failures during authentication token refresh were incorrectly shown as authentication errors.
- Excluded
limitlesssuffix from Aurora PostgreSQL version selection to ensure compatibility with general-purpose instance types. - Verify existence of review app before resizing process with
ps resize.
- Allow
apppack buildcommands to work for non-pipeline apps.
- Revert the ability to provide
APPPACK_ACCOUNTfor multiple accounts.
- Prevent
Ctrl+Cfrom exiting the remote shell session prematurely.
- Limits the number of custom domains to 4.
ps resizeraises a warning for non-existent service.reviewappscmd optionally accepts-c/accountflag.- Implemented a check that throws an error if neither the
-cflag nor theAPPPACK_ACCOUNTenvironment variable is set and the user has multiple accounts. This ensures that users specify an account explicitly to avoid ambiguity.
- Integrates AWS Session manager directly.
- Updated dependencies.
- Improve error handling for user info API call.
- Improve error message when user needs admin access.
- Upgraded to Go 1.22 and updated dependencies
- Allow
psto work on clusters with large active task counts
- CLI automatically checks for updates
- Report crashes to Sentry
upgrade regionnow works as expectedcreate databaseonly shows valid instance sizes
shellcommand no longer requireswcin the remote container
shellcommand now supports Dockerfile buildsps resizecan now be run on a pipeline to apply to all review appscreate custom-domainnow supports wildcard domainscreate redisnow lists available instance sizes
upgrade pipelineworks with latest changes to stack
- Experimental
dashcommand for viewing app metric graphs
- Upgraded to Go 1.19 and updated dependencies
- Prevent using an invalid index when deleting scheduled tasks which led to panic