Skip to content

Commit

Permalink
bump executor garden garden-linux inigo
Browse files Browse the repository at this point in the history
[delivers #94140792]

Submodule src/github.com/cloudfoundry-incubator/executor 827c9ec..5c31036:
  > Switch to new Garden API where we pass in user to process spec
Submodule src/github.com/cloudfoundry-incubator/garden dd6b2d5..764f101:
  > return error message from backend when hijacked connection returns error exit code
  > whitespace
  > add update-godoc
  > Refer to new field in tests, for consistency.
  > Add ContainerMemoryStat#TotalUsageTowardLimit
  > remove ProcessSpec.Privileged
  > Avoid deadlocking when attaching to process streams fails
  > Add garden.Error to export BulkInfo and BuldMetrics errors
  > Rename GetProperty to Property in Container interface
  > Ignore IntelliJ files.
  > Use 503 rather than 412 since this is a server-side error and does not relate to request-header preconditions not being met.
  > Merge pull request #32 from irfanurrehman/hwcf-issue-3
Submodule src/github.com/cloudfoundry-incubator/garden-linux a64ad73..a51aa93:
  > ensure errors from process starting propagate through to the client
  > Upgrade ginkgo to avoid hangs after test failures.
  > Revert "enable verbose mode for drone tests in concourse"
  > print ginkgo version before executing drone tests
  > enable verbose mode for drone tests in concourse
  > remove update-godoc, move to garden
  > all devices in /dev should be owned by container root, including tty
  > do not run godep restore before update-godoc
  > fix update-godoc
  > fix gopath in update-godoc
  > add update godoc tool
  > fix devices in /dev to be owned by root in unprivileged container
  > change lifeTime property to 1h
  > go run instead of go build for aws management scripts
  > Upgrade AWS SDK to fix EC2 instance clean-up job
  > fill in missing test for /tmp permissions
  > reduce flakiness in container stop test
  > bump timeouts in bind mount tests to reduce AWS flakiness
  > increase timeout for grace time test to decrease flakiness
  > better error message when running process with non-existent user
  > Update concourse scripts for concourse v0.50.0.
  > Bump garden to obtain garden PR 35.
  > Merge branch 'master' into bm-dg/metrics-api
  > Add TotalUsageTowardLimit to ContainerMemoryStat [#94104582]
  > Preserve all files in docker image, including hidden files in /
  > refactor rootfs_provider package
  > can configure uid mapping offset as command line flag
  > translate UIDs in unprivileged containers
  > Add GOROOT for non-nested testing
  > Use the vendored aws-sdk-go dependency in non-nested testing
  > Add aws dependencies to Godeps
  > use onsi/gomega master, not fork
  > Bump Godeps
  > can decode errors from bulk endpoints
  > Wrap the BulkInfo/BulkMetrics errors
  > Update to the latest Garden
  > Update LinuxContainer to new Container interface (GetProperty --> Property)
  > Add tests for repository_fetcher
  > Upgrade garden
  > Merge pull request #35 from irfanurrehman/hwcf-issue-3
  > quickly install godep for osx/linux when mounting drive in VMs/Containers
  > Respect .gitignore when transfering files to concourse
  > Update Ubuntu ISO link to 14.04.2 and fix Makefile target for ubuntu-vagrant
  > Symlink build.yml to ci/nested-build.yml
  > Merge PR #32: Make the -rootFS flag optional
  > Use large instance with faster io to get rid of test flakes
  > Enshrine non-nested builds in our ci process
  > add explicit garden-linux input
  > Delete container-net.
  > Improve testing support in vim
  > Add container creation sequence diagram
Submodule src/github.com/cloudfoundry-incubator/inigo 0dce8b0..fb8874d:
  > Fix garden process specs to include user
  • Loading branch information
leochu committed May 23, 2015
1 parent af71bea commit 65327ce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
21 changes: 18 additions & 3 deletions packages/garden-linux/spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ files:
- github.com/cloudfoundry-incubator/garden-linux/network/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/bridgemgr/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/bridgemgr/fake_bridge_manager/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/container-net/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/devices/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/devices/bridgetest/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/devices/fakedevices/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/fakes/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/network/iptables/*.go # gosub
Expand All @@ -56,18 +56,21 @@ files:
- github.com/cloudfoundry-incubator/garden-linux/old/repository_fetcher/fake_repository_fetcher/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/repository_fetcher/fakes/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/fake_copier/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/fake_graph_driver/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/fake_mapper/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/fake_namespacer/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/rootfs_provider/fake_rootfs_provider/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/sysconfig/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/system_info/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/system_info/fake_system_info/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/uid_pool/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/old/uid_pool/fake_uid_pool/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/packer/rootfs/empty/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/process/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/process_tracker/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/process_tracker/fake_process_tracker/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/process_tracker/writer/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/scripts/amimgr/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/scripts/awsreaper/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/Sirupsen/logrus/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/bmizerany/pat/*.go # gosub
Expand Down Expand Up @@ -175,3 +178,15 @@ files:
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/pivotal-golang/lager/lagertest/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/tedsuo/ifrit/ginkgomon/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/kr/pty/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/aws/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/aws/awsutil/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/aws/credentials/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/endpoints/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/protocol/ec2query/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/protocol/query/queryutil/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/protocol/rest/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/protocol/xml/xmlutil/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/internal/signer/v4/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/awslabs/aws-sdk-go/service/ec2/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/github.com/vaughan0/go-ini/*.go # gosub
- github.com/cloudfoundry-incubator/garden-linux/Godeps/_workspace/src/golang.org/x/crypto/ssh/*.go # gosub
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry-incubator/executor
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry-incubator/garden
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry-incubator/garden-linux
2 changes: 1 addition & 1 deletion src/github.com/cloudfoundry-incubator/inigo
Submodule inigo updated from 0dce8b to fb8874

0 comments on commit 65327ce

Please sign in to comment.