-
Notifications
You must be signed in to change notification settings - Fork 47
Update Kubernetes automations to work on tags in the RP Operator repo #1024
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com>
This reverts commit c129523.
Link to change logs as the source of truth
chrisseto
approved these changes
Mar 21, 2025
Contributor
chrisseto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all LGTM! Only blocker is the need to ignore non-operator releases/tags. We could probably push that filtering into the operator repo if you'd prefer?
JakeSCahill
added a commit
that referenced
this pull request
Mar 26, 2025
…#1024) Co-authored-by: David Yu <yongshinyu@gmail.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Joyce Fee <joyce@redpanda.com>
JakeSCahill
added a commit
that referenced
this pull request
Apr 3, 2025
…#1024) Co-authored-by: David Yu <yongshinyu@gmail.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Joyce Fee <joyce@redpanda.com>
JakeSCahill
added a commit
that referenced
this pull request
Apr 4, 2025
…#1024) Co-authored-by: David Yu <yongshinyu@gmail.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Joyce Fee <joyce@redpanda.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Partially resolves https://redpandadata.atlassian.net/browse/DOC-731 (handles the changes required for v2.4.x)
Review deadline: March 25
Related PR: redpanda-data/redpanda-operator#548
This pull request includes significant updates to various GitHub workflow files to improve the automation of documentation generation and Kubernetes compatibility checks. The changes focus on enhancing the workflows for generating Kubernetes reference docs, removing redundant workflows, and updating deployment documentation.
Improvements to workflows:
.github/workflows/fetch-acceptance-tests.yml: Renamed the workflow to "Fetch and Save Kubernetes Acceptance Tests" and removed the reviewers section. [1] [2].github/workflows/generate-crd.yml: Added inputs for theworkflow_dispatchevent, steps to determine the operator tag and docs branch, and new steps for downloading and installing tools likehelm-docsandpandoc. The workflow now includes steps to convert Markdown to AsciiDoc and modify the AsciiDoc format. [1] [2] [3]Removal of redundant workflows:
.github/workflows/generate-helm-spec.yml: Removed the entire workflow for generating Helm spec docs, as its functionality has been integrated into other workflows..github/workflows/generate-kubernetes-compatibility.yml: Removed the entire workflow for generating the Kubernetes compatibility matrix.Updates to deployment documentation:
modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-production-deployment.adoc: Updated the deployment options by removing references to Helm charts in the Redpanda operator examples and simplifying the descriptions. [1] [2] [3] [4]modules/ROOT/nav.adoc: Added a new link to the Helm charts release notes.Page previews
Checks