Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0#7
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0#7dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.37.0 to 1.40.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.37.0...v1.40.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.40.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
nobiit
pushed a commit
that referenced
this pull request
Mar 20, 2026
nobiit
pushed a commit
that referenced
this pull request
Jun 13, 2026
…o#12892) * Added KubeVirt live migration test cases on KIND cluster * Address review feedback for KubeVirt KIND e2e tests - Rename wait* helpers to expect* and add GinkgoHelper() so failures attribute to the caller's line - Replace self-skip with Fail and use Feature:KubeVirt-KIND tag - Remove redundant logrus summary lines (By() already logs steps) - Remove redundant migration phase re-check after expectMigrationSuccess - Fix Expect messages to describe the check, not the cause - Move IPAM owner promotion test to ip_persistence.go (common test) - Remove unused requireOperatorManagedCluster helper - Tag ip_persistence suite with both KubeVirt and KubeVirt-KIND features Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add Semaphore CI job for KubeVirt live migration e2e on KIND Add the Semaphore block and e2e config to run KubeVirt-KIND tests in CI. The job creates a KIND cluster, deploys MockVirt (KubeVirt simulation mode), and runs e2e tests filtered by Feature:KubeVirt-KIND. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Address PR projectcalico#12892 review feedback - Replace Feature:KubeVirt-KIND with RequiresRealKubeVirt requirement label so KIND lane includes Feature:KubeVirt and excludes RequiresRealKubeVirt instead of double-tagging tests with two features (Casey #1). - Add back isKINDCluster guards with explicit failure messages explaining why the test cannot run on KIND (Casey #2). - Split live_migration_kind.go: move helpers (kindBIRDPeer, setupKindEBGPPeering, expectMigrationFailed) into utils.go, keep only test suite in the file (Casey #3). - Use existing WithExternalNode() label instead of RequiresExternalNode() to avoid duplicate labels with same semantics (skoryk #7). - Move WithSerial() from describe block to eBGP It only — other tests are namespace-scoped and parallel-safe (skoryk #8). - Add nil guard for net.ParseIP().To4() in querySnapshot and queryTORSnapshot to prevent panic on malformed/IPv6 input (skoryk projectcalico#9). - Remove duplicate NetworkPolicy test from live_migration.go — the KIND ICMP version provides equivalent coverage without requiring a real guest OS (skoryk projectcalico#10). - Randomize BIRD container name with GenerateRandomName to prevent collisions on parallel runs (skoryk projectcalico#11). - Change queryWorkerMetric to return (int, error) so failures surface the real cause instead of hiding it behind a -1 sentinel (skoryk projectcalico#13). - Add non-go:/e2e/pkg/ to CHANGE_IN macro so test file changes trigger the KubeVirt KIND CI lane (skoryk projectcalico#14). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Decouple KubeVirt e2e tests from KIND: extract BGP utilities, rename to MockVirt Extract shared BIRD/BGP peer utilities from kubevirt test utils into a reusable e2e/pkg/utils/bgp package with a BIRDPeer interface implemented by both ContainerBIRDPeer (local Docker) and SSHBIRDPeer (SSH external node). Rename KIND-specific references to MockVirt where they refer to simulated KubeVirt, replace isKINDCluster with isMockVirtDeployed using the dynamic client to check the KubeVirt CR simulationMode field, and decouple the BIRD container lifecycle from test code by reading the container name from BIRD_BGPPEER_CONTAINER_NAME env var. Add BIRD container setup to the Semaphore CI pipeline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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
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 go.opentelemetry.io/otel/sdk from 1.37.0 to 1.40.0.
Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
... (truncated)
Commits
a3a5317Release v1.40.0 (#7859)77785dachore(deps): update github/codeql-action action to v4.32.1 (#7858)56fa1c2chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.5.0 (#7857)298cbedUpgrade semconv use to v1.39.0 (#7854)3264bf1refactor: modernize code (#7850)fd5d030chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...8d3b4cbchore(deps): update actions/cache action to v5.0.3 (#7847)91f7cadchore(deps): update github.com/timakin/bodyclose digest to 73d1f95 (#7845)fdad1ebchore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27...c46d3bachore(deps): update golang.org/x/telemetry digest to fcf36f6 (#7843)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.