devfile / devworkspace-operator

Apache License 2.0
59 stars 49 forks source link

Fix: fix broken olm 0.27.0 digest channel entry #1264

Closed AObuchow closed 1 month ago

AObuchow commented 1 month ago

What does this PR do?

When adding the 0.28.0 olm digest bundle, the channel entry for 0.27.0 was mistakenly entered as 0.27. instead of 0.27.0, causing opm validate to fail. This PR fixes the typo so that the 0.28.0 release can succeed.

What issues does this PR fix or reference?

n/a

Is it tested? How?

Run opm validate olm-catalog/release-digest/. No error output should be shown.

PR Checklist

openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AObuchow, dkwon17

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: - ~~[OWNERS](https://github.com/devfile/devworkspace-operator/blob/main/OWNERS)~~ [AObuchow,dkwon17] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment