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

Automated cherry pick of #5432 upstream release 1.10 #5554

Conversation

spiritNO1
Copy link
Contributor

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #5455

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Fix the apiEndpoint of the cluster object ends with a slash. User can config cluster'd apiendpoint with slash in the end.

dependabot bot and others added 30 commits April 15, 2024 05:28
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
…thub/codeql-action-3

Bump github/codeql-action from 2 to 3
…ure/setup-helm-4

Bump azure/setup-helm from 3 to 4
…lm/chart-testing-action-2.6.1

Bump helm/chart-testing-action from 2.6.0 to 2.6.1
…ck-fields/retry-3.0.0

Bump nick-fields/retry from 2.9.0 to 3.0.0
…pter to member clusters.

Signed-off-by: chaunceyjiang <[email protected]>
make DeepEqual judgments more efficient
fix: avoid delete the key with empty value in object (lua table)
feat: Add QPS related parameters to control the request rate of metrics-adapter to member clusters.
add e2e test for lazy propagation policy
add image pullSecrets for cfssl and kubectl in charts
update lazy-activation-preference.md and lazy_activation_policy_test.go
Add finalizer for propagation policy
Co-authored-by: changzhen <[email protected]>
Signed-off-by: whitewindmills <[email protected]>
feat: show `status.labelSelector` for CloneSet
provide a tips to fix golangci-lint error
Signed-off-by: khanhtc1202 <[email protected]>
Signed-off-by: khanhtc1202 <[email protected]>
karmada-bot and others added 12 commits July 30, 2024 10:57
…ages/release-1.10/alpine-3.20.2

Bump alpine from 3.20.1 to 3.20.2 in /cluster/images
…#5141-upstream-release-1.10

Automated cherry pick of #5141: Fix test for corev1.LoadBalancerIngress,add IP model to VIP
…5360-upstream-release-1.10

Automated cherry pick of #5360: use single source for go version
Bump golang version to 1.21.13 to address security warnings
…k-of-#5227-upstream-release-1.10

Automated cherry pick of #5227: fix error of when cluster status condition update
Bumps alpine from 3.20.2 to 3.20.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ages/release-1.10/alpine-3.20.3

Bump alpine from 3.20.2 to 3.20.3 in /cluster/images
… the apiEndpoint of the cluster object ends with a slash.

Signed-off-by: 圣朋 <[email protected]>
@karmada-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign chaunceyjiang for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@karmada-bot karmada-bot added the do-not-merge/contains-merge-commits Indicates a PR which contains merge commits. label Sep 16, 2024
@karmada-bot
Copy link
Collaborator

Adding label do-not-merge/contains-merge-commits because PR contains merge commits, which are not allowed in this repository.
Use git rebase to reapply your commits on top of the target branch. Detailed instructions for doing so can be found here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@karmada-bot karmada-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 16, 2024
@spiritNO1 spiritNO1 changed the base branch from master to release-1.0 September 16, 2024 03:40
@karmada-bot karmada-bot removed the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 16, 2024
@spiritNO1 spiritNO1 closed this Sep 16, 2024
@karmada-bot karmada-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/contains-merge-commits Indicates a PR which contains merge commits. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cherrypick #5432: fix the apiEndpoint of the cluster object ends with a slash