Skip to content

Conversation

archups
Copy link
Contributor

@archups archups commented Sep 19, 2025

Previous PR #1980 fixed the post-kubermatic-update-docs prow job failure for KKP main and 2.28, however broke for the 2.27 and 2.26. This PR is to follow-up to fix post-kubermatic-update-docs-x.xx job failures for KKP release 2.27 and 2.26. When Go version is <1.24, then github.com/elastic/[email protected] should be installed instead of github.com/elastic/[email protected].

@archups archups self-assigned this Sep 19, 2025
@kubermatic-bot kubermatic-bot added dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 19, 2025
@archups archups changed the title Fix post-kubermatic-update-docs job for release 2.27 and 2.26 Fix post-kubermatic-update-docs job for KKP release 2.27 and 2.26 Sep 19, 2025
@archups archups requested a review from kron4eg September 19, 2025 20:08
if [ $gomajorversion -lt $requiredmajorversion ]; then
echo "running go install github.com/elastic/[email protected] in 5s... (ctrl-c to cancel)"
sleep 5
go install github.com/elastic/[email protected]
Copy link
Member

Choose a reason for hiding this comment

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

did you know that one can simply run the module go run github.com/elastic/[email protected]?

CRD_REF_VERSION=v0.1.0
CRD_REF_BIN="go run github.com/elastic/crd-ref-docs@$CRD_REF_VERSION"

$CRD_REF_BIN --params ...

Signed-off-by: Archana Sawant <[email protected]>
Copy link
Member

@kron4eg kron4eg left a comment

Choose a reason for hiding this comment

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

/approve

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Sep 22, 2025
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 9b55227082df603cf5510fdc9a628d056918a191

@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kron4eg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 22, 2025
@kubermatic-bot kubermatic-bot merged commit 37a9ffa into kubermatic:main Sep 22, 2025
11 checks passed
@archups archups deleted the fix/post-kubermatic-update-docs-for-releases branch September 22, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants