Skip to content

Comments

Docs: updated installation.md with 0.8 version of Konveyor and OLM 0.38 and fixed rendering for tabpane#72

Merged
savitharaghunathan merged 1 commit intokonveyor:mainfrom
nmiah1:main
Jan 21, 2026
Merged

Docs: updated installation.md with 0.8 version of Konveyor and OLM 0.38 and fixed rendering for tabpane#72
savitharaghunathan merged 1 commit intokonveyor:mainfrom
nmiah1:main

Conversation

@nmiah1
Copy link
Contributor

@nmiah1 nmiah1 commented Jan 13, 2026

Summary by CodeRabbit

  • Documentation
    • Updated Operator Lifecycle Manager (OLM) installer to version 0.38.0
    • Improved installation guide navigation and tab structure for Latest Release, Beta Release, and Development installation options
    • Expanded Development section with additional setup guidance

✏️ Tip: You can customize this high-level summary in your review settings.

…ndering.

Signed-off-by: Nasim Miah <44027944+nmiah1@users.noreply.github.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 13, 2026

📝 Walkthrough

Walkthrough

The Konveyor installation documentation was updated to upgrade the OLM (Operator Lifecycle Manager) script version from v0.25.0 to v0.38.0 and restructure tab declarations from name-based attributes to header-based syntax with formatting adjustments.

Changes

Cohort / File(s) Summary
Documentation Updates
content/docs/Konveyor/installation.md
OLM version bump (v0.25.0 → v0.38.0); tab syntax refactored from name to header attributes; whitespace and formatting adjustments; Development section expanded with content blocks

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 The tabs have changed their names to headers bright,
And OLM skips ahead with version's flight,
From 0.25 to 0.38 we go,
Installation paths now sparkle with our glow! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: updating installation.md with Konveyor 0.8, OLM 0.38, and fixing tabpane rendering, matching the actual modifications in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for konveyor-docs ready!

Name Link
🔨 Latest commit 713108f
🔍 Latest deploy log https://app.netlify.com/projects/konveyor-docs/deploys/69664c82c1876e0008a3fa2e
😎 Deploy Preview https://deploy-preview-72--konveyor-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for glowing-cassata-a7b83f ready!

Name Link
🔨 Latest commit 713108f
🔍 Latest deploy log https://app.netlify.com/projects/glowing-cassata-a7b83f/deploys/69664c80810f44000858392b
😎 Deploy Preview https://deploy-preview-72--glowing-cassata-a7b83f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
content/docs/Konveyor/installation.md (2)

42-42: Consider hyphenating compound adjective.

The phrase "OLM related objects" should use a hyphen: "OLM-related objects" to follow proper grammar conventions for compound adjectives.

📝 Suggested grammar fix
-This step will create the `my-konveyor-operator` namespace, catalogsource and other OLM related objects.
+This step will create the `my-konveyor-operator` namespace, catalogsource and other OLM-related objects.

Based on static analysis hints from LanguageTool.


39-41: Add language specification to code block.

The fenced code block should specify a language for proper syntax highlighting. Since this is a shell command, add bash or shell as the language identifier.

📝 Suggested markdown fix
-```
+```bash
 [user@user ~]$ kubectl create -f https://operatorhub.io/install/konveyor-0.8/konveyor-operator.yaml
</details>

Based on static analysis hints from markdownlint-cli2.

</blockquote></details>

</blockquote></details>

<details>
<summary>📜 Review details</summary>

**Configuration used**: defaults

**Review profile**: CHILL

**Plan**: Pro

<details>
<summary>📥 Commits</summary>

Reviewing files that changed from the base of the PR and between 43f431499959de92b09f65e3c41f99dd159a71d6 and 713108fbab64f02888384378a544d1baf50dee42.

</details>

<details>
<summary>📒 Files selected for processing (1)</summary>

* `content/docs/Konveyor/installation.md`

</details>

<details>
<summary>🧰 Additional context used</summary>

<details>
<summary>🪛 LanguageTool</summary>

<details>
<summary>content/docs/Konveyor/installation.md</summary>

[grammar] ~42-~42: Use a hyphen to join words.
Context: ...` namespace, catalogsource and other OLM related objects. {{% /tab %}} {{% tab he...

(QB_NEW_EN_HYPHEN)

</details>

</details>
<details>
<summary>🪛 markdownlint-cli2 (0.18.1)</summary>

<details>
<summary>content/docs/Konveyor/installation.md</summary>

39-39: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

</details>

</details>

</details>

<details>
<summary>🔇 Additional comments (3)</summary><blockquote>

<details>
<summary>content/docs/Konveyor/installation.md (3)</summary><blockquote>

`36-37`: **LGTM! Tab syntax updated correctly.**

The tab declarations have been properly updated from `name` to `header` with `text=true` attributes, which is the correct syntax for Hugo/Docsy tabpane rendering. The formatting adjustments and closing markers are also appropriate.




Also applies to: 43-44, 53-54, 107-107

---

`40-40`: The konveyor-0.8 installation URL is valid and accessible. Verification confirms the URL returns HTTP 200 with a proper Kubernetes operator manifest.

---

`25-25`: **OLM v0.38.0 release verified.** The version v0.38.0 exists, is stable (not a prerelease), and is publicly available for download. The release was published on November 11, 2025, and includes the install.sh script referenced in the documentation. No breaking changes or security advisories are associated with this version upgrade.

</blockquote></details>

</blockquote></details>

</details>

<!-- This is an auto-generated comment by CodeRabbit for review status -->

@savitharaghunathan savitharaghunathan merged commit ed541ca into konveyor:main Jan 21, 2026
13 checks passed
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.

2 participants