v1.0.12026-08-05AddedFixed
amd64 images, and a first install that works
- Addedlinux/amd64 images. 1.0.0 published arm64 only, so on most machines the install stopped at "no matching manifest for linux/amd64" before anything started. Both architectures are now in every published tag.
- FixedA brand-new install could not create its first account from a browser. The login page offered only "contact your organization admin for an invite" — on an install that has no admin, no invite and no organization yet. It now shows a "Create a workspace" link while no organization exists, and hides it again once one does, so a fresh install stays claimable exactly once.
- FixedThe documented way to generate the database password produced passwords that broke the install. `openssl rand -base64 24` emits "/" and "+", and that value is substituted into a connection URL where a "/" ends the authority section — so the backend restarted forever on "invalid port number in database URL", a message that never mentions the password. The instructions now generate URL-safe hex, and the backend stops with an explanation and the command to fix it instead of that error.
- FixedPinning a version as TALOS_VERSION=v1.0.1 failed with "manifest unknown". The release is named v1.0.1 but the image tag carries no "v", which made the wrong value the natural guess. The correct form is documented alongside the variable.