Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps broker[docker,hussh,podman] from 0.6.12 to 0.7.0.

Release notes

Sourced from broker[docker,hussh,podman]'s releases.

0.7.0

Broker 0.7 Release Notes

Major Features

Paramiko SSH Backend Support

Broker now includes a native Paramiko backend as an alternative SSH connection method. This new backend provides robust SSH connectivity with support for multiple key types (RSA, DSS, ECDSA, Ed25519), SSH agent authentication, and automatic host key management. The Paramiko backend can be selected by setting the BROKER_SSH_BACKEND environment variable to paramiko.

Key capabilities:

  • Support for password and key-based authentication
  • SSH agent integration for passwordless connections
  • Automatic host key acceptance and management
  • Interactive shell support with PTY
  • File transfer via SCP and SFTP
  • Remote file copying between hosts

Install with: uv install broker[paramiko] or pip install broker[paramiko]

OpenStack Provider

Broker now supports OpenStack as a provider for provisioning and managing virtual machines. The OpenStack provider integrates with the OpenStack SDK to offer flexible VM lifecycle management with support for templates, multiple authentication methods, and resource discovery.

Key features:

  • Multiple authentication methods: clouds.yaml configuration, application credentials, or username/password
  • Template-based VM provisioning for repeatable deployments
  • Resource discovery for images, flavors, and networks
  • Automatic IP address detection for both floating and fixed IPs
  • Configurable timeouts and default parameters

Install with: uv install broker[openstack] or pip install broker[openstack]

Configuration example:

OpenStack:
  auth_url: "https://openstack.example.com:5000/v3"
  username: "your-username"
  password: "your-password"
  project_name: "your-project"
  default_image: "RHEL-9.5"
  default_flavor: "m1.large"
  default_network: "provider-network"
  templates:
    rhel9:
      image: "RHEL-9.5"
      flavor: "m1.large"
      network: "provider-network"
      key_name: "my-keypair"

... (truncated)

Commits
  • 1cf6ee2 Update project metadata for 0.7.0
  • 7cb9237 [pre-commit.ci] pre-commit autoupdate
  • cd388fb Add satlab dependency group
  • ea3f1c4 bump to rc3
  • 55f6fd6 Refactor Paramiko bind and update SSH backend configuration
  • f2aac89 Add Tox config, update CI, and refine interactive mode
  • e26122a Bump tj-actions/changed-files from 44 to 47
  • 0d2563e Bump astral-sh/setup-uv from 5 to 7
  • bb5ee6a Bump github/codeql-action from 3 to 4
  • 7e90c37 Bump actions/checkout from 4 to 5
  • 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)

Bumps [broker[docker,hussh,podman]](https://github.com/SatelliteQE/broker) from 0.6.12 to 0.7.0.
- [Release notes](https://github.com/SatelliteQE/broker/releases)
- [Commits](SatelliteQE/broker@0.6.12...0.7.0)

---
updated-dependencies:
- dependency-name: broker[docker,hussh,podman]
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 3, 2025

Labels

The following labels could not be found: 6.15.z, 6.16.z, 6.17.z, 6.18.z, CherryPick, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

trigger: test-robottelo\r
pytest: tests/foreman/ -k 'test_host_registration_end_to_end or test_positive_erratum_applicability or test_positive_upload_content'

@github-actions
Copy link

This pull request has not been updated in the past 45 days.

@github-actions github-actions bot added the Stale label Dec 19, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #217.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/broker-dockerhusshpodman--0.7.0 branch December 22, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants