-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update kopia commit in kanister-tools image kastenhq 663cbad #2343
Closed
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c18f64a
update kopia commit in kanister-tools image kastenhq 663cbad
4b59f07
Merge branch 'master' into point-kopia-to-kastenhq-repo
leuyentran e53d161
Bump actions/checkout from 4.0.0 to 4.1.0 (#2354)
dependabot[bot] 73eaec4
Bump tj-actions/changed-files from 39.1.2 to 39.2.0 (#2353)
dependabot[bot] 9b9c7c1
deps(go): bump the common-golang group with 2 updates (#2356)
dependabot[bot] 156f712
Add SBOM to controller container image (#2358)
PrasadG193 93981a3
Refactor Duplicate Functions and Tests from kando package (#2234)
r4rajat b7da8fa
deps(go): bump github.com/vmware/govmomi from 0.30.7 to 0.31.0 (#2357)
dependabot[bot] 3fe2329
Fix formatting for a list item (#2359)
viveksinghggits b1c6b09
chore(deps): create groups for GH actions dependabot updates (#2355)
julio-lopez c3a257f
Temporarily disable Postgres tests (#2367)
pavannd1 eca836d
Update postgres base image for postgres-kanister-tools (#2363)
akankshakumari393 ba22d0c
Add ExecutionProgress() method to function interface to report exec pβ¦
PrasadG193 fcfae32
Makefile fixed for M1 Macs (#2366)
k0taperk0t 6d277b8
deps(go): bump k8s.io/code-generator from 0.26.3 to 0.26.9 (#2371)
dependabot[bot] 6d9b084
deps(go): bump github.com/prometheus/client_golang from 1.16.0 to 1.1β¦
dependabot[bot] aa03eb3
deps(go): bump the common-golang group with 1 update (#2373)
dependabot[bot] dd9e4f9
Bump tj-actions/changed-files from 39.2.0 to 39.2.1 (#2374)
dependabot[bot] 70de405
Re-enable Postgres tests and remove MariaDB (#2370)
pavannd1 4394ce7
Revert "deps(go): bump github.com/prometheus/client_golang from 1.16.β¦
pavannd1 4ffb078
Bump github/codeql-action from 2.21.8 to 2.21.9 (#2360)
dependabot[bot] 27de287
GoLand settings added to .gitignore (#2376)
k0taperk0t ea51da6
Rename PodRunner's RunEx to Run (#2369)
e-sumin f273658
Error reporting fixed for checking status of `minio` (#2378)
k0taperk0t 03846d9
Kanister docs update to version 0.97.0 (#2380)
infraq 3eb8f12
Running of containerized commands refactored (#2377)
k0taperk0t 710d087
Update ubi-minimal base image to ubi-minimal:9.2-750.1696515534 (#2391)
infraq 9fbc217
incorrect depth of getting frame fixed (#2383)
k0taperk0t ba4cd32
Generation of Job name for tests fixed (#2386)
k0taperk0t 96a2f33
deps(go): bump k8s.io/apimachinery from 0.26.3 to 0.26.9 (#2389)
dependabot[bot] 8147cd7
deps(go): bump golang.org/x/net from 0.15.0 to 0.17.0 (#2394)
dependabot[bot] dddc169
Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#2382)
dependabot[bot] ef2e912
deps(go): bump the common-golang group with 3 updates (#2396)
dependabot[bot] 2f3c2ed
Running `make test` locally using `minio` & `minikube` fixed (#2379)
k0taperk0t 584744b
Remove unused DescribeBackups function and related code (#2401)
pavannd1 d34f56e
deps(go): bump k8s.io/client-go from 0.26.3 to 0.26.9 (#2405)
dependabot[bot] c75ae88
Update go version to 1.21 (#2392)
mabhi b94a52b
Support of read only mount of filesystem volumes added (#2365)
k0taperk0t 66b6c4f
Update ubi-minimal base image to ubi-minimal:9.2-750.1697534106 (#2411)
infraq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@pavannd1 @ankitjain235 Are these
--build-arg
used indocker/tools/Dockerfile
? If so they need to change tokopia_build_commit
andkopia_repo_org
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.
Yes, these are to be used in
docker/tools/Dockerfile
. This seems like a bug from the very beginning. Thanks a lot for noticing it.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.
I'll raise a separate PR for fixing that #2347