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

Bug 1981810: include events.events.k8s.io in resource excludes #738

Merged
merged 1 commit into from Sep 1, 2021

Conversation

sseago
Copy link
Contributor

@sseago sseago commented Aug 20, 2021

Description

Check each of the following when appropriate to help reviewers verify work is complete.

Modifying an existing version

  • I modified operator permissions in the OLM CSV and operator.yml
  • I modified the operator deployment in the OLM CSV and operator.yml
  • I modified operand permissions in the OLM CSV and ansible role
  • I modified CRDS in the OLM CSV and ansible role

Adding a new release version

  • I created a new z release directory in deploy/olm-catalog/crane-operator
  • I updated channels in the crane-operator.package.yaml
  • I created a new release directory in deploy/non-olm
  • I created or updated the major.minor link in deploy/non-olm
  • I updated the spec.skips parameter in the CSV

@@ -32,6 +32,7 @@ service catalog resources or OLM resources, OLM migration is not handled by Cran
- serviceplans
- operatorgroups
- events
- events.events.k8s.io

Choose a reason for hiding this comment

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

Does this need to be documented in downstream docs?

Copy link
Contributor Author

@sseago sseago Aug 23, 2021

Choose a reason for hiding this comment

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

@apinnick Ahh, good question. If downstream docs include the same content here -- i.e. listing the default set of excluded resources -- then probably yes. Here is the full list (with the last in the list being the new one just added):

  - imagetags
  - templateinstances
  - clusterserviceversions
  - packagemanifests
  - subscriptions
  - servicebrokers
  - servicebindings
  - serviceclasses
  - serviceinstances
  - serviceplans
  - operatorgroups
  - events
  - events.events.k8s.io

Copy link

@apinnick apinnick Aug 24, 2021

Choose a reason for hiding this comment

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

Yes, it looks like downstream docs includes the full list:

  excluded_resources: 
  - imagetags
  - templateinstances
  - clusterserviceversions
  - packagemanifests
  - subscriptions
  - servicebrokers
  - servicebindings
  - serviceclasses
  - serviceinstances
  - serviceplans
  - operatorgroups
  - events

I'll create a bug to add the new resource.

@rayfordj rayfordj changed the title Bug 1981810 - include events.events.k8s.io in resource excludes Bug 1981810: include events.events.k8s.io in resource excludes Sep 1, 2021
@github-actions
Copy link

github-actions bot commented Sep 1, 2021

Valid bug 1981810

Copy link
Contributor

@rayfordj rayfordj left a comment

Choose a reason for hiding this comment

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

/lgtm

@rayfordj rayfordj merged commit 015b84c into migtools:master Sep 1, 2021
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

3 participants