TECHOPS-366: Deprecate liquibase/docker repo#551
Conversation
Add DEPRECATED banners to README.md and README-secure.md redirecting Community users to liquibase/liquibase and Secure users to support. Add .github/ISSUE_TEMPLATE/config.yml to redirect new issues away from this repo. Docker Hub images and tags are unaffected. On merge, the existing publish-oss-readme and publish-liquibase-secure-readme workflows propagate the updated READMEs to Docker Hub. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
Warning Review limit reached
More reviews will be available in 29 minutes and 46 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. 📝 WalkthroughWalkthroughThis PR communicates that the ChangesRepository Deprecation and Redirection
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
Claude finished @jandroav's task in 31s —— View job Code ReviewLGTM - no significant issues found. The deprecation messaging is clear and well-organized, the issue template configuration correctly redirects users to appropriate resources, and all URLs are properly formatted. The table in README.md effectively communicates the migration path for both Community and Secure users. |
|
Claude finished @jandroav's task in 33s —— View job Code ReviewLGTM - no significant issues found. The deprecation implementation is clear and well-structured:
The deprecation messaging effectively communicates the migration path while preserving user access to all existing Docker images and assets. |
Summary
Final story under DAT-22522. The Community (DAT-22523) and Secure (DAT-22524) Dockerfile migrations have landed, so this PR begins deprecating
liquibase/docker.This PR covers the repo-content portion of TECHOPS-366:
README.md— prominent DEPRECATED banner redirecting Community users toliquibase/liquibaseand Secure users to supportREADME-secure.md— DEPRECATED banner redirecting Secure users to support.github/ISSUE_TEMPLATE/config.yml— disables blank issues and redirects new issues to the product repo / supportDocker Hub images (
liquibase/liquibase,liquibase/liquibase-secure), tags, history, and signatures are unaffected.On merge,
publish-oss-readme.ymlandpublish-liquibase-secure-readme.ymlwill push these updated READMEs to Docker Hub — this satisfies AC "Docker Hub README updated on both images". Keep these workflows until that publish has run. Workflow removal + repo archive happen as follow-up steps (see ticket).Remaining (outside this PR — tracked on TECHOPS-366)
[DEPRECATED] ...🤖 Generated with Claude Code