Skip to content

Tags: NVIDIA/container-canary

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make container startup timeout configurable (#65)

* make container startup timeout configurable

Signed-off-by: James Lamb <[email protected]>

* address linter warnings

Signed-off-by: James Lamb <[email protected]>

* simplify

Signed-off-by: James Lamb <[email protected]>

* use a different, less segfault-y path to pass configuration

Signed-off-by: James Lamb <[email protected]>

* remove startupTimeout from the Container class

Signed-off-by: James Lamb <[email protected]>

* more simplifications

Signed-off-by: James Lamb <[email protected]>

* add tests

Signed-off-by: James Lamb <[email protected]>

* revert tests

Signed-off-by: James Lamb <[email protected]>

* revert one more test thing

Signed-off-by: James Lamb <[email protected]>

---------

Signed-off-by: James Lamb <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dockerRunOptions setting (#64)

* Add dockerRunOptions setting

Signed-off-by: Jacob Tomlinson <[email protected]>

* Add missing args

Signed-off-by: Jacob Tomlinson <[email protected]>

---------

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set CGO_ENABLED=0 when building release artifacts (#60)

Signed-off-by: James Lamb <[email protected]>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Linux arm64 builds (#59)

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch startReturningModel to Run to fix linting (#51)

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak docs to match new TUI output (#27)

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reinstate stdout assertions and add more tests (#25)

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add TCP probe and fix default values (#18)

* Add TCP probe and fix default values

Signed-off-by: Jacob Tomlinson <[email protected]>

* Remove development tweaks

Signed-off-by: Jacob Tomlinson <[email protected]>

* Add TCPSocket probe docs

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow dispatch of release drafter (#12)

Signed-off-by: Jacob Tomlinson <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix path for publishing (#4)

* Automate publishing of binaries

* Fix paths