Update druid docs examples to latest supported version (36.0.0)#915
Update druid docs examples to latest supported version (36.0.0)#915tamalsaha wants to merge 4 commits into
Conversation
Bump the druid 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>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (12)
✅ Files skipped from review due to trivial changes (10)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughDruid documentation examples and guides update version references to ChangesDruid docs version updates
Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 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.
Inline comments:
In `@docs/guides/druid/autoscaler/compute/guide.md`:
- Line 128: The kubectl example in the Druid autoscaler guide uses the wrong
resource shorthand, so update the command to use the Druid resource name instead
of kf. Fix the example in the guide by replacing the shorthand with the correct
Druid alias or full resource name, and keep the rest of the kubectl invocation
unchanged so readers can follow the documented workflow.
In `@docs/guides/druid/backup/logical/index.md`:
- Line 626: The restored Druid version is inconsistent between the guide
outputs, so update the later kubectl get druid example to match the
restored-druid version shown here. In the Druid backup logical guide, locate the
output block containing restored-druid and correct the mismatched version in the
later example from the copied MySQL value to 36.0.0 so both Druid outputs are
consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 18863d96-bf33-4d6a-9da7-c773f42908df
📒 Files selected for processing (52)
docs/examples/druid/quickstart/druid-quickstart.yamldocs/guides/druid/autoscaler/compute/guide.mddocs/guides/druid/autoscaler/compute/yamls/druid-cluster.yamldocs/guides/druid/autoscaler/storage/guide.mddocs/guides/druid/autoscaler/storage/yamls/druid-cluster.yamldocs/guides/druid/backup/application-level/examples/sample-druid.yamldocs/guides/druid/backup/application-level/index.mddocs/guides/druid/backup/auto-backup/examples/sample-druid-2.yamldocs/guides/druid/backup/auto-backup/examples/sample-druid.yamldocs/guides/druid/backup/auto-backup/index.mddocs/guides/druid/backup/cross-ns-dependencies/examples/sample-druid.yamldocs/guides/druid/backup/cross-ns-dependencies/index.mddocs/guides/druid/backup/customization/examples/common/sample-druid.yamldocs/guides/druid/backup/logical/examples/restored-druid.yamldocs/guides/druid/backup/logical/examples/sample-druid.yamldocs/guides/druid/backup/logical/index.mddocs/guides/druid/clustering/guide/index.mddocs/guides/druid/clustering/guide/yamls/druid-cluster.yamldocs/guides/druid/concepts/appbinding.mddocs/guides/druid/concepts/druid.mddocs/guides/druid/concepts/druidopsrequest.mddocs/guides/druid/configuration/config-file/index.mddocs/guides/druid/configuration/config-file/yamls/druid-with-config.yamldocs/guides/druid/configuration/podtemplating/index.mddocs/guides/druid/configuration/podtemplating/yamls/druid-cluster.yamldocs/guides/druid/configuration/podtemplating/yamls/druid-node-selector.yamldocs/guides/druid/configuration/podtemplating/yamls/druid-with-tolerations.yamldocs/guides/druid/configuration/podtemplating/yamls/druid-without-tolerations.yamldocs/guides/druid/failover/guide.mddocs/guides/druid/monitoring/overview.mddocs/guides/druid/monitoring/using-builtin-prometheus.mddocs/guides/druid/monitoring/using-prometheus-operator.mddocs/guides/druid/monitoring/yamls/druid-monitoring-builtin.yamldocs/guides/druid/monitoring/yamls/druid-with-monitoring.yamldocs/guides/druid/quickstart/guide/index.mddocs/guides/druid/reconfigure-tls/guide.mddocs/guides/druid/reconfigure-tls/yamls/druid-cluster.yamldocs/guides/druid/reconfigure/guide.mddocs/guides/druid/reconfigure/yamls/druid-cluster.yamldocs/guides/druid/restart/guide.mddocs/guides/druid/restart/yamls/druid-cluster.yamldocs/guides/druid/rotate-auth/guide.mddocs/guides/druid/scaling/horizontal-scaling/guide.mddocs/guides/druid/scaling/horizontal-scaling/yamls/druid-cluster.yamldocs/guides/druid/scaling/vertical-scaling/guide.mddocs/guides/druid/scaling/vertical-scaling/yamls/druid-cluster.yamldocs/guides/druid/tls/guide.mddocs/guides/druid/tls/yamls/druid-cluster-tls.yamldocs/guides/druid/update-version/guide.mddocs/guides/druid/update-version/yamls/druid-cluster.yamldocs/guides/druid/volume-expansion/guide.mddocs/guides/druid/volume-expansion/yamls/druid-cluster.yaml
Signed-off-by: Fazle Rabbi Sarker <fazlerabbi@appscode.com>
dc819eb
Bumps the druid example and guide manifests to the latest supported version (
36.0.0) per the installeractive_versions.json.kubectl get ...versiontables,describedumps) and other products'/backend versions are left unchanged.Summary by CodeRabbit
spec.versionvalues and related walkthrough/status snippets to 36.0.0 to match expectedkubectloutputs.