-
Notifications
You must be signed in to change notification settings - Fork 285
Comparing changes
Open a pull request
base repository: microsoft/hcsshim
base: v0.10.0-rc.9
head repository: microsoft/hcsshim
compare: v0.10.0
- 10 commits
- 634 files changed
- 4 contributors
Commits on Jul 10, 2023
-
Updated containerd1.7; google.golang.org/protobuf (#1706)
* Update containerd1.7; google.golang.org/protobuf Update to containerd 1.7 and move to `google.golang.org/protobuf` from `github.com/gogo/protobuf/gogoproto`. These two changes are intertwined, since containerd 1.7 changes its ttrpc task server definitions and protobuff generation (as well as some other API changes). Additionally, the task server gRPC code is imported from containerd directly, rather than being generated here, and that code now explicitly imports `google.golang.org/protobuf` instead of `github.com/gogo/protobuf/gogoproto`. Upgrading to `google.golang.org/protobuf` also requires updating the `containerd/cgroups` dependency to v3 (`github.com/containerd/cgroups/v3/cgroup1/stats/`). The new `protoc-gen-go-grpc` generators do not allow directives such as `gogoproto.customname`, so the `go-fix-acronym` command is used to update acronym customization (which is what containerd does). Updated `Protobuild.toml` to specify new generators. Added an `Update-Proto.ps1` script to re-generate protobuf files locally and in GitHub CI. Add `protobuild` and protobuff `grpc` and `ttrpc` generators to `tools.go` so they are tracked and vendored, and can be trivially installed via `go install`. Signed-off-by: Hamza El-Saawy <[email protected]> * Vendor protobuf import changes Signed-off-by: Hamza El-Saawy <[email protected]> --------- Signed-off-by: Hamza El-Saawy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for decae4b - Browse repository at this point
Copy the full SHA decae4bView commit details -
[ci]Remove
Verify-GoModules.ps1(#1836)`.\scripts\Verify-GoModules.ps1` does not surface roots cause of inconsisteny and does not match local mod tidy/vendor steps. Replace with explicit commands, which also matches rest of `ci.yml` jobs. Signed-off-by: Hamza El-Saawy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbbf3b9 - Browse repository at this point
Copy the full SHA dbbf3b9View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 492992f - Browse repository at this point
Copy the full SHA 492992fView commit details -
Replace deprecated github.com/golang/mock (#1839)
Signed-off-by: Hamza El-Saawy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 619018c - Browse repository at this point
Copy the full SHA 619018cView commit details
Commits on Jul 14, 2023
-
Replace cosesign1 and didx509 resolver (#1805)
... with their independent pkgs Signed-off-by: Mahati Chamarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43d7af3 - Browse repository at this point
Copy the full SHA 43d7af3View commit details
Commits on Jul 15, 2023
-
cimfs: Add cimfs writer (#927)
Add go wrappers over cimfs writer functions exported by cimfs.dll. Signed-off-by: Amit Barve <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e97eb3 - Browse repository at this point
Copy the full SHA 5e97eb3View commit details
Commits on Jul 18, 2023
-
Create tools package to isolate dependencies (#1840)
Using a dedicated package for tools.go prevents callers who import hcshim from adding the tools to their package's dependencies, while still allowing us to track and vendor them.t p Signed-off-by: Hamza El-Saawy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95c6047 - Browse repository at this point
Copy the full SHA 95c6047View commit details
Commits on Jul 19, 2023
-
make sure to close files in dmverity-vhd tool (#1770)
Currently we're not closing output VHD files and read closers when creating layer VHDs with dmverity-vhd tool. Refactor error wrapping. Signed-off-by: Maksim An <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 567f6bd - Browse repository at this point
Copy the full SHA 567f6bdView commit details
Commits on Jul 20, 2023
-
use protojson when formatting for logs (#1844)
Signed-off-by: Hamza El-Saawy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d71606e - Browse repository at this point
Copy the full SHA d71606eView commit details -
policy: extend default networking mounts for standalone containers (#…
…1826) Signed-off-by: Maksim An <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28cce9c - Browse repository at this point
Copy the full SHA 28cce9cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0-rc.9...v0.10.0