Skip to content
Snippets Groups Projects
  1. Sep 28, 2022
  2. Sep 12, 2022
  3. Sep 09, 2022
    • Stefan Prodan's avatar
      Publish install manifests to GHCR and DockerHub as OCI artifacts · bdc5ae45
      Stefan Prodan authored
      Add workflow to build and push the install manifests to:
      - ghcr.io/fluxcd/flux-manifests
      - docker.io/fluxcd/flux-manifests
      The OCI artifacts are signed with Cosign and GitHub OIDC (keyless).
      The manifests pushed to GHCR have the container images set to ghcr.io/fluxcd/<controller-name> while the manifests pushed to DockerHub have the controller images set to docker.io/fluxcd/<controller-name>.
      
      Signed-off-by: default avatarStefan Prodan <stefan.prodan@gmail.com>
      bdc5ae45
  4. Aug 29, 2022
  5. Aug 09, 2022
  6. Jul 28, 2022
    • Hidde Beydals's avatar
      AUR: further solve `.SRCINFO` issues · f01911d0
      Hidde Beydals authored
      
      Due to the release CI job running on an Ubuntu machine, we do not have
      easy access to `makepkg` to generate the `.SRCINFO` using `--printsrcinfo`
      as this is a `pacman` specific utility, and instead we maintain a
      template.
      
      Historically seen, something went wrong here while the `PKGBUILD` file
      became more complex and certain fields added there were not _also_
      included in the `.SRCINFO` template.
      
      This commit ensures everything is restored to working state, and
      provides the proper fix for what was attempted in #2917. In addition,
      checksums are now included in the file.
      
      Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
      f01911d0
    • Hidde Beydals's avatar
      ca212ac5
  7. Jul 18, 2022
  8. Jun 02, 2022
  9. May 27, 2022
  10. May 25, 2022
  11. May 03, 2022
  12. Mar 23, 2022
  13. Jan 27, 2022
  14. Jan 26, 2022
  15. Jan 18, 2022
  16. Jan 14, 2022
  17. Jan 13, 2022
  18. Jan 10, 2022
  19. Dec 17, 2021
  20. Dec 09, 2021
  21. Dec 08, 2021
  22. Nov 24, 2021
  23. Nov 22, 2021
    • Chanwit Kaewkasi's avatar
      publish json schemas as a single URL · 716b41e9
      Chanwit Kaewkasi authored
      
      Signed-off-by: default avatarChanwit Kaewkasi <chanwit@gmail.com>
      
      This change publishes the auto-generated JSON schemas as a single URL,
      so that it is consumable by a tool like VS Code.
      
      The CRD generator creates 2 files, a tar.gz for Kubeval,
      and another one is a JSON file. The JSON file is a combination of
      all schemas, put under the "oneOf" operator.
      716b41e9
  24. Nov 16, 2021
  25. Nov 01, 2021
  26. Oct 28, 2021
  27. Oct 27, 2021
Loading