Skip to content

Update neo4j docs examples to latest supported version (2025.12.1)#924

Merged
tamalsaha merged 4 commits into
masterfrom
update-neo4j-docs-version
Jul 2, 2026
Merged

Update neo4j docs examples to latest supported version (2025.12.1)#924
tamalsaha merged 4 commits into
masterfrom
update-neo4j-docs-version

Conversation

@tamalsaha

@tamalsaha tamalsaha commented Jun 30, 2026

Copy link
Copy Markdown
Member

Bumps the neo4j example and guide manifests to the latest supported version (2025.12.1) per the installer active_versions.json.

  • General "deploy a neo4j" examples use the latest version.
  • Version-upgrade guides keep a nearest-older source and upgrade to the latest (preserved as a real upgrade, not a no-op).
  • Illustrative command outputs (kubectl get ...version tables, describe dumps) and other products'/backend versions are left unchanged.

Summary by CodeRabbit

  • Documentation
    • Updated Neo4j example manifests and guides to reference Neo4j version 2025.12.1.
    • Refreshed related command/output snippets to match the new version across backup/restore, monitoring (Prometheus operator), private registry, restart, and authentication rotation guides.
    • Kept all other example configuration and procedures unchanged.

Bump the neo4j example/guide manifests to the latest supported version per
installer active_versions.json. Deploy examples use the latest; version-upgrade
guides keep an older source and upgrade to the latest. Illustrative command
outputs and other products' versions are left unchanged.

Signed-off-by: Tamal Saha <tamal@appscode.com>
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cd096435-5499-430d-87e5-609e5d08bd17

📥 Commits

Reviewing files that changed from the base of the PR and between fbba81d and 7a9c3eb.

📒 Files selected for processing (5)
  • docs/guides/neo4j/backup/kubestash/logical/index.md
  • docs/guides/neo4j/monitoring/using-prometheus-operator.md
  • docs/guides/neo4j/private-registry/using-private-registry.md
  • docs/guides/neo4j/restart/restart.md
  • docs/guides/neo4j/rotate-auth/rotateauth.md
✅ Files skipped from review due to trivial changes (4)
  • docs/guides/neo4j/rotate-auth/rotateauth.md
  • docs/guides/neo4j/restart/restart.md
  • docs/guides/neo4j/private-registry/using-private-registry.md
  • docs/guides/neo4j/backup/kubestash/logical/index.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/guides/neo4j/monitoring/using-prometheus-operator.md

📝 Walkthrough

Walkthrough

All Neo4j spec.version references in example manifests and guide outputs are updated to 2025.12.1, with matching private-registry and backup/restore example values adjusted accordingly.

Changes

Neo4j version bump to 2025.12.1

