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

bundle: Implement changes for bundle generation #1

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

iamniting
Copy link
Member

Describe what this PR does

This PR adds logic for the bundle generation and related make targets.

Is there anything that requires special attention

Do you have any questions?

Is the change backward compatible?

Are there concerns around backward compatibility?

Provide any external context for the change, if any.

For example:

  • Kubernetes links that explain why the change is required
  • Ceph-CSI spec related changes/catch-up that necessitates this patch
  • golang related practices that necessitates this change

Related issues

Mention any github issues relevant to this PR. Adding below line
will help to auto close the issue once the PR is merged.

Fixes: #issue_number

Future concerns

List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow
    guidelines in the developer
    guide
    .
  • Reviewed the developer guide on Submitting a Pull
    Request
  • Pending release
    notes

    updated with breaking and/or notable changes for the next major release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

Copy link
Member

@Madhu-1 Madhu-1 left a comment

Choose a reason for hiding this comment

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

@nb-ohad PTAL

config/manifests/bases/clusterserviceversion.yaml.in Outdated Show resolved Hide resolved
@Madhu-1
Copy link
Member

Madhu-1 commented Jul 1, 2024

/assign @nb-ohad

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile.ds Outdated
# bundle should use a different PACKAGE_NAME to prevent conflicts.
PACKAGE_NAME ?= ceph-csi-operator

# Creating the New CatalogSource requires publishing CSVs that replace one Operator,
Copy link
Member

Choose a reason for hiding this comment

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

Operator to operator

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

Choose a reason for hiding this comment

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

This is not done yet, can you please check

Copy link
Member Author

Choose a reason for hiding this comment

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

oops, It is changed now.

Makefile.ds Outdated Show resolved Hide resolved
config/manifests/bases/clusterserviceversion.yaml.in Outdated Show resolved Hide resolved
config/manifests/bases/clusterserviceversion.yaml.in Outdated Show resolved Hide resolved
config/manifests/bases/clusterserviceversion.yaml.in Outdated Show resolved Hide resolved
config/manifests/bases/clusterserviceversion.yaml.in Outdated Show resolved Hide resolved
Makefile.ds Outdated Show resolved Hide resolved
@iamniting iamniting force-pushed the csv-ds branch 5 times, most recently from ebe3813 to 8d2b05c Compare July 4, 2024 14:02
@iamniting iamniting requested a review from Madhu-1 July 4, 2024 14:05
@Madhu-1
Copy link
Member

Madhu-1 commented Jul 4, 2024

Can you please take a look at the CI and make specific changes in the upstream for codespell to skip this folder as well

@iamniting iamniting force-pushed the csv-ds branch 2 times, most recently from a5df486 to 4028a76 Compare July 4, 2024 14:47
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
Copy link
Member

@Madhu-1 Madhu-1 left a comment

Choose a reason for hiding this comment

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

@iamniting should we add a github action to downstream to run this to keep the manifest updated?

@Madhu-1
Copy link
Member

Madhu-1 commented Jul 8, 2024

/lgtm
/approve

@openshift-merge-bot openshift-merge-bot bot merged commit 47ea0ae into red-hat-storage:main Jul 8, 2024
6 checks passed
@iamniting iamniting deleted the csv-ds branch July 12, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants