-
Couldn't load subscription status.
- Fork 11
chore(deps): Bump opentelemetry_sdk from 0.28.0 to 0.29.0 #223
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
Merged
Danil-Grigorev
merged 1 commit into
main
from
dependabot/cargo/opentelemetry_sdk-0.29.0
Mar 24, 2025
Merged
chore(deps): Bump opentelemetry_sdk from 0.28.0 to 0.29.0 #223
Danil-Grigorev
merged 1 commit into
main
from
dependabot/cargo/opentelemetry_sdk-0.29.0
Mar 24, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Danil-Grigorev
pushed a commit
to Danil-Grigorev/cluster-api-addon-provider-fleet
that referenced
this pull request
Mar 24, 2025
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
Danil-Grigorev
added a commit
that referenced
this pull request
Mar 24, 2025
* chore(deps): Bump opentelemetry_sdk from 0.28.0 to 0.29.0 (#223) Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * chore(deps): Bump opentelemetry-otlp from 0.28.0 to 0.29.0 (#222) Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.28.0...opentelemetry-otlp-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Simplify dynamic watch setup version separation (#219) * Drop finalizer on ClusterGroup - Move BundleNamespaceMapping cleanup into Class reconciler - Remove finalizer from ClusterGroup, causing issues - Refactor controllers to use stable API (duplicate cache for ClusterGroup) - Fix hot loop on Helm install due to chart version compare issue Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Simplify dynamic watch setup version separation Current setup allows to use functionality available for k/k 1.32+ already with streaming_list() option by piggybacking type_meta population on serialization as a typed object first with k/k below 1.32. `TypeMeta` for core types in this scenario is always populated by `k8s_openapi` implementation, even though list response does omit type_meta for the inner set of objects. Main differentiator here, is that streaming_list uses only `watch`, which never omits type_meta of the resource, while regular watch setup issues `list` request to collect initial events. For the `Cluster` object defined as a `CRD`, `to_dynamic_event` performs necessary conversion with type_meta population in-place. Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Implement default handling as trait extension Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> --------- Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Danil-Grigorev
pushed a commit
to Danil-Grigorev/cluster-api-addon-provider-fleet
that referenced
this pull request
Mar 26, 2025
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
Danil-Grigorev
pushed a commit
to Danil-Grigorev/cluster-api-addon-provider-fleet
that referenced
this pull request
Mar 26, 2025
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
Danil-Grigorev
added a commit
that referenced
this pull request
Mar 26, 2025
* chore(deps): Bump opentelemetry_sdk from 0.28.0 to 0.29.0 (#223) Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * chore(deps): Bump opentelemetry-otlp from 0.28.0 to 0.29.0 (#222) Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.28.0...opentelemetry-otlp-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Add missing RBAC for BundleNamespaceMapping deletion (#226) - Bump fleet-api-rs to latest Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Ensure flags update does not upgrade fleet chart (#228) Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps opentelemetry_sdk from 0.28.0 to 0.29.0.
Commits
ad0552achore: Prepare 0.29 release (#2844)14d8f74ci: replace actions-rs/cargo GHA (#2846)5881f99chore: bump semconv 1.31.0 (#2845)34835a8chore: Prepare docs before 0.29 (#2837)1ecd1a8fix: KeyValueMetadata to not expose its fields public (#2843)3e77a22fix: Error cleanups continued (#2838)36c48dbchore: context stabilization tests & logging pieces (#2833)b03296cchore: Add warning on Prometheus crate (#2831)969bedffix: Cleanup zipkin build error (#2839)702c61dtest: validate code-based config is preferred over env vars in ZipkinExporter...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)