fix(cli): bump pinned lablink-template to v0.2.2 (Cloudflare Full SSL)#375
Merged
Conversation
Point the CLI at lablink-template v0.2.2, which makes the allocator origin serve HTTPS:443 with a self-signed cert (Caddy `tls internal`) for the `cloudflare` SSL provider. This fixes Cloudflare Error 521 when the dashboard SSL/TLS mode is set to the recommended Full — previously Caddy served HTTP:80 only (a Flexible-mode origin). Updates TEMPLATE_VERSION and TEMPLATE_SHA256 (SHA of the v0.2.2 source tarball) and adds a CHANGELOG entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
6d88876 to
c39e8c8
Compare
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.
Bumps the pinned
lablink-templateversion so alablinkCLI deploy picks up the Cloudflare Full SSL fix.What changed
TEMPLATE_VERSION:v0.2.1→v0.2.2TEMPLATE_SHA256: updated to the SHA-256 of the v0.2.2 source tarball (5f3a039680…b15ce6), verified stable across repeated downloads.CHANGELOG.md: added aFixedentry under[Unreleased].Why
lablink-templatev0.2.2 (template PR talmolab/lablink-template#53) makes thecloudflareSSL provider serve the origin over HTTPS:443 with a self-signed cert (Caddytls internal). Cloudflare's recommended Full mode connects to the origin over HTTPS and doesn't validate the cert, so this clears the Error 521 that Full mode otherwise returns against the previous HTTP-only (Flexible) origin.Testing
pytest tests/test_terraform_source.py tests/test_app.py→ 52 passed (version/SHA assertions are format-based:startswith("v"), 64-char hex — no hardcoded value to update).archive/refs/tags/v0.2.2.tar.gz— identical both times.🤖 Generated with Claude Code