Skip to content

Bump tracel-xtask from 2.2.1 to 4.8.0#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tracel-xtask-4.8.0
Open

Bump tracel-xtask from 2.2.1 to 4.8.0#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/tracel-xtask-4.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2026

Bumps tracel-xtask from 2.2.1 to 4.8.0.

Release notes

Sourced from tracel-xtask's releases.

v4.8.0

Breaking Changes

This release adds flags --features and --no-default-features to commands check, fix and doc. You might need to update your custom commands if they rely on these base commands.

v4.7.0

  • feat: auto-rollback promoted container when rollout times out
  • feat: add parameter --platform to prevent from pushing the wrong container architecture to the container registry
  • feat: reduce output noise from AWS CLI in container commands

v4.6.1

  • feat: add max-healthy-percentage param to container rollout command

v4.6.0

  • feat: add an #[alias(...)] attribute to extend_targets macro to mark some variants as being the same as a base target:
use tracel_xtask::prelude::*;
#[macros::extend_targets]
pub enum MyTarget {
/// Target the backend component of the monorepo, same thing as Workspace
#[alias(Workspace)]
Backend,
/// Target the frontend component of the monorepo.
Frontend,
}

  • feat: push a first empty secret version when creating a secret with the secrets command

v4.5.0

Breaking Changes

The --path and --out arguments of some infra subcommand are now top level arguments. This makes it easier to xtask users to modify these values before dispatching to the base commands.

Before:

cargo xtask infra plan --path "my_path"

After:

cargo xtask infra --path "my_path" plan

v4.4.1

  • fix: output progress to stderr in CI mode (CI environment variable is set and "trueish")

... (truncated)

Commits
  • 4f3d84e feat: add --features and --no-default-feature to check, fix and doc
  • cf5bcee Bump version to 4.7.0
  • a3f9bcb feat: auto-rollback promoted container on rollout time out
  • 9ae8033 feat: add param to prevent from pushing the wrong container archi
  • 98dd573 feat: reduce output noise in container commands
  • e1f2a21 Bump version to 4.6.1
  • 908d5b1 feat: add max-healthy-percentage param to container rollout command
  • 4431e3b Bump version to 4.6.0
  • 1fdbaac feat: add test for target aliases
  • 47fbd45 feat: add alias attribute to extend_targets macro
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tracel-xtask](https://github.com/tracel-ai/xtask) from 2.2.1 to 4.8.0.
- [Release notes](https://github.com/tracel-ai/xtask/releases)
- [Commits](tracel-ai/xtask@v2.2.1...v4.8.0)

---
updated-dependencies:
- dependency-name: tracel-xtask
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

This PR has been marked as stale because it has not been updated for over a month

@github-actions github-actions bot added stale and removed stale labels Feb 3, 2026
@github-actions
Copy link
Contributor

This PR has been marked as stale because it has not been updated for over a month

@github-actions github-actions bot added the stale label Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants