-
Notifications
You must be signed in to change notification settings - Fork 3
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
update deps #608
base: master
Are you sure you want to change the base?
update deps #608
Conversation
🚨 Rust Panic Audit: 348 Potential Panic Points Detected 🚨Crate: ``📊 Total Usages: 243
Crate:
|
🐋 This PR was built and pushed to the following Docker images: Docker Bake metadata{
"conductor": {
"buildx.build.provenance": {
"buildType": "https://mobyproject.org/buildkit@v1",
"materials": [
{
"uri": "pkg:docker/debian@12.5?platform=linux%2Famd64",
"digest": {
"sha256": "a92ed51e0996d8e9de041ca05ce623d2c491444df6a535a566dabd5cb8336946"
}
},
{
"uri": "pkg:docker/rust@1.77.2?platform=linux%2Famd64",
"digest": {
"sha256": "83101f6985c93e1e6501b3375de188ee3d2cbb89968bcc91611591f9f447bd42"
}
}
],
"invocation": {
"configSource": {
"entryPoint": "Dockerfile"
},
"parameters": {
"frontend": "dockerfile.v0",
"args": {
"label:org.opencontainers.image.authors": "The Guild <contact@the-guild.dev>",
"label:org.opencontainers.image.description": "Conductor is a robust GraphQL Gateway.",
"label:org.opencontainers.image.docs": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.licenses": "MIT",
"label:org.opencontainers.image.revision": "04f90ec5254e7470d81482c505d043bd15b68055",
"label:org.opencontainers.image.source": "https://github.com/the-guild-org/conductor",
"label:org.opencontainers.image.title": "Conductor",
"label:org.opencontainers.image.url": "https://the-guild.dev/graphql/gateway",
"label:org.opencontainers.image.vendor": "The Guild",
"label:org.opencontainers.image.version": ""
},
"locals": [
{
"name": "context"
},
{
"name": "dockerfile"
}
]
},
"environment": {
"platform": "linux/amd64"
}
}
},
"buildx.build.ref": "builder-0cba8bd5-c222-480d-81ae-f4ea1fdc8a27/builder-0cba8bd5-c222-480d-81ae-f4ea1fdc8a270/5qlyapsldp5br1pv21gjzrto0",
"containerimage.config.digest": "sha256:d1aa131d062037ddc88e597da0809630007740b026db73c914ea0678375ad48f",
"containerimage.descriptor": {
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"digest": "sha256:c9a303c253903b7aedb1065c1d51e984321d51209431c562ba438ec24e71c228",
"size": 902,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
"containerimage.digest": "sha256:c9a303c253903b7aedb1065c1d51e984321d51209431c562ba438ec24e71c228",
"image.name": "ghcr.io/the-guild-org/conductor/conductor:04f90ec5254e7470d81482c505d043bd15b68055"
}
} |
✅ Benchmark Results
|
0765b19
to
bfb0e2c
Compare
@YassinEldeeb I'm not sure why |
96599a1
to
371461f
Compare
everything has been updated to the latest versions!
Breaking change
resource
is no longer an acceptable field to theSpanContext
in open telemetry reporting, and there's no other new fields in its place, I think maybe the service name could be added in another way? if not, I guess we could just keep being on the older otel dependencies' versions. (cc @dotansimha)