-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add checksum in kpm workflow (#520)
* integrate checksum in kpm workflow Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com> * added feature flag Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com> --------- Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
- Loading branch information
1 parent
65d2494
commit fe83a24
Showing
6 changed files
with
130 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/exec_outside_pkg/kpm_pull_with_oci_url/test_suite.stdout
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
start to pull 'oci://localhost:5001/test/k8s' | ||
the latest version '1.31.2' will be pulled | ||
pulling '/test/k8s:1.31.2' from 'localhost:5001/test/k8s' | ||
pulled 'oci://localhost:5001/test/k8s' in '<workspace>/localhost:5001/test/k8s' successfully | ||
pulled 'oci://localhost:5001/test/k8s' in '<workspace>/localhost:5001/test/k8s/1.31.2' successfully |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/exec_outside_pkg/kpm_pull_with_pkg_name/test_suite.stdout
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
start to pull 'k8s' | ||
the latest version '1.31.2' will be pulled | ||
pulling 'test/k8s:1.31.2' from 'localhost:5001/test/k8s' | ||
pulled 'k8s' in '<workspace>/localhost:5001/test/k8s' successfully | ||
pulled 'k8s' in '<workspace>/localhost:5001/test/k8s/1.31.2' successfully |
2 changes: 1 addition & 1 deletion
2
test/e2e/test_suites/kpm/exec_outside_pkg/pull_private_pkg/test_suite.stdout
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
start to pull 'oci://localhost:5001/test/helloworld' | ||
the latest version '0.1.2' will be pulled | ||
pulling '/test/helloworld:0.1.2' from 'localhost:5001/test/helloworld' | ||
pulled 'oci://localhost:5001/test/helloworld' in '<workspace>/localhost:5001/test/helloworld' successfully | ||
pulled 'oci://localhost:5001/test/helloworld' in '<workspace>/localhost:5001/test/helloworld/0.1.2' successfully |