Skip to content

Commit 44ca643

Browse files
authored
Merge branch 'main' into otel-exporter-layer
2 parents 3fb3773 + 4fce3d6 commit 44ca643

File tree

82 files changed

+2333
-863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2333
-863
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
ignore = [
33
# Advisory about a vulnerability in rsa, which we don't use, but it is pulled in via sqlx due
44
# to a bug in cargo. See https://github.com/shuttle-hq/shuttle/pull/1475 for context.
5-
"RUSTSEC-2023-0071"
5+
"RUSTSEC-2023-0071",
6+
# Dependency of rmcp
7+
"RUSTSEC-2024-0436",
68
]

.circleci/config.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ workflows:
403403
crate:
404404
- shuttle-codegen
405405
- shuttle-common
406+
- shuttle-ifc
406407
- test-workspace-member-with-integration:
407408
name: << matrix.crate >>
408409
matrix:
@@ -495,8 +496,8 @@ workflows:
495496
matrix:
496497
parameters:
497498
path:
498-
- codegen
499499
- common
500+
- mcp
500501
name: publish-<< matrix.path >>
501502
requires:
502503
- approve-publish-crates
@@ -510,6 +511,7 @@ workflows:
510511
parameters:
511512
path:
512513
- api-client
514+
- ifc
513515
- service
514516
name: publish-<< matrix.path >>
515517
requires:
@@ -519,6 +521,19 @@ workflows:
519521
ignore: /.*/
520522
tags:
521523
only: /v[\d\.]+/
524+
- publish-crate:
525+
matrix:
526+
parameters:
527+
path:
528+
- codegen
529+
name: publish-<< matrix.path >>
530+
requires:
531+
- publish-ifc
532+
filters:
533+
branches:
534+
ignore: /.*/
535+
tags:
536+
only: /v[\d\.]+/
522537
- publish-crate:
523538
matrix:
524539
parameters:
@@ -546,6 +561,9 @@ workflows:
546561
name: publish-<< matrix.path >>
547562
requires:
548563
- publish-api-client
564+
- publish-codegen
565+
- publish-ifc
566+
- publish-mcp
549567
- publish-service
550568
filters:
551569
branches:

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
attributes:
1919
label: Version
2020
description: What version of Shuttle CLI are you running (`shuttle --version`)?
21-
placeholder: "v0.55.0"
21+
placeholder: "v0.56.0"
2222
validations:
2323
required: true
2424
- type: dropdown

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.lock

Lines changed: 117 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)