Skip to content

Commit

Permalink
bump guardian inigo
Browse files Browse the repository at this point in the history
Submodule src/code.cloudfoundry.org/guardian af786aa..0272c51:
  > Refactor the rootfs_test
  > Ensure tests use correct client after restartGarden
  > Make fake network plugin name consistent
  > Don't log spurious errors on server start
  > Ensure test kills correct garden server
  > Fix flakes caused by gqts not stopping garden
  > Assert file closed for both Go 1.7 and 1.8
  > add integration tests for cases where apparmor is disabled
  > Allow NetIn config at container creation time
  > Make setup tests not interfere with rest of GQT
  > use idmapper package to determine max UID and GID
  >  Fail if image requires credential and image plugin is not used
  > Can use image credentials with image plugin
  > remove todo that had already been completed
  > iptables fix race condition
  > Allow NetOut operations at container creation time
  > Extend test coverage for the root case and cleanup
  > gdn server --skip-setup runs process as non-root user
  > Add --skip-setup flag to server command
  > Add iptables starter
  > Add BulkStarter and CgroupStarter
  > Add cgroup starter to gdn setup command
  > Ensure gdn still runs without a sub command
  > Split GuardianCommand into Server and Setup
  > Add handle as a comment to iptables rules
  > Small fix to iptables test
  > Ensure dadoo logs always get sent to guardian
  > dadoo logs in logfmt format
  > stop leaking dadoo stdout/stderr FD from ExecRunner
  > ExecRunner send dadoo output to file in process dir
  > Remove {the-secret,inspector}-garden
  > Remove unused -uid and -gid flags
  > Don't try to capture dadoo stderr (yet)
  > Remove unneeded comment
  > Return meaningful error if dadoo exits/panics before runc starts
  > Make sure kill the process when setup TTY fails
  > Add --console-sockets-path to guardiancommand
  > Little refactor of the panic test
  > Add a test for SockDirPath length
  > Rename runcStartCmd -> runcExecCmd
  > Initial work on bumping runc to 477c75 (from fork)
  > bump iptables' tests eventually timeout
  > Don't use a static name for the test net ns
  > Add Image property to ContainerSpec
  > Support 'standalone' mode for gdn command
  > Move cmd/guardian -> cmd/gdn
  > Remove id mapping flags from call to image plugin
  > Ensure image plugin runs as Garden user
  > Rework the image plugin
  > Adapt port pool test for 8 parallel nodes
  > Merge branch '136770727-default_container_rootfs_flag'
  > Reduce port range size to make room for 8 ginkgo nodes in gqt
  > Pass logger through to local fetcher
  > Add `image_plugin_extra_args` and `privileged_image_plugin_extra_args` properties
  > Prevent Deadlock when runc writes lots to pipes
  > Add NOTICE
  > Don't start debug server by default
  > Rename pid limit                                                                                                                                        │···············································
  > Introduce pidlimits to limit processes in a container
  > Add --iptables-restore flag
  > Add edge case test for runc
  > Revert "Fix unmounting loop devices on 4.4"
  > Fix external plugin test
  > Merge branch 'image-plugin-tags'
  > Fix compilation error
  > Relog imageplugin logs
  > Merge branch 'image-plugin-exclusive-quotas'
  > Rename grootfs `metrics` command to `stats`
  > Improve BulkNetOut test description
  > Merge branch 'bulk-net-out-133632317' of https://github.com/cf-container-networking/guardian
  > Merge branch 'external-image-envvars'
  > Fix unmounting loop devices on 4.4
  > Append imageplugin output to the returned error
  > Merge pull request #60 from cloudfoundry/imageplugin-metrics
  > Merge pull request #58 from cloudfoundry/image-plugin-gc
  > remove unneded line
  > Do not propagate additional groups
  > Update runc
  > Merge branch 'fix-integrootion'
  > ExternalNetworker BulkNetOut propagates to NetOut
  > Ensure BulkNetOut works concurrently
  > Use BulkPrepend to increase iptables speed
  > Improve performance of BulkNetOut
  > Add BulkNetOut
  > Run image plugin as container user
  > Pass image plugin --default-rootfs if not in spec
  > Truncate hostname when longer then 49 characters
  > Pass uid/gid mappings to image plugin when unprivileged
  > Make sure guardian trims imageplugin output
  > Return rootfs path on ExternalImageManager create
Submodule src/code.cloudfoundry.org/inigo c02cf00..3484e91:
  > Modify GardenRunner call to use updated version of guardian.
  • Loading branch information
Brandon Shroyer committed Feb 21, 2017
1 parent 5461c54 commit fa11b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/guardian
Submodule guardian updated 129 files
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/inigo

0 comments on commit fa11b71

Please sign in to comment.