Skip to content

Bump pyyaml from 5.3.1 to 5.4 in /node/calico_test#1

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/node/calico_test/pyyaml-5.4
Open

Bump pyyaml from 5.3.1 to 5.4 in /node/calico_test#1
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/node/calico_test/pyyaml-5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 11, 2025

Copy link
Copy Markdown

Bumps pyyaml from 5.3.1 to 5.4.

Changelog

Sourced from pyyaml's changelog.

5.4 (2021-01-19)

Commits
  • 58d0cb7 5.4 release
  • a60f7a1 Fix compatibility with Jython
  • ee98abd Run CI on PR base branch changes
  • ddf2033 constructor.timezone: _copy & deepcopy
  • fc914d5 Avoid repeatedly appending to yaml_implicit_resolvers
  • a001f27 Fix for CVE-2020-14343
  • fe15062 Add 3.9 to appveyor file for completeness sake
  • 1e1c7fb Add a newline character to end of pyproject.toml
  • 0b6b7d6 Start sentences and phrases for capital letters
  • c976915 Shell code improvements
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-version: '5.4'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 11, 2025
nobiit pushed a commit that referenced this pull request Mar 20, 2026
…ter-ui-only

[TSLA-9971] policy filter UI only
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>
nobiit pushed a commit that referenced this pull request Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants