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

Fix appending SHA256 hash to image reference in ImageWithDigest #1784

Merged
merged 1 commit into from
Jun 6, 2023
Merged

Fix appending SHA256 hash to image reference in ImageWithDigest #1784

merged 1 commit into from
Jun 6, 2023

Conversation

mvinkler
Copy link
Contributor

@mvinkler mvinkler commented Jun 6, 2023

Changes

  • 🐛 Fix appending SHA256 hash to image reference in ImageWithDigest

/kind bug

Fixes #1768

Fixes a bug when appending SHA256 hash to image reference

@knative-prow knative-prow bot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 6, 2023
@knative-prow knative-prow bot requested review from maximilien and nainaz June 6, 2023 12:30
@knative-prow knative-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 6, 2023
@jrangelramos
Copy link
Contributor

/cc @lance

@knative-prow knative-prow bot requested a review from lance June 6, 2023 12:34
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.06 🎉

Comparison is base (1b6414d) 61.81% compared to head (cfa5cb1) 62.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1784      +/-   ##
==========================================
+ Coverage   61.81%   62.87%   +1.06%     
==========================================
  Files         101      101              
  Lines       13370    13374       +4     
==========================================
+ Hits         8264     8409     +145     
+ Misses       4309     4143     -166     
- Partials      797      822      +25     
Flag Coverage Δ
e2e-test 37.75% <25.00%> (-0.01%) ⬇️
e2e-test-oncluster 33.35% <25.00%> (-0.01%) ⬇️
e2e-test-oncluster-runtime 28.63% <0.00%> (?)
e2e-test-runtime-go 27.27% <25.00%> (?)
e2e-test-runtime-quarkus 28.56% <25.00%> (?)
e2e-test-runtime-springboot 27.51% <25.00%> (?)
integration-tests 49.24% <25.00%> (+1.39%) ⬆️
unit-tests-macos-latest 49.18% <100.00%> (+0.06%) ⬆️
unit-tests-ubuntu-latest ?
unit-tests-windows-latest 49.23% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/functions/function.go 84.69% <100.00%> (+1.19%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mvinkler mvinkler marked this pull request as draft June 6, 2023 13:32
@knative-prow knative-prow bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 6, 2023
@mvinkler mvinkler marked this pull request as ready for review June 6, 2023 16:12
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 6, 2023
@knative-prow knative-prow bot requested review from dsimansk and rhuss June 6, 2023 16:12
Copy link
Member

@lance lance left a comment

Choose a reason for hiding this comment

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

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 6, 2023
@knative-prow
Copy link

knative-prow bot commented Jun 6, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lkingland, mvinkler

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 6, 2023
@knative-prow knative-prow bot merged commit 109e6b6 into knative:main Jun 6, 2023
38 checks passed
@lance lance added this to the Release 1.11 milestone Jun 7, 2023
@lance
Copy link
Member

lance commented Jul 5, 2023

/cherry-pick release-1.10

@knative-prow-robot
Copy link

@lance: new pull request created: #1846

In response to this:

/cherry-pick release-1.10

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/test-infra repository.

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. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

func deploy fails to deploy a function when a full image is used.
5 participants