SHA256
1
0
forked from pool/flux2-cli
Files
flux2-cli/Packaging_README.md

769 B

Packaging README

  1. Delete the old tarball and vendor tarball

  2. Adjust new package version in _service

  3. Run osc service manualrun

  4. Check the version numbers in all kustomization.yaml files in ./flux2/manifests/bases/* by using the following command:

    grep github.com flux2/manifests/bases/*/kustomization.yaml
    
  5. Run download_yaml.sh (this downloads the correct versions of all the controller yaml files to the current directory)

  6. Adjust the version numbers in the spec file. The code in the spec copies the downloaded YAML files to the correct place and modifies the kustomization.yaml files to no longer point to Github (no downloads possible inside OBS builds...)

  7. Update the changelog and commit the changes