Skip to content

Commit 65dd1f0

Browse files
Merge branch 'main' into feat/sync-changes-1
2 parents 5391033 + 1e06b40 commit 65dd1f0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/upgrade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848

4949
- name: Check out code into the Go module directory
5050
uses: actions/checkout@v4
51+
with:
52+
# Fetch the history of all branches and tags.
53+
# This is needed for the test suite to switch between releases.
54+
fetch-depth: 0
5155

5256
- name: Set up Ginkgo CLI
5357
run: |

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Security
22

33
The KubeFleet maintainers takes the security of the project very seriously; we greatly welcomes
4-
and appreciates any responsible disclosures of security vulerabilities.
4+
and appreciates any responsible disclosures of security vulnerabilities.
55

66
If you believe you have found a security vulnerability in the repository, please follow the steps
77
below to report it to the KubeFleet team.

hack/Azure/setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kubectl get membercluster $MEMBER_CLUSTER
107107
108108
If you see that the cluster is still in an unknown state, it might be that the member cluster
109109
is still connecting to the hub cluster. Should this state persist for a prolonged
110-
period, refer to the [Troubleshooting Guide](../../../docs/troubleshooting/README.md) for
110+
period, refer to the troubleshooting guide in the [KubeFleet documentation](https://github.com/kubefleet-dev/website) for
111111
more information.
112112
113113
## Adding labels to a member cluster

0 commit comments

Comments
 (0)