Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the shuttle group with 2 updates #97

Merged
merged 1 commit into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the shuttle group with 2 updates: shuttle-actix-web and shuttle-runtime.

Updates shuttle-actix-web from 0.44.0 to 0.45.0

Release notes

Sourced from shuttle-actix-web's releases.

v0.45.0

Shuttle: v0.45.0 update

This release comes with a few bugfixes and lots of behind the scenes work on upcoming updates.

Breaking changes

  • The project list command on cargo-shuttle v0.44.0 will produce an additional 404 error. Upgrade to v0.45.0 to resolve this.

Bug fixes

  • Improved the error when Docker is not running on local runs.
  • Shuttle will no longer try to run library workspace members that have the shuttle-runtime dependency.
  • Made the project delete action more reliable.

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: shuttle-hq/shuttle@v0.44.0...v0.45.0

Changelog

Sourced from shuttle-actix-web's changelog.

0.45.0 - 2024-05-09

Features

  • (runtime) Version endpoint for runner version check - (3757bfe)

Bug Fixes

  • (backends) Switch to http otel collector for compatibility with beta - (85a8d54)
  • (cargo-shuttle) Better error when docker is not running (#1759) - (873f11b)
  • (cargo-shuttle) Skip org project listing on beta - (b52786b)
  • (runtime) Make compatible with alpha & beta - (3fc73ea)
  • (service) Improve workspace member discovery and error (#1758) - (28f4011)
  • Otel-otlp http client, deployment request (#1765) - (f947dee)
  • Review comments on ecs-common - (cd2c7a8)
  • Make services compatible with beta runtime - (a45addb)

Refactor

  • (cargo-shuttle) Adapt project response for beta (#1756) - (7fd5723)
  • (cargo-shuttle) Cleanup of beta branching & behaviour (#1760) - (43d7f28)
  • Return team details when creating a new team (#1761) - (399b525)
  • Rename organizations to teams (#1754) - (61ec530)

Testing

Miscellaneous Tasks

Miscellaneous

  • (cargo-shuttle) Nits - (f1f4b4e)
  • Bump examples - (00a1bc4)
  • Arg for provisioner-uri (#1763) - (8671518)
  • Project delete (#1762) - (cf701a7)
  • Merge pull request #1753 from shuttle-hq/feat/shuttle-ecs-common - (3322112)
  • Update timeout comment - (95c155b)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (a0e1bf1)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (ceed492)
Commits

Updates shuttle-runtime from 0.44.0 to 0.45.0

Release notes

Sourced from shuttle-runtime's releases.

v0.45.0

Shuttle: v0.45.0 update

This release comes with a few bugfixes and lots of behind the scenes work on upcoming updates.

Breaking changes

  • The project list command on cargo-shuttle v0.44.0 will produce an additional 404 error. Upgrade to v0.45.0 to resolve this.

Bug fixes

  • Improved the error when Docker is not running on local runs.
  • Shuttle will no longer try to run library workspace members that have the shuttle-runtime dependency.
  • Made the project delete action more reliable.

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: shuttle-hq/shuttle@v0.44.0...v0.45.0

Changelog

Sourced from shuttle-runtime's changelog.

0.45.0 - 2024-05-09

Features

  • (runtime) Version endpoint for runner version check - (3757bfe)

Bug Fixes

  • (backends) Switch to http otel collector for compatibility with beta - (85a8d54)
  • (cargo-shuttle) Better error when docker is not running (#1759) - (873f11b)
  • (cargo-shuttle) Skip org project listing on beta - (b52786b)
  • (runtime) Make compatible with alpha & beta - (3fc73ea)
  • (service) Improve workspace member discovery and error (#1758) - (28f4011)
  • Otel-otlp http client, deployment request (#1765) - (f947dee)
  • Review comments on ecs-common - (cd2c7a8)
  • Make services compatible with beta runtime - (a45addb)

Refactor

  • (cargo-shuttle) Adapt project response for beta (#1756) - (7fd5723)
  • (cargo-shuttle) Cleanup of beta branching & behaviour (#1760) - (43d7f28)
  • Return team details when creating a new team (#1761) - (399b525)
  • Rename organizations to teams (#1754) - (61ec530)

Testing

Miscellaneous Tasks

Miscellaneous

  • (cargo-shuttle) Nits - (f1f4b4e)
  • Bump examples - (00a1bc4)
  • Arg for provisioner-uri (#1763) - (8671518)
  • Project delete (#1762) - (cf701a7)
  • Merge pull request #1753 from shuttle-hq/feat/shuttle-ecs-common - (3322112)
  • Update timeout comment - (95c155b)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (a0e1bf1)
  • Merge remote-tracking branch 'upstream/main' into feat/shuttle-ecs-common - (ceed492)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the shuttle group with 2 updates: [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle).


Updates `shuttle-actix-web` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.44.0...v0.45.0)

Updates `shuttle-runtime` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: shuttle-actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shuttle
- dependency-name: shuttle-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shuttle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 20, 2024
@github-actions github-actions bot enabled auto-merge (squash) May 20, 2024 05:40
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it only includes patch or minor updates.

@github-actions github-actions bot merged commit 4bc11e9 into main May 20, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/shuttle-afaa1aa8a9 branch May 20, 2024 05:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants