Skip to content

Commit

Permalink
chore: v0.33.0 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Nov 16, 2023
1 parent 4311907 commit 299a30d
Show file tree
Hide file tree
Showing 42 changed files with 109 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
attributes:
label: Version
description: What version of `cargo-shuttle` are you running (`cargo shuttle --version`)?
placeholder: "v0.32.0"
placeholder: "v0.33.0"
validations:
required: true
- type: dropdown
Expand Down
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,38 @@ See [conventional commits](https://www.conventionalcommits.org/) for commit guid

**For proper release notes with more details such as upgrading guidelines, check out the [releases page](https://github.com/shuttle-hq/shuttle/releases).**

## [Unreleased](https://github.com/shuttle-hq/shuttle/compare/v0.32.0..Unreleased) - 2023-11-11
## [0.33.0](https://github.com/shuttle-hq/shuttle/compare/v0.32.0..v0.33.0) - 2023-11-16

### Features

- *(cargo-shuttle)* Make command-line aliases visible ([#1384](https://github.com/shuttle-hq/shuttle/issues/1384)) - ([434ddbf](https://github.com/shuttle-hq/shuttle/commit/434ddbf64b6b7311a84752c64b8b5d7ca7210773))
- *(gateway)* Temporary conditional project limit increase ([#1383](https://github.com/shuttle-hq/shuttle/issues/1383)) - ([4311907](https://github.com/shuttle-hq/shuttle/commit/4311907b5ba6fe5bbb1f422ecc3c2dca1564a6dc))
- Add limits and tier to jwt claim ([#1382](https://github.com/shuttle-hq/shuttle/issues/1382)) - ([6a55b14](https://github.com/shuttle-hq/shuttle/commit/6a55b144f5ddd457ca5518bdef2ba6fa5097184c))

### Bug Fixes

- *(cargo-shuttle)* Revert shuttle-common-tests to path dep ([#1375](https://github.com/shuttle-hq/shuttle/issues/1375)) - ([70ba489](https://github.com/shuttle-hq/shuttle/commit/70ba489978aa506050317447e3704dffa4a011b3))
- *(gateway)* Use project_id argument when inserting project ([#1387](https://github.com/shuttle-hq/shuttle/issues/1387)) - ([96105b4](https://github.com/shuttle-hq/shuttle/commit/96105b4c8fd14642d4c70fcfdb231e1e5b8a0d65))
- Revert changelog edits - ([17f8c73](https://github.com/shuttle-hq/shuttle/commit/17f8c73db260a6a6adf9f7f548904c2287abbe6c))

### Refactor

- Clean up deployer db resources, delete after sync to r-r, delete secrets command ([#1376](https://github.com/shuttle-hq/shuttle/issues/1376)) - ([03e7017](https://github.com/shuttle-hq/shuttle/commit/03e7017f7a6179b68dcecaf7355aa52686325c50))

### Documentation

- *(readme)* Add note about CCH to README.md ([#1389](https://github.com/shuttle-hq/shuttle/issues/1389)) - ([015717a](https://github.com/shuttle-hq/shuttle/commit/015717a2944064218ca2152c13e425280176ec99))

### Miscellaneous Tasks

- V0.33.0 - ([c4e7872](https://github.com/shuttle-hq/shuttle/commit/c4e7872453ea575adf47862b75052091b39cbca6))

### Miscellaneous

- *(changelog)* Add link to releases page - ([8d09faf](https://github.com/shuttle-hq/shuttle/commit/8d09fafe7a1c0e6ca37f9117dd3e10b29526a48d))
- *(changelog)* Add link to releases page ([#1378](https://github.com/shuttle-hq/shuttle/issues/1378)) - ([0526233](https://github.com/shuttle-hq/shuttle/commit/0526233bb6770a8d749266b52b119b9e326b706b))
- Merge remote-tracking branch 'upstream/main' into chore/v0.33.0 - ([5c6f427](https://github.com/shuttle-hq/shuttle/commit/5c6f42787b88c77e67b35be36cc27c3f58ea7660))
- Bump axum minimum version, bump otel crates ([#1386](https://github.com/shuttle-hq/shuttle/issues/1386)) - ([3f4dc82](https://github.com/shuttle-hq/shuttle/commit/3f4dc822138b784ee23b42748830575be2ef0ec4))
- Rocket 0.5.0-rc.4 ([#1379](https://github.com/shuttle-hq/shuttle/issues/1379)) - ([22f512e](https://github.com/shuttle-hq/shuttle/commit/22f512e5553b9ab34d48b3f0222a00d94c4699f6))

## [0.32.0](https://github.com/shuttle-hq/shuttle/compare/v0.31.0..v0.32.0) - 2023-11-09

Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ exclude = [
]

[workspace.package]
version = "0.32.0"
version = "0.33.0"
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.32.0" }
shuttle-common = { path = "common", version = "0.32.0" }
shuttle-common-tests = { path = "common-tests", version = "0.32.0" }
shuttle-orchestrator = { path = "orchestrator", version = "0.32.0" }
shuttle-proto = { path = "proto", version = "0.32.0" }
shuttle-service = { path = "service", version = "0.32.0" }
shuttle-codegen = { path = "codegen", version = "0.33.0" }
shuttle-common = { path = "common", version = "0.33.0" }
shuttle-common-tests = { path = "common-tests", version = "0.33.0" }
shuttle-orchestrator = { path = "orchestrator", version = "0.33.0" }
shuttle-proto = { path = "proto", version = "0.33.0" }
shuttle-service = { path = "service", version = "0.33.0" }

anyhow = "1.0.66"
async-trait = "0.1.58"
Expand Down
2 changes: 1 addition & 1 deletion admin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-admin"
version = "0.32.0"
version = "0.33.0"
edition = "2021"

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

```toml
rocket = "0.5.0-rc.2"
shuttle-rocket = { version = "0.32.0" }
shuttle-runtime = { version = "0.32.0" }
shuttle-rocket = { version = "0.33.0" }
shuttle-runtime = { version = "0.33.0" }
tokio = { version = "1.26.0" }
```

Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-codegen"
version = "0.32.0"
version = "0.33.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-common"
version = "0.32.0"
version = "0.33.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-deployer"
version = "0.32.0"
version = "0.33.0"
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.32.0"
shuttle-runtime = "0.33.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/main-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.32.0"
shuttle-runtime = "0.33.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/self-stop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.32.0"
shuttle-runtime = "0.33.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/sleep-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.32.0"
shuttle-runtime = "0.33.0"
tokio = { version = "1.0", features = ["time"]}
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 46 files
+2 −2 actix-web/cookie-authentication/Cargo.toml
+2 −2 actix-web/hello-world/Cargo.toml
+3 −3 actix-web/postgres/Cargo.toml
+2 −2 actix-web/static-files/Cargo.toml
+2 −2 actix-web/websocket-actorless/Cargo.toml
+2 −2 axum/hello-world/Cargo.toml
+2 −2 axum/jwt-authentication/Cargo.toml
+3 −3 axum/metadata/Cargo.toml
+3 −3 axum/postgres/Cargo.toml
+2 −2 axum/static-files/Cargo.toml
+2 −2 axum/static-next-server/Cargo.toml
+3 −3 axum/turso/Cargo.toml
+2 −2 axum/websocket/Cargo.toml
+2 −2 axum/with-state/Cargo.toml
+3 −3 custom-resource/pdo/Cargo.toml
+1 −1 custom-service/none/Cargo.toml
+2 −2 custom-service/request-scheduler/Cargo.toml
+4 −4 fullstack-templates/saas/backend/Cargo.toml
+1 −1 next/hello-world/Cargo.toml
+3 −3 other/standalone-binary/Cargo.toml
+2 −2 poem/hello-world/Cargo.toml
+3 −3 poem/mongodb/Cargo.toml
+3 −3 poem/postgres/Cargo.toml
+3 −3 poise/hello-world/Cargo.toml
+4 −4 rocket/dyn-templates/Cargo.toml
+3 −3 rocket/hello-world/Cargo.toml
+3 −3 rocket/jwt-authentication/Cargo.toml
+2 −2 rocket/jwt-authentication/src/claims.rs
+4 −4 rocket/persist/Cargo.toml
+2 −2 rocket/persist/src/main.rs
+4 −4 rocket/postgres/Cargo.toml
+2 −2 rocket/postgres/src/main.rs
+4 −4 rocket/secrets/Cargo.toml
+3 −3 rocket/static-files/Cargo.toml
+4 −4 rocket/url-shortener/Cargo.toml
+3 −3 rocket/workspace/hello-world/Cargo.toml
+2 −2 salvo/hello-world/Cargo.toml
+3 −3 serenity/hello-world/Cargo.toml
+4 −4 serenity/postgres/Cargo.toml
+2 −2 thruster/hello-world/Cargo.toml
+3 −3 thruster/postgres/Cargo.toml
+2 −2 tide/hello-world/Cargo.toml
+3 −3 tide/postgres/Cargo.toml
+2 −2 tower/hello-world/Cargo.toml
+2 −2 tracing/custom-tracing-subscriber/Cargo.toml
+2 −2 warp/hello-world/Cargo.toml
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-gateway"
version = "0.32.0"
version = "0.33.0"
edition.workspace = true
license.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-logger"
version = "0.32.0"
version = "0.33.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion provisioner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-provisioner"
version = "0.32.0"
version = "0.33.0"
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-resource-recorder"
version = "0.32.0"
version = "0.33.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions resources/aws-rds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-aws-rds"
version = "0.32.0"
version = "0.33.0"
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.32.0", default-features = false }
shuttle-service = { path = "../../service", version = "0.33.0", default-features = false }
sqlx = "0.7.1"

[features]
Expand Down
4 changes: 2 additions & 2 deletions resources/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "shuttle-metadata"
version = "0.32.0"
version = "0.33.0"
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.32.0" }
shuttle-service = { path = "../../service", version = "0.33.0" }
4 changes: 2 additions & 2 deletions resources/persist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-persist"
version = "0.32.0"
version = "0.33.0"
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.32.0" }
shuttle-service = { path = "../../service", version = "0.33.0" }
thiserror = "1.0.32"
Loading

0 comments on commit 299a30d

Please sign in to comment.