Skip to content

v1.0.51

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:03
9aba226

v1.0.51 — the deploy screen is actually reachable

Update manually. Zendesk private apps do not auto-update. Install through Admin Center → Apps and integrations → Zendesk Support apps → Update private app.

Superseded — install v1.0.53 instead. v1.0.51 fixes the problem below but introduces another one, corrected in v1.0.52. This note is kept for the record.

Fixed

The TSANet Connect screen never appeared in the left nav bar. v1.0.49 introduced the in-app ZIS bundle deploy screen and v1.0.50 carried it, but neither shipped assets/icon_nav_bar.svg. Zendesk renders nothing for a navigation entry without an icon, so on every installed instance the entry simply was not there — and the documentation told members to click it.

Everything around it looked correct, which is why it went unnoticed across two releases: the manifest declared the location, the packaged zip contained the screen, its checksum matched, and the code behind it worked. The earlier end-to-end test ran the app through a local development server, which renders it outside the nav bar and so never exercised the entry point.

The icon now ships, and the packaging script refuses to build when a declared navigation location has no icon, so this cannot recur silently.

What this unblocked

Deploying the ZIS flow bundle from inside the app, on your own signed-in administrator session — no Zendesk API token and no password access. That matters because Zendesk stopped issuing API tokens to accounts created on or after 28 July 2026, blocks new tokens for every account after 27 October 2026, and deactivates all existing tokens on 30 April 2027.

Verification

Every release carries a build provenance attestation and a SHA-256 checksum:

gh attestation verify tsanet-connect-v1.0.51.zip --repo tsanetgit/Zendesk_App
sha256sum -c checksums.txt

This release was not covered by a security review. The most recent review covered v1.0.50.