Uploaded image for project: 'Openshift sandboxed containers'
  1. Openshift sandboxed containers
  2. KATA-3403

Trustee operator 1.8.0: version bump everywhere in the operator tree

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • OSC 1.8.0
    • None
    • trustee-operator
    • None
    • Kata Sprint #259
    • 0
    • 0.000

      We should update makefiles, manifests, yaml and all files that has reference to the version.

      The rationale is that the version should be bumped at the beginning of the release development cycle .

      A basic idea of how this PR would do:

      ```
      Files=$(grep -r '1\.5\.2' * | cut -d: -f1 | sort -u)
      for i in $Files ; do sed -i 's/'1\.5\.2/1.7.0/' $i;done
      git add $Files
      ```

      After that, create a PR to github.com/openshift/trustee-operator.

      {}NOTE:{} This issue came from a template. If you find any problems with it, please contact the admins so we can update the template accordingly for the next release.

            rh-ee-lmilleri Leonardo Milleri
            rh-ee-lmilleri Leonardo Milleri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: