Skip to content

Conversation

@hcloud-bot
Copy link
Collaborator

@hcloud-bot hcloud-bot commented Oct 10, 2025

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 until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API. You can find out the current state of this in #1202.

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

Examples

hcloud storage-box create \
    --name backups \
    --type bx11 \
    --location fsn1 \
    --password "$PASSWORD" \
    --enable-ssh \
    --reachable-externally

hcloud storage-box enable-snapshot-plan backups \
    --max-snapshots 10 \
    --minute 0 \
    --hour 2

Features

Bug Fixes


PR by releaser-pleaser 🤖

If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs.

Release Notes

Prefix / Start

This will be added to the start of the release notes.

### Storage Box API Experimental

This release adds support for the [Storage Box API](https://docs.hetzner.cloud/reference/hetzner#storage-boxes).

The Storage Box integration will be introduced as an **experimental** feature. This experimental phase is expected to last until **21 November 2025**. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API. You can find out the current state of this in [#1202](https://github.com/hetznercloud/cli/issues/1202).

This release includes all changes from the recent [Storage Box API changelog](https://docs.hetzner.cloud/changelog#2025-10-21-storage-box-api-update) entry.

#### Examples

```shell
hcloud storage-box create \
    --name backups \
    --type bx11 \
    --location fsn1 \
    --password "$PASSWORD" \
    --enable-ssh \
    --reachable-externally

hcloud storage-box enable-snapshot-plan backups \
    --max-snapshots 10 \
    --minute 0 \
    --hour 2
```

Suffix / End

This will be added to the end of the release notes.

@hcloud-bot hcloud-bot requested a review from a team as a code owner October 10, 2025 10:48
@hcloud-bot hcloud-bot added the rp-release::pending Release for this PR is pending label Oct 10, 2025
@hcloud-bot hcloud-bot force-pushed the releaser-pleaser--branches--main branch from cf677f2 to ce50e39 Compare October 15, 2025 08:07
@codecov
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.53%. Comparing base (cdcd2b3) to head (17f1b0c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1192       +/-   ##
===========================================
- Coverage   69.62%   49.53%   -20.09%     
===========================================
  Files         311      305        -6     
  Lines       13983    13659      -324     
===========================================
- Hits         9735     6766     -2969     
- Misses       3307     6331     +3024     
+ Partials      941      562      -379     
Flag Coverage Δ
e2e 49.53% <ø> (ø)
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hcloud-bot hcloud-bot changed the title chore(main): release v1.54.1 chore(main): release v1.55.0 Oct 15, 2025
@hcloud-bot hcloud-bot force-pushed the releaser-pleaser--branches--main branch 3 times, most recently from ffbc31f to 709c2b8 Compare October 21, 2025 10:10
@hcloud-bot hcloud-bot force-pushed the releaser-pleaser--branches--main branch from 709c2b8 to 17f1b0c Compare October 21, 2025 10:11
@apricote apricote merged commit ce89973 into main Oct 21, 2025
6 of 7 checks passed
@apricote apricote deleted the releaser-pleaser--branches--main branch October 21, 2025 10:12
@hcloud-bot hcloud-bot added rp-release::tagged Release for this PR is created and removed rp-release::pending Release for this PR is pending labels Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rp-release::tagged Release for this PR is created

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants