Update dependency strip-json-comments to v5.0.3 - abandoned#18
Open
konflux-staging[bot] wants to merge 105 commits into
Open
Update dependency strip-json-comments to v5.0.3 - abandoned#18konflux-staging[bot] wants to merge 105 commits into
konflux-staging[bot] wants to merge 105 commits into
Conversation
Add e2e workflow
Create trigger-pull.js
Problem: Service port-forward was forwarding to wrong port. Service's targetPort 'web' resolved to nginx:8080, but the actual connection was failing inside the pod's network namespace. Solution: Forward directly to pod's nginx container port 8080. - Get pod name dynamically - Extract nginx container's 'web' port (8080) - Forward localhost:8080 -> pod:8080 (nginx HTTP port) This should work because nginx listens on 0.0.0.0:8080 (not localhost). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Changes: - Rename existing-cluster-secret to cluster-kubeconfig-secret - Pass cluster-kubeconfig-secret to run-e2e-konflux-ui task - Allow skip-provision with custom kubeconfig secret name - Add check-org-membership to runAfter for run-e2e-konflux-ui Usage: - For new cluster: leave cluster-kubeconfig-secret empty - For existing cluster: set cluster-kubeconfig-secret=kfg-<old-pipelinerun-name> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
b0f7b1d to
6132449
Compare
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
02e8b2f to
e30c490
Compare
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
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.
This PR contains the following updates:
5.0.1→5.0.3Release Notes
sindresorhus/strip-json-comments (strip-json-comments)
v5.0.3Compare Source
532a6bev5.0.2Compare Source
77be3c8Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.