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

Release changes for OLM validation #49

Merged
merged 17 commits into from
Sep 21, 2023

Conversation

michael-valdron
Copy link
Member

@michael-valdron michael-valdron commented Sep 13, 2023

Please specify the area for this PR

registry operator

What does does this PR do / why we need it:

Changes to fix failing OLM validation test cases, required for OperatorHub publication (devfile/api#1211).

Additional changes include:

  • The removal of CHANGELOG in favor of using the built-in GitHub release pages that can generate this content
  • Addition of addlicense.sh script to insert license headers into new source files
  • Update license headers in source files and boilerplate file for source generation to match the license header change in Remove years under registry-operator license header file api#1243

Which issue(s) this PR fixes:

Fixes #?

fixes devfile/api#1251

PR acceptance criteria:

  • Change Log
  • Test Coverage
    • Are your changes sufficiently tested, and are any applicable test cases added or updated to cover your changes?
  • Gosec scans

Documentation

  • Does the registry operator documentation need to be updated with your changes?

How to test changes / Special notes to the reviewer:

@openshift-ci
Copy link

openshift-ci bot commented Sep 13, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Patch coverage: 58.16% and project coverage change: +3.17% 🎉

Comparison is base (46fe9e0) 22.72% compared to head (6a8d908) 25.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   22.72%   25.90%   +3.17%     
==========================================
  Files          23       25       +2     
  Lines        1307     1444     +137     
==========================================
+ Hits          297      374      +77     
- Misses        995     1049      +54     
- Partials       15       21       +6     
Files Changed Coverage Δ
api/v1alpha1/clusterdevfileregistrieslist_types.go 100.00% <ø> (ø)
...i/v1alpha1/clusterdevfileregistrieslist_webhook.go 71.87% <ø> (ø)
api/v1alpha1/devfileregistrieslist_types.go 100.00% <ø> (ø)
api/v1alpha1/devfileregistrieslist_webhook.go 72.72% <ø> (ø)
api/v1alpha1/devfileregistry_types.go 100.00% <ø> (ø)
api/v1alpha1/devfileregistry_webhook.go 60.00% <ø> (ø)
api/v1alpha1/validate.go 93.87% <ø> (ø)
controllers/devfileregistry_controller.go 0.00% <0.00%> (ø)
controllers/ensure.go 0.00% <ø> (ø)
controllers/update.go 0.00% <ø> (ø)
... and 15 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-valdron michael-valdron changed the title [WIP]Release changes for OLM validation Release changes for OLM validation Sep 14, 2023
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
…esList CR status field

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@michael-valdron
Copy link
Member Author

/retest

@michael-valdron
Copy link
Member Author

The registry operator also requires its own cert-manager which is not supported by OLM due to it having its own cert management: https://olm.operatorframework.io/docs/advanced-tasks/adding-admission-and-conversion-webhooks/#certificate-authority-requirements

Currently investigating a workaround to operator-framework/operator-lifecycle-manager#1805.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
…w feedback for setting state conditions

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@michael-valdron
Copy link
Member Author

The registry operator also requires its own cert-manager which is not supported by OLM due to it having its own cert management: https://olm.operatorframework.io/docs/advanced-tasks/adding-admission-and-conversion-webhooks/#certificate-authority-requirements

Currently investigating a workaround to operator-framework/operator-lifecycle-manager#1805.

Update: It seems after reviewing this more that issue here is that if we were doing any of the following it would not work with OLM's cert management:

  • Need to provide our own certifications
  • Mounting the location to store the certifications to a different location from the defaults

We are not currently doing these, only using cert-manager outside OLM. The setup for using OLM's cert manager should be the same as we currently have for cert-manager.

@openshift-ci openshift-ci bot added the lgtm label Sep 21, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johnmcollier, kim-tsao, michael-valdron

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@michael-valdron michael-valdron merged commit 49aad35 into devfile:main Sep 21, 2023
9 checks passed
thepetk pushed a commit to thepetk/devfile-registry-operator that referenced this pull request Aug 20, 2024
* add missing spec and status descriptors

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* missing webhook service port added to crd patches

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* add conditions list to ClusterDevfileRegistriesList & DevfileRegistriesList CR status field

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* add conditions list to DevfileRegistry CR status field

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update scorecard-test image to v1.28.0

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* capability level set to 'Basic Install' or level 1

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* remove unnecessary CHANGELOG

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* bump release number

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update channels to beta

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* minKubeVersion added

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* add license headers script

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license header under boilerplate and generated source files

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license headers under controller source and revisions to review feedback for setting state conditions

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license headers in api source files

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license headers in pkg source files

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license headers in integration testing source files

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* update license header in main.go source file

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants