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

Update kopia commit in kanister-tools image kastenhq 663cbad #2343

Closed
wants to merge 39 commits into from
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
Sep 19, 2023
4b59f07
Merge branch 'master' into point-kopia-to-kastenhq-repo
leuyentran Sep 22, 2023
e53d161
Bump actions/checkout from 4.0.0 to 4.1.0 (#2354)
dependabot[bot] Sep 22, 2023
73eaec4
Bump tj-actions/changed-files from 39.1.2 to 39.2.0 (#2353)
dependabot[bot] Sep 22, 2023
9b9c7c1
deps(go): bump the common-golang group with 2 updates (#2356)
dependabot[bot] Sep 26, 2023
156f712
Add SBOM to controller container image (#2358)
PrasadG193 Sep 27, 2023
93981a3
Refactor Duplicate Functions and Tests from kando package (#2234)
r4rajat Sep 27, 2023
b7da8fa
deps(go): bump github.com/vmware/govmomi from 0.30.7 to 0.31.0 (#2357)
dependabot[bot] Sep 27, 2023
3fe2329
Fix formatting for a list item (#2359)
viveksinghggits Sep 27, 2023
b1c6b09
chore(deps): create groups for GH actions dependabot updates (#2355)
julio-lopez Sep 28, 2023
c3a257f
Temporarily disable Postgres tests (#2367)
pavannd1 Oct 2, 2023
eca836d
Update postgres base image for postgres-kanister-tools (#2363)
akankshakumari393 Oct 2, 2023
ba22d0c
Add ExecutionProgress() method to function interface to report exec p…
PrasadG193 Oct 3, 2023
fcfae32
Makefile fixed for M1 Macs (#2366)
k0taperk0t Oct 3, 2023
6d277b8
deps(go): bump k8s.io/code-generator from 0.26.3 to 0.26.9 (#2371)
dependabot[bot] Oct 3, 2023
6d9b084
deps(go): bump github.com/prometheus/client_golang from 1.16.0 to 1.1…
dependabot[bot] Oct 3, 2023
aa03eb3
deps(go): bump the common-golang group with 1 update (#2373)
dependabot[bot] Oct 3, 2023
dd9e4f9
Bump tj-actions/changed-files from 39.2.0 to 39.2.1 (#2374)
dependabot[bot] Oct 3, 2023
70de405
Re-enable Postgres tests and remove MariaDB (#2370)
pavannd1 Oct 4, 2023
4394ce7
Revert "deps(go): bump github.com/prometheus/client_golang from 1.16.…
pavannd1 Oct 4, 2023
4ffb078
Bump github/codeql-action from 2.21.8 to 2.21.9 (#2360)
dependabot[bot] Oct 5, 2023
27de287
GoLand settings added to .gitignore (#2376)
k0taperk0t Oct 5, 2023
ea51da6
Rename PodRunner's RunEx to Run (#2369)
e-sumin Oct 5, 2023
f273658
Error reporting fixed for checking status of `minio` (#2378)
k0taperk0t Oct 5, 2023
03846d9
Kanister docs update to version 0.97.0 (#2380)
infraq Oct 6, 2023
3eb8f12
Running of containerized commands refactored (#2377)
k0taperk0t Oct 6, 2023
710d087
Update ubi-minimal base image to ubi-minimal:9.2-750.1696515534 (#2391)
infraq Oct 11, 2023
9fbc217
incorrect depth of getting frame fixed (#2383)
k0taperk0t Oct 12, 2023
ba4cd32
Generation of Job name for tests fixed (#2386)
k0taperk0t Oct 12, 2023
96a2f33
deps(go): bump k8s.io/apimachinery from 0.26.3 to 0.26.9 (#2389)
dependabot[bot] Oct 12, 2023
8147cd7
deps(go): bump golang.org/x/net from 0.15.0 to 0.17.0 (#2394)
dependabot[bot] Oct 12, 2023
dddc169
Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#2382)
dependabot[bot] Oct 13, 2023
ef2e912
deps(go): bump the common-golang group with 3 updates (#2396)
dependabot[bot] Oct 13, 2023
2f3c2ed
Running `make test` locally using `minio` & `minikube` fixed (#2379)
k0taperk0t Oct 13, 2023
584744b
Remove unused DescribeBackups function and related code (#2401)
pavannd1 Oct 15, 2023
d34f56e
deps(go): bump k8s.io/client-go from 0.26.3 to 0.26.9 (#2405)
dependabot[bot] Oct 16, 2023
c75ae88
Update go version to 1.21 (#2392)
mabhi Oct 17, 2023
b94a52b
Support of read only mount of filesystem volumes added (#2365)
k0taperk0t Oct 17, 2023
66b6c4f
Update ubi-minimal base image to ubi-minimal:9.2-750.1697534106 (#2411)
infraq Oct 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ dockers:
dockerfile: 'docker/tools/Dockerfile'
build_flag_templates:
- "--build-arg=kan_tools_version={{ .Tag }}"
# Refers to https://github.com/kopia/kopia/commit/3551f743d762f2ffe669523272d1c8d734120b79
- "--build-arg=kopiaBuildCommit=3551f74"
- "--build-arg=kopiaRepoOrg=kopia"
# Refers to https://github.com/kastenhq/kopia/commit/663cbad414207f077c666637fabfb22b47855959
- "--build-arg=kopiaBuildCommit=663cbad"
Copy link
Contributor Author

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 in docker/tools/Dockerfile ? If so they need to change to kopia_build_commit and kopia_repo_org

Copy link
Contributor

@ankitjain235 ankitjain235 Sep 20, 2023

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.

Copy link
Contributor Author

@leuyentran leuyentran Sep 20, 2023

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

- "--build-arg=kopiaRepoOrg=kastenhq"
extra_files:
- 'LICENSE'
- ids:
Expand Down