Skip to content

chore(deps): bump hcloud from 2.11.1 to 2.12.0#177

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/hcloud-2.12.0
Closed

chore(deps): bump hcloud from 2.11.1 to 2.12.0#177
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/hcloud-2.12.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps hcloud from 2.11.1 to 2.12.0.

Release notes

Sourced from hcloud's releases.

v2.12.0

Storage Box API Experimental

This release adds support for the Storage Box API.

The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last at least until 12 January 2026. During this period, upcoming minor releases of the project may include breaking changes to features related to Storage Boxes.

This release includes all changes from the recent Storage Box API changelog entry.

Examples

response = client.storage_boxes.create(
    name="string",
    location=Location(name="fsn1"),
    storage_box_type=StorageBoxType(name="bx11"),
    labels={
        "environment": "prod",
        "example.com/my": "label",
        "just-a-key": "",
    },
    password="my-password",
    access_settings=StorageBoxAccessSettings(
        reachable_externally=False,
        samba_enabled=False,
        ssh_enabled=False,
        webdav_enabled=False,
        zfs_enabled=False,
    ),
    ssh_keys=[SSHKey(public_key="ssh-rsa AAAjjk76kgf...Xt")],
)
response.action.wait_until_finished()
storage_box = response.storage_box

Features

  • add update rrset records action to zone client (#597)
  • add support for Storage Boxes (#524)
Changelog

Sourced from hcloud's changelog.

v2.12.0

Storage Box API Experimental

This release adds support for the Storage Box API.

The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last at least until 12 January 2026. During this period, upcoming minor releases of the project may include breaking changes to features related to Storage Boxes.

This release includes all changes from the recent Storage Box API changelog entry.

Examples

response = client.storage_boxes.create(
    name="string",
    location=Location(name="fsn1"),
    storage_box_type=StorageBoxType(name="bx11"),
    labels={
        "environment": "prod",
        "example.com/my": "label",
        "just-a-key": "",
    },
    password="my-password",
    access_settings=StorageBoxAccessSettings(
        reachable_externally=False,
        samba_enabled=False,
        ssh_enabled=False,
        webdav_enabled=False,
        zfs_enabled=False,
    ),
    ssh_keys=[SSHKey(public_key="ssh-rsa AAAjjk76kgf...Xt")],
)
response.action.wait_until_finished()
storage_box = response.storage_box

Features

  • add update rrset records action to zone client (#597)
  • add support for Storage Boxes (#524)
Commits
  • 98dce77 chore(main): release v2.12.0 (#599)
  • 48551da feat: add support for Storage Boxes (#524)
  • 79ffad3 chore(deps): update dependency mypy to >=1.19,<1.20 (#600)
  • 6094b87 chore(deps): update pre-commit hook psf/black-pre-commit-mirror to v25.12.0 (...
  • d1f8d75 chore(deps): update dependency coverage to >=7.13,<7.14 (#603)
  • 57cd6a4 feat: add update rrset records action to zone client (#597)
  • 1c9bd3a chore(deps): update dependency coverage to >=7.12,<7.13 (#595)
  • 79feb48 chore(deps): update pre-commit hook asottile/pyupgrade to v3.21.2 (#596)
  • 4639921 chore(deps): update actions/checkout action to v6 (#598)
  • See full diff 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 [hcloud](https://github.com/hetznercloud/hcloud-python) from 2.11.1 to 2.12.0.
- [Release notes](https://github.com/hetznercloud/hcloud-python/releases)
- [Changelog](https://github.com/hetznercloud/hcloud-python/blob/main/CHANGELOG.md)
- [Commits](hetznercloud/hcloud-python@v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: hcloud
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 10, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Dec 11, 2025

Looks like hcloud is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 11, 2025
@dependabot dependabot Bot deleted the dependabot/uv/hcloud-2.12.0 branch December 11, 2025 18:14
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants