Merge https://github.com/project-velero/kopia:v0.13.0-velero.1 (42cd86a) into oadp-1.3#33
Merged
weshayutin merged 158 commits intoJul 6, 2026
Merged
Conversation
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
|
/ok-to-test |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
not really used |
|
/hold |
We are not using dependabot to automatically upgrade our dependencies, instead we will use Snyk to monitor our dependencies and alert us when they need to be upgraded. This should hopefully reduce the noise in our PR process.
* Upgrade Azure client * Remove unused lint directive
…rabilities (kopia#3075) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710425 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710514 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710556 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710600 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710601 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710620 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
…educe vulnerabilities (kopia#3076) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538282 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-NCURSES-5423142 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5661537 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-5499877 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
…opia#3078) * chore(site): upgraded site to latest hugo and removed vendored files This switches to using github.com/google/docsy as a Hugo module, so we don't need to vendor the theme anymore or its dependencies. * layout * more style, edit MD support * style * style * fixed linter errors * update text
* chore(ci): upgraded linter to 1.53.3 This flagged a bunch of unused parameters, so the PR is larger than usual, but 99% mechanical. * separate lint CI task * run Lint in separate CI
…#3043) * Handle no space left errors in robustness tests * fix lint error
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@e38b190...08b4669) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
* deps(gha): use commit id for actions/setup-go version 4.1.0 * deps(gha): add comment with semver for golang/govulncheck-action * deps(gha): upgrade actions/upload-artifact to v3.1.3 Release notes: https://github.com/actions/upload-artifact/releases * deps(gha): upgrade codecov-action to 3.1.4 Release notes: https://github.com/codecov/codecov-action/releases/tag/v3.1.4
* feat(server): reduce server refreshes of the repository Previously each source would refresh itself from the repository very frequently to determine the upcoming snapshot time. This change refactors source manager so it does not own the repository connection on its own but instead delegates all policy reads through the server. Also introduces a new server scheduler that is responsible for centrally managing the snapshot schedule and triggering snapshots when they are due. * Update cli/command_server_start.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * Update internal/server/server.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * Update internal/server/server_maintenance.go Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com> * pr feedback --------- Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com>
* Minor refactoring. Added electron-store as a new dependency. Electron windows now store their size. * Removed package.json and package-lock.json * Update electron.js fixed typos --------- Co-authored-by: lupusA <lupuapps@gmail.com> Co-authored-by: Jarek Kowalski <jaak@jkowalski.net>
This was previously done in `unstable` track, now doing it everywhere. At the same time bumped the count 2=>3.
…ironments (kopia#3315) when different scales are used. Co-authored-by: lupusA <lupuapps@gmail.com>
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
Update go.opentelemetry.io/otel/sdk v1.17.0 -> v1.43.0: - CVE-2026-39883: Arbitrary code execution via PATH hijacking on BSD/Solaris Update golang.org/x/crypto v0.35.0 -> v0.53.0: - CVE-2025-47913: SSH client panic due to unexpected SSH_AGENT_SUCCESS - CVE-2026-39827: Resource exhaustion via repeated channel opens - CVE-2026-39828: Unauthorized command execution via discarded SSH permissions - CVE-2026-39829: DoS via crafted public key with excessive parameters - CVE-2026-39830: DoS via resource leak from unsolicited SSH responses - CVE-2026-39832: Security bypass due to improper handling of key restrictions - CVE-2026-39835: DoS via crafted SSH certificate - CVE-2026-42508: Revocation bypass via unchecked SignatureKey - CVE-2026-46595: Authorization bypass due to skipped source-address validation - CVE-2026-46597: Server-side panic due to incorrect cast from bytes to int Update golang.org/x/net v0.36.0 -> v0.56.0: - CVE-2026-25681: Arbitrary code execution via Cross-Site Scripting in html pkg - CVE-2026-27136: XSS via Render of arbitrary HTML - CVE-2026-33814: DoS via malformed SETTINGS_MAX_FRAME_SIZE frame (HTTP/2) - CVE-2026-39821: Privilege escalation via incorrect Punycode label processing - CVE-2026-42502: XSS via Render of arbitrary HTML Update google.golang.org/grpc v1.57.0 -> v1.81.1: - CVE-2026-33186 (CRITICAL): Authorization bypass due to improper HTTP/2 path validation - GHSA-m425-mq94-257g: gRPC-Go HTTP/2 Rapid Reset vulnerability Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
9f3c6d7 to
16dffe2
Compare
|
/ok-to-test |
weshayutin
approved these changes
Jul 6, 2026
Joeavaikath
approved these changes
Jul 6, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Joeavaikath, oadp-rebasebot-app[bot], weshayutin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.