Skip to content

v0.15.12

Choose a tag to compare

@github-actions github-actions released this 13 Sep 23:46
a55e14b

0.15.12 (2026-09-13)

Bug Fixes

  • connect: report token mismatch, not org switching, for org-owned endpoint auth failures (#162) (bfffb20)

User-visible wording

The CONNECT_AUTH_ENDPOINT_ORG_OWNED Watch auth failure no longer tells users to switch Minekube organization: it reports the actual condition (the token does not match the token stored for this endpoint name) and the fix (put the new token byte-for-byte into the connector token file - token.json, or CONNECT_TOKEN - not config.yml, then restart the connector), with the organization ownership as the secondary clause. CONNECT_AUTH_TOKEN_ENDPOINT_MISMATCH gained the same reset-invalidates-token and byte-for-byte guidance. Docs: minekube/connect#166.