-
Notifications
You must be signed in to change notification settings - Fork 904
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
Version Updates in files #6027
base: master
Are you sure you want to change the base?
Version Updates in files #6027
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #6027 +/- ##
==========================================
+ Coverage 48.35% 48.36% +0.01%
==========================================
Files 665 665
Lines 54831 54831
==========================================
+ Hits 26512 26521 +9
+ Misses 26599 26592 -7
+ Partials 1720 1718 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Tests failing due to version updates ? |
/assign @zhzhuang-zju |
#3 [internal] load metadata for docker.io/library/alpine:3.21.0
#3 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/alpine/blobs/sha256:4048db5d36726e313ab8f7ffccf2362a34cba69e4cdd49119713483a68641fce: 403 Forbidden
------
> [internal] load metadata for docker.io/library/alpine:3.21.0:
------
Dockerfile:15
--------------------
13 | # limitations under the License.
14 |
15 | >>> FROM alpine:3.21.0
16 |
17 | ARG BINARY
--------------------
ERROR: failed to solve: alpine:3.21.0: failed to resolve source metadata for docker.io/library/alpine:3.21.0: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/alpine/blobs/sha2[56](https://github.com/karmada-io/karmada/actions/runs/12673922800/job/35321382891?pr=6027#step:12:57):4048db5d36726e313ab8f7ffccf2362a34cba69e4cdd49119713483a68641fce: 403 Forbidden
make: *** [Makefile:[58](https://github.com/karmada-io/karmada/actions/runs/12673922800/job/35321382891?pr=6027#step:12:59): image-karmada-aggregated-apiserver] Error 1
make: Leaving directory '/home/runner/work/karmada/karmada' /kind cleanup |
Re-Run has passed the tests . |
.gitignore
Outdated
@@ -25,3 +25,5 @@ _output/ | |||
# sub chart tgz | |||
charts/karmada/charts | |||
charts/karmada-operator/charts | |||
|
|||
.codegpt |
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.
What is it? by the way.
And please add a new line at the end of the file.
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.
@RainbowMango I have fixed it in the latest commits .
04ff648
to
f44beca
Compare
Signed-off-by: YASH PANDEY <[email protected]>
f44beca
to
6cba9fe
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
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.
/remove-kind deprecation
/lgtm
Thanks @yashpandey06
leave approval to @zhzhuang-zju
What type of PR is this?
/kind deprecation
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #6024
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE