Skip to content

Update default Ubuntu image to 25.10 and extract slug constants#48

Merged
ret2libc merged 2 commits intomainfrom
update-ubuntu-image
Mar 23, 2026
Merged

Update default Ubuntu image to 25.10 and extract slug constants#48
ret2libc merged 2 commits intomainfrom
update-ubuntu-image

Conversation

@ret2libc
Copy link
Collaborator

@ret2libc ret2libc commented Mar 13, 2026

Summary

  • Update default Ubuntu image from 25.04 to 25.10 (ubuntu-25-10-x64)
  • Extract default region, size, and image slugs into module-level constants (DEFAULT_REGION, DEFAULT_SIZE, DEFAULT_IMAGE) in config.py to eliminate repeated magic strings
  • Update all references in main.py and tests to use the new constants

Test plan

  • Verify uv run pytest passes
  • Verify prek run passes (linting, type checks)
  • Confirm dropkit init prompts show updated default image slug

🤖 Generated with Claude Code

ret2libc and others added 2 commits March 13, 2026 14:09
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace duplicated hardcoded strings across config.py, main.py, and
tests with DEFAULT_REGION, DEFAULT_SIZE, and DEFAULT_IMAGE constants
defined in config.py.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ret2libc ret2libc requested a review from DarkaMaul March 19, 2026 16:46
@ret2libc ret2libc merged commit 212306c into main Mar 23, 2026
7 checks passed
@ret2libc ret2libc deleted the update-ubuntu-image branch March 23, 2026 09:01
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.

2 participants