Skip to content

Conversation

@claffin
Copy link
Owner

@claffin claffin commented Sep 9, 2025

…n to ubuntu-22.04

  • Add configurable image support for Hetzner provider (HETZNER_IMAGE)
  • Default Hetzner images to ubuntu-22.04 (was hardcoded ubuntu-20.04)
  • Add configurable image support for DigitalOcean provider (DIGITALOCEAN_IMAGE)
  • Default DigitalOcean images to ubuntu-22-04-x64 (was hardcoded ubuntu-20-04-x64)
  • Update .env.example with new image configuration options
  • Add notes that user data script is tested with Ubuntu images only
  • Update test fixtures to include image parameters
  • Maintain backward compatibility through sensible defaults

Fixes issue #102 where Hetzner's ubuntu-20.04 image is deprecated and "impossible to create new instances".

…n to ubuntu-22.04

- Add configurable image support for Hetzner provider (HETZNER_IMAGE)
- Default Hetzner images to ubuntu-22.04 (was hardcoded ubuntu-20.04)
- Add configurable image support for DigitalOcean provider (DIGITALOCEAN_IMAGE)
- Default DigitalOcean images to ubuntu-22-04-x64 (was hardcoded ubuntu-20-04-x64)
- Update .env.example with new image configuration options
- Add notes that user data script is tested with Ubuntu images only
- Update test fixtures to include image parameters
- Maintain backward compatibility through sensible defaults

Fixes issue #102 where Hetzner's ubuntu-20.04 image is deprecated and
"impossible to create new instances".
@claffin claffin linked an issue Sep 9, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@8a81922). Learn more about missing BASE report.
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #103   +/-   ##
=======================================
  Coverage        ?   93.67%           
=======================================
  Files           ?       56           
  Lines           ?     6179           
  Branches        ?       97           
=======================================
  Hits            ?     5788           
  Misses          ?      391           
  Partials        ?        0           
Flag Coverage Δ
backend 95.16% <100.00%> (?)
frontend 81.87% <ø> (?)

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:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@claffin claffin merged commit 346e1a9 into main Sep 9, 2025
6 checks passed
@claffin claffin deleted the fix-hetzner-ubuntu-image-deprecation branch September 9, 2025 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hcloud._exceptions.APIException: server type 1 is deprecated

2 participants