update to 2.2.3 OBS-URL: https://build.opensuse.org/request/show/1144473 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/flux2-cli?expand=0&rev=26
20 lines
769 B
Markdown
20 lines
769 B
Markdown
# 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
|