Releases: tracel-ai/xtask
Releases · tracel-ai/xtask
v4.19.0
This release adds base commands to support GCP cloud provider for our standardize deployment pipeline using GCE (Google Compute Engine), GAR (Goolge Artifact Registry) and GSM (Google Secrets Manager), see README for more info.
- feat: add AZs per region in AWS regions util module
- feat: add more CLI emojis and widen the rules for emojis selection
- feat: new
gcp_secretsbase command - feat: rename
secretscommand toaws_secretswith an alias tosecretsfor backward compatibility - feat: add GCP naming conventions
- feat: rename
containercommand toaws_secretswith an alias tocontainerfor backward compatibility
xtask CLI v1.1.5
- feat: new
+skillspecial command to output skill text for agents
v4.18.3
This is a xtask CLI only release.
xtask CLI v1.1.4
- feat: add shorthand selector to xtask CLI, for instance
xtask :btwill redirect commands tobackend-testssubrepo if there is no ambiguity. Typingxtaskalone will display the shorthand for each subrepo of a monorepo.
v4.18.2
v4.18.1
v4.18.0
Use maintenance release 4.18.1 instead.
- feat: add a subcommand named
codetofixcommand which does alintand aformatin one shot - feat: new image command to create AWS VM images
- feat: add debug info when publish fails
- feat: re-export arguments structs of
infracommand - feat: move simple spinner to utils crate
- feat: add
--forceto infra apply and destroy subcommand - feat: implement Default for
InfraCmdArgs
v4.17.2
v4.17.1
v4.17.0
Deprecated, use version v4.17.1, but see breaking changes below
This is a maintenance release. All the utility functions have been moved to a dedicated feature gated crate tracel-xtask-utils. All re-export like prelude from tracel-xtask are preserved so there should not be any breaking change.
Breaking Changes
- The module
helpersis nowbuild_helpers.
v4.16.0
Breaking Changes
- signature changes for functions
run_process_for_workspaceandrun_process_for_package: new function parameterenvs: Option<HashMap<&str, &str>>to pass environment variables to the process.
New features
- feat:
--miriin commandtestnow takes an optional value that is eitherallorub-only. When no value is defined the default isall. Inallmode both undefined behaviors and memory leaks are checked. Inub-onlymode only the undefined behaviors are checked.