You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: orchestrator install fixes - startingCSV, OLM status checks (#81)
- Replace check_operator_status with OLM label-based wait_for_operator:
spec.displayName varies across channels/versions, causing empty CSV
matches and operator timeouts. Uses deterministic
operators.coreos.com/<package>.<namespace> label selectors instead.
- Add startingCSV pinning to logic-operator.v1.37.2: Ensures the
subscription installs the exact OSL version instead of whatever
stable channel resolves to.
- Add prepack lifecycle script: Ensures dist/ is built when the package
is installed as a git dependency.
Made-with: Cursor
Copy file name to clipboardExpand all lines: docs/changelog.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.30] - Current
5
+
## [1.1.31] - Current
6
+
7
+
### Fixed
8
+
9
+
-**Replace `check_operator_status` with OLM label-based `wait_for_operator`**: `spec.displayName` varies across channels/versions, causing empty CSV matches and operator timeouts. Uses deterministic `operators.coreos.com/<package>.<namespace>` label selectors instead.
10
+
-**Add `startingCSV` pinning to `logic-operator.v1.37.2`**: Ensures the subscription installs the exact OSL version instead of whatever `stable` channel resolves to.
11
+
-**Add `prepack` lifecycle script**: Ensures `dist/` is built when the package is installed as a git dependency (Yarn 3 packs from source, skipping gitignored `dist/`).
0 commit comments