Layer / File(s) Summary
Version field and example output updates
docs/examples/neo4j/quickstart/neo4j.yaml, docs/guides/neo4j/backup/kubestash/customization/common/sample-neo4j.yaml, docs/guides/neo4j/backup/kubestash/logical/examples/*.yaml, docs/guides/neo4j/backup/kubestash/logical/index.md, docs/guides/neo4j/monitoring/using-prometheus-operator.md, docs/guides/neo4j/private-registry/using-private-registry.md, docs/guides/neo4j/restart/restart.md, docs/guides/neo4j/rotate-auth/rotateauth.md
Neo4j manifests and rendered outputs now reference 2025.12.1; the private-registry guide also updates the Neo4jVersion example name, image tag, and apply output.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • kubedb/docs#906: Updates the same Neo4j backup/restore example resources and versioned manifest content.

Suggested reviewers: kodiak-appscode

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: Neo4j docs examples were updated to the latest supported version, 2025.12.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-neo4j-docs-version

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.

kodiak-appscode[bot]
kodiak-appscode Bot previously approved these changes Jun 30, 2026
fr-sarker
fr-sarker previously approved these changes Jun 30, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (2)
docs/guides/neo4j/restart/restart.md (1)

40-40: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Consider updating illustrative output to match deployed version.

Line 40 deploys 2025.12.1, but the example kubectl get output at Line 64 still shows 2025.10.1. While the PR objectives state illustrative outputs are left unchanged, this creates a user-facing inconsistency in the same guide where the deployment manifest and expected output show different versions.

If the intent is to show realistic output, consider updating the VERSION column in the example output to match the deployed version.

Also applies to: 63-65

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/guides/neo4j/restart/restart.md` at line 40, Update the illustrative
kubectl get output in the neo4j restart guide so it matches the deployed version
shown in the manifest. The inconsistency is between the version value used in
the deployment example and the VERSION column in the expected output; adjust the
example output near the kubectl snippet to reflect 2025.12.1, keeping the
guide’s version references aligned. Use the existing deployment/version examples
in the restart guide as the reference point when editing the output block.
docs/guides/neo4j/rotate-auth/rotateauth.md (1)

60-60: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Consider updating illustrative output to match deployed version.

Line 60 deploys 2025.12.1, but the example kubectl get output at Line 84 still shows 2025.10.1. This creates a user-facing inconsistency where the deployment manifest and expected output show different versions.

Consider updating the VERSION column in the example output to match the deployed version for consistency.

Also applies to: 83-85

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/guides/neo4j/rotate-auth/rotateauth.md` at line 60, The example kubectl
output in the rotate-auth guide is inconsistent with the deployed Neo4j version,
so update the illustrative VERSION value to match the manifest version used by
the deployment. Adjust the expected output near the kubectl get example so it
reflects 2025.12.1 consistently, and keep the surrounding example text in sync
with the rotate-auth walkthrough.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@docs/guides/neo4j/restart/restart.md`:
- Line 40: Update the illustrative kubectl get output in the neo4j restart guide
so it matches the deployed version shown in the manifest. The inconsistency is
between the version value used in the deployment example and the VERSION column
in the expected output; adjust the example output near the kubectl snippet to
reflect 2025.12.1, keeping the guide’s version references aligned. Use the
existing deployment/version examples in the restart guide as the reference point
when editing the output block.

In `@docs/guides/neo4j/rotate-auth/rotateauth.md`:
- Line 60: The example kubectl output in the rotate-auth guide is inconsistent
with the deployed Neo4j version, so update the illustrative VERSION value to
match the manifest version used by the deployment. Adjust the expected output
near the kubectl get example so it reflects 2025.12.1 consistently, and keep the
surrounding example text in sync with the rotate-auth walkthrough.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ad53bfc1-2a0c-4ea0-881e-8a5e7be51425

📥 Commits

Reviewing files that changed from the base of the PR and between 599dab3 and fbba81d.

📒 Files selected for processing (9)
  • docs/examples/neo4j/quickstart/neo4j.yaml
  • docs/guides/neo4j/backup/kubestash/customization/common/sample-neo4j.yaml
  • docs/guides/neo4j/backup/kubestash/logical/examples/restored-neo4j.yaml
  • docs/guides/neo4j/backup/kubestash/logical/examples/sample-neo4j.yaml
  • docs/guides/neo4j/backup/kubestash/logical/index.md
  • docs/guides/neo4j/monitoring/using-prometheus-operator.md
  • docs/guides/neo4j/private-registry/using-private-registry.md
  • docs/guides/neo4j/restart/restart.md
  • docs/guides/neo4j/rotate-auth/rotateauth.md

Signed-off-by: Fazle Rabbi Sarker <fazlerabbi@appscode.com>
@fr-sarker fr-sarker dismissed stale reviews from kodiak-appscode[bot] and themself via 7a9c3eb July 2, 2026 04:53
@tamalsaha tamalsaha merged commit ee18883 into master Jul 2, 2026
7 checks passed
@tamalsaha tamalsaha deleted the update-neo4j-docs-version branch July 2, 2026 05:00
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 8b4ea5f):

https://kubedb-v2-hugo--pr924-update-neo4j-docs-ve-qlmaut2d.web.app

(expires Thu, 09 Jul 2026 05:42:31 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943

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