Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citus 12.1 documentation update checklist #1107

Closed
10 tasks done
hanefi opened this issue Sep 21, 2023 · 0 comments
Closed
10 tasks done

Citus 12.1 documentation update checklist #1107

hanefi opened this issue Sep 21, 2023 · 0 comments
Assignees

Comments

@hanefi
Copy link
Member

hanefi commented Sep 21, 2023

  • Ensure git cherry-picks up to date on master branch
  • Bump version
    • :vimgrep '\(\<11\.\?3\>\)\|\(113_\)' **/*.rst *.py
    • Both Citus 12.0 -> 12.1 and PG 15 -> 16.
  • Update installation
  • Update our upgrade steps
  • Update citusdata.com/download links.
  • scan for any other udf and guc changes (in Community and Enterprise)
    • git diff origin/release-11.3 origin/release-12.0 -- src/backend/distributed/shared_library_init.c
    • git diff origin/release-11.3 origin/release-12.0 -- src/backend/distributed/sql/udfs/
    • Also check Changelog entries for 12.0.0 citus#7049
  • Verify there are no Sphinx warnings in local build
    • sphinx-build -b html -a -n -W . _build
    • (Remove _build directory and try fresh too)
  • Create new 12.0 release branch (v12.1)
  • Set as default ver in RTD (advanced settings tab)
  • Rebuild previous version so that canonical link gets updated
@hanefi hanefi self-assigned this Sep 21, 2023
@hanefi hanefi closed this as completed Sep 22, 2023
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

No branches or pull requests

1 participant