Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 01:16
e278d5f

Highlights

  • cluster gitops enable now works for standard GitHub. Enabling GitOps on a cluster previously returned 500 (unable to get owner from API) because the GitHub gitops config URL is the API host (api.github.com), which was passed to flux bootstrap as the git --hostname. flux then built the git remote against the API host and failed. api.github.com is now mapped to flux's default public host, so enable succeeds on both the CLI and the console.
  • GitHub Enterprise and self-hosted GitLab hosts are preserved (their real hostname is still used) via exact-match handling.

Delta since v0.19.0

  • fix(gitops): treat api.github.com as public GitHub for flux bootstrap (#87)