# Legacy AWS plugin repo initial steps Repo location: https://github.com/openshift/velero-plugin-for-legacy-aws *1. Force push oadp-1.3 branch head to konveyor-dev. - current 1.8 plugin/1.3 branch is the starting point *2. Delete current oadp-1.3 and oadp-1.4 branches. - We won't be delivering oadp-1.3 releases from here - oadp-1.4 content will be based on oadp-1.3->konveyor-dev *3. Cherry-pick https://github.com/openshift/velero-plugin-for-aws/pull/61 to konveyor-dev - This is the PR which will allow the 1.8 legacy plugin to work with OADP 1.4+ *4. New PR to update golang, builder etc. to the versions used for konveyor-dev on other plugin repos *5. Create oadp-1.4 from konveyor-dev 6. Update golang, builder, etc. to the versions used for oadp-1.4 on other plugin repos At some point, perhaps after the above, we should also get prow set up here like we have on the other repos. Earliest would be after step 2. Latest could be after step 6. After step 3 is done and we have quay images (plugin works with oadp 1.4+) we can update oadp-operator to add the legacy-aws plugin type, validation, etc.