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: v0.35.1 #1480

Merged
merged 4 commits into from Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Expand Up @@ -20,7 +20,7 @@ body:
attributes:
label: Version
description: What version of `cargo-shuttle` are you running (`cargo shuttle --version`)?
placeholder: "v0.35.0"
placeholder: "v0.35.1"
validations:
required: true
- type: dropdown
Expand Down
92 changes: 85 additions & 7 deletions CHANGELOG.md

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Expand Up @@ -26,19 +26,19 @@ exclude = [
]

[workspace.package]
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/shuttle-hq/shuttle"

# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
shuttle-codegen = { path = "codegen", version = "0.35.0" }
shuttle-common = { path = "common", version = "0.35.0" }
shuttle-common-tests = { path = "common-tests", version = "0.35.0" }
shuttle-orchestrator = { path = "orchestrator", version = "0.35.0" }
shuttle-proto = { path = "proto", version = "0.35.0" }
shuttle-service = { path = "service", version = "0.35.0" }
shuttle-codegen = { path = "codegen", version = "0.35.1" }
shuttle-common = { path = "common", version = "0.35.1" }
shuttle-common-tests = { path = "common-tests", version = "0.35.1" }
shuttle-orchestrator = { path = "orchestrator", version = "0.35.1" }
shuttle-proto = { path = "proto", version = "0.35.1" }
shuttle-service = { path = "service", version = "0.35.1" }

anyhow = "1.0.66"
async-trait = "0.1.58"
Expand Down
2 changes: 1 addition & 1 deletion admin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-admin"
version = "0.35.0"
version = "0.35.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion auth/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-auth"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion builder/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-builder"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cargo-shuttle/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-shuttle"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cargo-shuttle/README.md
Expand Up @@ -142,8 +142,8 @@ This should generate the following dependency in `Cargo.toml`:

```toml
rocket = "0.5.0"
shuttle-rocket = "0.35.0"
shuttle-runtime = "0.35.0"
shuttle-rocket = "0.35.1"
shuttle-runtime = "0.35.1"
tokio = "1.26.0"
```

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-codegen"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-common"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion deployer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-deployer"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
description = "Service with instances created per project for handling the compilation, loading, and execution of Shuttle services"
Expand Down
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/bind-panic/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.35.0"
shuttle-runtime = "0.35.1"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/main-panic/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.35.0"
shuttle-runtime = "0.35.1"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/self-stop/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.35.0"
shuttle-runtime = "0.35.1"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/sleep-async/Cargo.toml
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.35.0"
shuttle-runtime = "0.35.1"
tokio = { version = "1.0", features = ["time"]}
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-gateway"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/api/latest.rs
Expand Up @@ -307,7 +307,7 @@ async fn destroy_project(
#[derive(Deserialize, IntoParams)]
struct DeleteProjectParams {
// Was added in v0.30.0
// We have not needed it since 0.35.0, but have to keep in for any old CLI users
// We have not needed it since 0.34.1, but have to keep in for any old CLI users
#[allow(dead_code)]
dry_run: Option<bool>,
}
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-logger"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion provisioner/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-provisioner"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
description = "Service responsible for provisioning and managing resources for services"
Expand Down
2 changes: 1 addition & 1 deletion resource-recorder/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-resource-recorder"
version = "0.35.0"
version = "0.35.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions resources/aws-rds/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-aws-rds"
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to provision AWS RDS resources"
Expand All @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "rds"]
async-trait = "0.1.56"
paste = "1.0.7"
serde = { version = "1.0.148", features = ["derive"] }
shuttle-service = { path = "../../service", version = "0.35.0", default-features = false }
shuttle-service = { path = "../../service", version = "0.35.1", default-features = false }
sqlx = "0.7.1"

[features]
Expand Down
4 changes: 2 additions & 2 deletions resources/metadata/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "shuttle-metadata"
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to get Shuttle service information"
keywords = ["shuttle-service", "metadata"]

[dependencies]
async-trait = "0.1.56"
shuttle-service = { path = "../../service", version = "0.35.0" }
shuttle-service = { path = "../../service", version = "0.35.1" }
4 changes: 2 additions & 2 deletions resources/persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-persist"
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
description = "Plugin for persist objects"
Expand All @@ -10,5 +10,5 @@ keywords = ["shuttle-service", "persistence"]
async-trait = "0.1.56"
bincode = "1.2.1"
serde = { version = "1.0.0", features = ["derive"] }
shuttle-service = { path = "../../service", version = "0.35.0" }
shuttle-service = { path = "../../service", version = "0.35.1" }
thiserror = "1.0.32"
4 changes: 2 additions & 2 deletions resources/secrets/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-secrets"
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to for managing secrets on shuttle"
Expand All @@ -10,4 +10,4 @@ keywords = ["shuttle-service", "secrets"]
async-trait = "0.1.56"
secrecy = { version = "0.8.0", features = ["serde"] }
serde = { version = "1.0.148", features = ["derive"] }
shuttle-service = { path = "../../service", version = "0.35.0" }
shuttle-service = { path = "../../service", version = "0.35.1" }
4 changes: 2 additions & 2 deletions resources/shared-db/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "shuttle-shared-db"
version = "0.35.0"
version = "0.35.1"
edition = "2021"
license = "Apache-2.0"
description = "Plugin for managing shared databases on shuttle"
Expand All @@ -10,7 +10,7 @@ keywords = ["shuttle-service", "database"]
async-trait = "0.1.56"
mongodb = { version = "2.3.0", optional = true }
serde = { version = "1.0.148", features = ["derive"] }
shuttle-service = { path = "../../service", version = "0.35.0" }
shuttle-service = { path = "../../service", version = "0.35.1" }
sqlx = { version = "0.7.1", optional = true }

[features]
Expand Down