Inline submodules into winc-release#46
Merged
Conversation
-------- index f4cf6c3..292106c 100644 @@ -10,7 +10,7 @@ replace github.com/containerd/errdefs => github.com/containerd/errdefs v0.1.0 github.com/Microsoft/go-winio v0.6.2 - github.com/Microsoft/hcsshim v0.12.6 + github.com/Microsoft/hcsshim v0.12.7 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/opencontainers/runtime-spec v1.2.0
-------- index 6de7f53..3252df6 100644 @@ -8,11 +8,11 @@ replace github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7 code.cloudfoundry.org/filelock v0.11.0 - code.cloudfoundry.org/groot v0.20.0 - code.cloudfoundry.org/hydrator v0.20.0 - code.cloudfoundry.org/lager/v3 v3.6.0 + code.cloudfoundry.org/groot v0.22.0 + code.cloudfoundry.org/hydrator v0.22.0 + code.cloudfoundry.org/lager/v3 v3.7.0 github.com/Microsoft/go-winio v0.6.2 - github.com/Microsoft/hcsshim v0.12.6 + github.com/Microsoft/hcsshim v0.12.7 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/opencontainers/image-spec v1.1.0
-------- index ee7862d..d98e348 100644 @@ -10,8 +10,8 @@ replace github.com/containerd/errdefs => github.com/containerd/errdefs v0.1.0 code.cloudfoundry.org/filelock v0.11.0 - code.cloudfoundry.org/localip v0.11.0 - github.com/Microsoft/hcsshim v0.12.6 + code.cloudfoundry.org/localip v0.12.0 + github.com/Microsoft/hcsshim v0.12.7 github.com/blang/semver v3.5.1+incompatible github.com/hashicorp/go-multierror v1.1.1 github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
Use Server struct to create a Server for gosec G114
-------- index 3252df6..c34278f 100644 @@ -7,10 +7,10 @@ toolchain go1.22.3 replace github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7 - code.cloudfoundry.org/filelock v0.11.0 - code.cloudfoundry.org/groot v0.22.0 - code.cloudfoundry.org/hydrator v0.22.0 - code.cloudfoundry.org/lager/v3 v3.7.0 + code.cloudfoundry.org/filelock v0.13.0 + code.cloudfoundry.org/groot v0.25.0 + code.cloudfoundry.org/hydrator v0.23.0 + code.cloudfoundry.org/lager/v3 v3.9.0 github.com/Microsoft/go-winio v0.6.2 github.com/Microsoft/hcsshim v0.12.7 github.com/onsi/ginkgo/v2 v2.20.2 github.com/opencontainers/image-spec v1.1.0 github.com/opencontainers/runtime-spec v1.2.0 github.com/urfave/cli v1.22.15 - golang.org/x/sys v0.25.0 + golang.org/x/sys v0.26.0
-------- index d98e348..829f97b 100644 @@ -9,8 +9,8 @@ toolchain go1.22.3 replace github.com/containerd/errdefs => github.com/containerd/errdefs v0.1.0 - code.cloudfoundry.org/filelock v0.11.0 - code.cloudfoundry.org/localip v0.12.0 + code.cloudfoundry.org/filelock v0.13.0 + code.cloudfoundry.org/localip v0.13.0 github.com/Microsoft/hcsshim v0.12.7 github.com/blang/semver v3.5.1+incompatible github.com/hashicorp/go-multierror v1.1.1 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli v1.22.15 golang.org/x/sync v0.8.0 - golang.org/x/sys v0.25.0 - golang.org/x/text v0.18.0 + golang.org/x/sys v0.26.0 + golang.org/x/text v0.19.0
-------- index c34278f..afc7756 100644 @@ -7,17 +7,17 @@ toolchain go1.22.3 replace github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.7 - code.cloudfoundry.org/filelock v0.13.0 - code.cloudfoundry.org/groot v0.25.0 - code.cloudfoundry.org/hydrator v0.23.0 - code.cloudfoundry.org/lager/v3 v3.9.0 + code.cloudfoundry.org/filelock v0.14.0 + code.cloudfoundry.org/groot v0.26.0 + code.cloudfoundry.org/hydrator v0.24.0 + code.cloudfoundry.org/lager/v3 v3.10.0 github.com/Microsoft/go-winio v0.6.2 github.com/Microsoft/hcsshim v0.12.7 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/opencontainers/image-spec v1.1.0 github.com/opencontainers/runtime-spec v1.2.0 - github.com/urfave/cli v1.22.15 + github.com/urfave/cli v1.22.16 golang.org/x/sys v0.26.0
-------- index 829f97b..cc9eeeb 100644 @@ -9,8 +9,8 @@ toolchain go1.22.3 replace github.com/containerd/errdefs => github.com/containerd/errdefs v0.1.0 - code.cloudfoundry.org/filelock v0.13.0 - code.cloudfoundry.org/localip v0.13.0 + code.cloudfoundry.org/filelock v0.14.0 + code.cloudfoundry.org/localip v0.14.0 github.com/Microsoft/hcsshim v0.12.7 github.com/blang/semver v3.5.1+incompatible github.com/hashicorp/go-multierror v1.1.1 github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 - github.com/urfave/cli v1.22.15 + github.com/urfave/cli v1.22.16 golang.org/x/sync v0.8.0 golang.org/x/sys v0.26.0 golang.org/x/text v0.19.0
Add read header timeout to address G112
Ignore integer overflows used for tmpdir/layer uniqueness
Convert all port handling logic to uint16
-------- index 97edd74..92745b0 100644 github.com/blang/semver v3.5.1+incompatible github.com/hashicorp/go-multierror v1.1.1 github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb - github.com/miekg/dns v1.1.67 + github.com/miekg/dns v1.1.68 github.com/mitchellh/go-ps v1.0.0 github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.38.0
winkingturtle-vmw
added a commit
to cloudfoundry/wg-app-platform-runtime-ci
that referenced
this pull request
Aug 11, 2025
ameowlia
approved these changes
Aug 11, 2025
ameowlia
pushed a commit
to cloudfoundry/wg-app-platform-runtime-ci
that referenced
this pull request
Aug 11, 2025
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.
Summary
Inline submodules into winc-release
Backward Compatibility
Breaking Change? No