Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Previously the command was a stub that always printed 'You are running the latest version.' regardless. Now it: - Fetches releases from GitHub API (trydirect/stacker) - Compares current vs latest version (semver) - Downloads the platform-specific .tar.gz asset - Extracts the stacker binary and replaces the running exe atomically - Supports --channel stable (default) and --channel beta Added dependencies: tempfile, flate2, tar (moved from dev-dependencies). Added unit tests: is_newer(), detect_asset_suffix logic, parse_channel. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…bitMQ The publish() method was publishing to exchanges without declaring them first. If the exchange didn't exist (e.g., consumer hadn't run yet), the AMQP channel would error with 404 NOT_FOUND. - Extract declare_exchange() helper (Topic, durable) shared by publish and consume - Call declare_exchange() before basic_publish() so exchanges are created idempotently on first use — self-healing regardless of startup order - Replace expect() panics in consume() with proper error propagation - Improve error messages to include exchange/queue names Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…alOcean - htz: default OS changed from ubuntu-22.04 to docker-ce (Hetzner snapshot with Docker CE pre-installed on Ubuntu 24.04 — no manual Docker install needed) - do: already used docker-20-04 (DigitalOcean marketplace image with Docker pre-installed); kept as-is with an explanatory comment Linode and Vultr remain on ubuntu-22.04 as neither provider offers a standardised pre-built Docker slug accessible via a simple image name. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.2.6
compose_definitions
self update