Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[olm] Store multiple versions of olm manifests #4043

Merged

Conversation

varshaprasad96
Copy link
Member

Description of the change:
This PR modifies the existing script to download multiple versions
of olm manifests and generate bindata for all of them during release.

Motivation for the change:
Follow up from #3906

Checklist

If the pull request includes user-facing changes, extra documentation is required:

@varshaprasad96
Copy link
Member Author

@estroz @camilamacedo86 @joelanford - How many versions of OLM do you think we could support for a particular release. In the current PR, the thought is to have a sliding window of 5 versions. When we have a new SDK release, we will remove the oldest OLM version, and add a newer one.

Makefile Outdated Show resolved Hide resolved
@camilamacedo86
Copy link
Contributor

camilamacedo86 commented Oct 21, 2020

Hi @varshaprasad96,

could you please rebase this one with the master and address the nits for we are able to move forward with?

@camilamacedo86 camilamacedo86 added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 21, 2020
@openshift-ci-robot openshift-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 22, 2020
Copy link
Contributor

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shows fine for me 👍
IMO it needs @estroz ok's as well since he is who is most involved.

Makefile Outdated Show resolved Hide resolved
hack/generate/olm_bindata.sh Outdated Show resolved Hide resolved
This PR modifies the existing script to download multiple versions
of olm manifests and generate bindata for all of them during release.
Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 6, 2020
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Nov 6, 2020
@openshift-ci-robot
Copy link

New changes are detected. LGTM label has been removed.

@varshaprasad96 varshaprasad96 merged commit ddc3cdc into operator-framework:master Nov 12, 2020
reinvantveer pushed a commit to reinvantveer/operator-sdk that referenced this pull request Feb 5, 2021
* [olm] Store multiple versions of olm manifests

This PR modifies the existing script to download multiple versions
of olm manifests and generate bindata for all of them during release.

* Modify changes to samples

* change the number stored olm versions

Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
rearl-scwx pushed a commit to rearl-scwx/operator-sdk that referenced this pull request Feb 5, 2021
* [olm] Store multiple versions of olm manifests

This PR modifies the existing script to download multiple versions
of olm manifests and generate bindata for all of them during release.

* Modify changes to samples

* change the number stored olm versions
Signed-off-by: rearl <rearl@secureworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants