Skip to content

fix(cli): bump pinned lablink-template to v0.2.2 (Cloudflare Full SSL)#375

Merged
7174Andy merged 1 commit into
mainfrom
andrew/cli-bump-template-v0.2.2
Jun 10, 2026
Merged

fix(cli): bump pinned lablink-template to v0.2.2 (Cloudflare Full SSL)#375
7174Andy merged 1 commit into
mainfrom
andrew/cli-bump-template-v0.2.2

Conversation

@7174Andy

Copy link
Copy Markdown
Collaborator

Bumps the pinned lablink-template version so a lablink CLI deploy picks up the Cloudflare Full SSL fix.

What changed

  • TEMPLATE_VERSION: v0.2.1v0.2.2
  • TEMPLATE_SHA256: updated to the SHA-256 of the v0.2.2 source tarball (5f3a039680…b15ce6), verified stable across repeated downloads.
  • CHANGELOG.md: added a Fixed entry under [Unreleased].

Why

lablink-template v0.2.2 (template PR talmolab/lablink-template#53) makes the cloudflare SSL provider serve the origin over HTTPS:443 with a self-signed cert (Caddy tls 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).
  • SHA recomputed twice from archive/refs/tags/v0.2.2.tar.gz — identical both times.

🤖 Generated with Claude Code

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>
@7174Andy 7174Andy force-pushed the andrew/cli-bump-template-v0.2.2 branch from 6d88876 to c39e8c8 Compare June 10, 2026 01:11
@7174Andy 7174Andy merged commit c57a220 into main Jun 10, 2026
6 checks passed
@7174Andy 7174Andy deleted the andrew/cli-bump-template-v0.2.2 branch June 10, 2026 01:13
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.

1 participant