github.com/michaelsauter/crane
v3.4.2+incompatible
#1686 most downloaded on Go modules
michaelsauter/crane
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 1.5 years
Rarely documented
notes for 9 of 64 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
73 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
73 releases · Nov 2013 to Mar 2021Releases
latest 60 of 73-
v3.4.2+incompatible09 Jul 2018Nothing published for this version
-
v3.4.1+incompatible04 Apr 2018Nothing published for this version
-
v3.4.0+incompatible02 Apr 2018Nothing published for this version
-
v3.3.4+incompatible22 Mar 2018Nothing published for this version
-
v3.3.3+incompatible03 Dec 2017Nothing published for this version
-
v3.3.2+incompatible21 Nov 2017Nothing published for this version
-
v3.3.1+incompatible20 Nov 2017Nothing published for this version
-
v3.3.0+incompatible19 Nov 2017Nothing published for this version
-
v3.2.1+incompatible06 Sep 2017Nothing published for this version
-
v3.2.0+incompatible01 Aug 2017Nothing published for this version
-
v3.1.0+incompatible27 Jul 2017Nothing published for this version
-
v3.1.0-beta+incompatible26 Jul 2017 pre-releaseNothing published for this version
-
v3.0.0+incompatible08 Apr 2017Nothing published for this version
-
v3.0.0-beta+incompatible14 Mar 2017 pre-releaseNothing published for this version
-
v2.11.1+incompatible30 Sep 2019Nothing published for this version
-
v2.11.0+incompatible14 Nov 2016Nothing published for this version
-
v2.10.3+incompatible27 Oct 2016Nothing published for this version
-
v2.10.2+incompatible13 Oct 2016Nothing published for this version
-
v2.10.1+incompatible10 Oct 2016Nothing published for this version
-
v2.10.0+incompatible08 Oct 2016Nothing published for this version
-
v2.9.1+incompatible15 Aug 2016Nothing published for this version
-
v2.9.0+incompatible16 May 2016Nothing published for this version
-
v2.8.2+incompatible04 May 2016Nothing published for this version
-
v2.8.1+incompatible21 Apr 2016Nothing published for this version
-
v2.8.0+incompatible10 Apr 2016Nothing published for this version
-
v2.7.0+incompatible20 Mar 2016Nothing published for this version
-
v2.6.1+incompatible26 Feb 2016Nothing published for this version
-
v2.6.0+incompatible25 Feb 2016Nothing published for this version
-
v2.5.2+incompatible19 Feb 2016Nothing published for this version
-
v2.5.1+incompatible03 Feb 2016Nothing published for this version
-
v2.5.0+incompatible09 Jan 2016Nothing published for this version
-
v2.4.0+incompatible30 Dec 2015Nothing published for this version
-
v2.3.1+incompatible12 Dec 2015Nothing published for this version
-
v2.3.0+incompatible09 Dec 2015Nothing published for this version
-
v2.2.0+incompatible10 Nov 2015Nothing published for this version
-
v2.1.0+incompatible15 Oct 2015Nothing published for this version
-
v2.0.1+incompatible16 Sep 2015Nothing published for this version
-
v2.0.0+incompatible15 Sep 2015Nothing published for this version
-
v2.0.0-rc2+incompatible23 Aug 2015 pre-releaseNothing published for this version
-
v2.0.0-rc1+incompatible29 Jul 2015 pre-releaseNothing published for this version
-
v1.5.129 Jul 2015Release notes
Open source →- Allow Crane config in filesystem root @bjaglin
- Support
--cpu-period,--cpu-quota,--oom-kill-disable,--utsand--blkio-weight@bjaglin - Support
--sinceflag for logs command @bjaglin
Required Docker version: >= 1.3
-
v1.5.1-0.20210322075403-079b12a3cc9622 Mar 2021 pre-releaseNothing published for this version
-
v1.5.1-0.20170726201357-8a5d32302fd726 Jul 2017 pre-releaseNothing published for this version
-
v1.5.1-0.20170314061439-aba7db2a24c014 Mar 2017 pre-releaseNothing published for this version
-
v1.5.1-0.20150823190558-955b0f9cf88c23 Aug 2015 pre-releaseNothing published for this version
-
v1.5.1-0.20150729200156-28c12758876429 Jul 2015 pre-releaseNothing published for this version
-
v1.5.007 Jul 2015Release notes
Open source →- Support for
--log-opt - Execute commands in directory of config
- Don't provision the same image twice
- Speed up image check
Required Docker version: >= 1.3
Thanks a lot to @bjaglin and @jesper for the contributions!
- Support for
-
v1.4.020 Jun 2015Release notes
Open source →- Allow Crane to be used inside sub-directories (similar to Git binary)
- Execute stop hooks also when a running container is killed or removed
Both changes are potentially breaking, so please check if you're affected.
Required Docker version: >= 1.3
-
v1.3.129 May 2015Release notes
Open source →- Only pull images for which no Dockerfile is specified
Required Docker version: >= 1.3
-
v1.3.028 May 2015Release notes
Open source →- Add support for
ulimit,log-driver,label,label-fileandcgroup-parentoptions - Add
crane pullmapping todocker pull - Add Windows exe (which may or may not work properly)
- Corrected dependency handling for
--volumes-fromwhen suffixes such as ro are used
Required Docker version: >= 1.3
Thanks a lot to @bjaglin for the contributions!
- Add support for
-
v1.2.005 May 2015Release notes
Open source →- Container hooks
--ignore-missingflag- Support for multiple links to the same container
envdeclaration as mapping- Improved docs
Required Docker version: >= 1.3
Thanks a lot to @bjaglin, @mishak87 and @adrianhurt for the contributions!
-
v1.1.115 Feb 2015Release notes
Open source →sig-proxyoption applied correctly
Required Docker version: >= 1.3
Thanks a lot to @bjaglin for the contribution!
-
v1.1.009 Feb 2015Release notes
Open source →- Add support for
mac-address,pid,read-only,memory-swap,security-optandsig-proxyoptions crane stats, mapping todocker stats- Raise error if group reference is not a container
- Raise error if YAML is invalid
- Dump errors and verbose output to
STDERR
Required Docker version: >= 1.3
Thanks a lot to @lefeverd and @bjaglin for the contributions!
- Add support for
-
v1.0.027 Nov 2014Release notes
Open source →- Added
logssubcommand mapping todocker logs(thanks @bjaglin)
Required Docker version: >= 1.3
- Added
-
v0.12.021 Oct 2014Nothing published for this version
-
v0.11.117 Oct 2014Nothing published for this version
-
v0.11.018 Sep 2014Nothing published for this version
-
v0.10.009 Sep 2014Nothing published for this version
-
v0.9.023 Aug 2014Nothing published for this version
-
v0.8.101 Jul 2014Nothing published for this version