8000 Tags · danfengliu/vic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: danfengliu/vic

Tags

v1.4.3

Toggle v1.4.3's commit message
GA of 1.4.3

v1.4.3-rc2

Toggle v1.4.3-rc2's commit message
Release candidate 2 of 1.4.3

v1.4.3-rc1

Toggle v1.4.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix verifying default docker registry (vmware#8233) (vmware#8248)

The default docker registry has been changed from
registry.hub.docker.com to registry-1.docker.io
in PR#8140. Scenario test should also rectify the
URL.

(cherry picked from commit c8199af)

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v1.4.1

Toggle v1.4.1's commit message
Workaround for concurrent exec issues (vmware#8098) (vmware#8101)

There are outstanding issues to address with concurrent exec. This work is
palliative rather than an actual fix.

Removes checking for "started" in the status string - we reliably see this
field not propagating to the property collector despite being logged as
set in the tether. This _only_ applies to execs at this time as that is
the only path calling task.State (via InspectTask).

Adds locking around dispatch of execs, with a timeout, to serialize that
initial dispatch path against a single container. If the timeout expires
it reverts to current behaviour and relies on concurrent modification and
retry.

(cherry picked from commit c99f021)

v1.4.1-rc2

Toggle v1.4.1-rc2's commit message
Workaround for concurrent exec issues (vmware#8098) (vmware#8101)

There are outstanding issues to address with concurrent exec. This work is
palliative rather than an actual fix.

Removes checking for "started" in the status string - we reliably see this
field not propagating to the property collector despite being logged as
set in the tether. This _only_ applies to execs at this time as that is
the only path calling task.State (via InspectTask).

Adds locking around dispatch of execs, with a timeout, to serialize that
initial dispatch path against a single container. If the timeout expires
it reverts to current behaviour and relies on concurrent modification and
retry.

(cherry picked from commit c99f021)

v1.4.1-rc1

Toggle v1.4.1-rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Send Longevity slack notifications to general (vmware#7990) (vmware#8080

)

Update robot tests to send Slack notifications about Longevity to the
new #general channel.

(cherry picked from commit dd6fbfe)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating to v1.4.0 license (vmware#7866) (vmware#7897)

v1.5.0-dev

Toggle v1.5.0-dev's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
vic-machine: Extract extended-help printing code (vmware#7854)

Extract the extended-help printing code into the extended-help struct,
allowing create and configure to better share related code.

v1.4.0-rc2

Toggle v1.4.0-rc2's commit message
Populate validator clusterpath for VCH search

0