Skip to content

Releases: jlevesy/sind

v1.0.0

25 Jun 09:27
cdac5b2
Compare
Choose a tag to compare

Changelog

cdac5b2 pkg/sind: make docker-20.10-dind the default image (#51)

v1.0.0-alpha.4

11 Jan 13:26
6a3da40
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changelog

6a3da40 define defaults for network driver and IPAM driver (#49)

v1.0.0-alpha.3

11 Jan 12:31
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Changelog

14634c3 Add the --daemon-arg flag (#48)

v1.0.0-alpha.2

29 Dec 16:42
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Changelog

05259d4 Make 19.03-dind the default image (#46)
2ea59b3 Make sind push accept a jobs option (#47)

v1.0.0-alpha.1

17 Jun 17:59
5c38e83
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Features & Usage improvements

  • sind now only relies on the docker host and no longer on a config file
  • sind can now start and stop the clusters, avoiding to recreate them.
  • IP of containers are now fixed, to enable start and stop
  • sind inspect enables to inspect the current state of a cluster
  • sind push gets a new --file option enabling to push an already existing file generated by docker save
  • sind ls output is updated and displays node stats.

v0.3.0

22 Mar 12:39
337e99b
Compare
Choose a tag to compare

Changelog

13a16e5 Disable pull image by default, add force pull option (#19)
f22bf7a Fix/ci release + stuff (#27)
2dc8be0 Reorganize repository, move to circleCI (#17)
9e86aa8 add circle-ci
e88df85 chore: add the release job and trigger it by tag (#24)
337e99b chore: only cache go modules dir (#31)
046cec9 chore: use stretchr/testify for the test suite (#26)
bb2fe27 feat: Add version command (#29)
7aad018 feat: be able to set a custom subnet (#22)
b9fe9c8 feat: name manager and worker (#20)
d71ab62 fix: be able to customize cluster name with create command (#23)
f72ec3b fix: depenencies for release

v0.2.1

18 Mar 17:29
Compare
Choose a tag to compare

Changelog

3c00f46 fix: be able to use custom image name (#16)

v0.2.0

13 Mar 15:10
Compare
Choose a tag to compare

Changelog

6396f2c Allows specifying a custom image name for nodes (#7)
baade8d Improvements on go code after pair review (#9)
0c9721f Linting Makefile, dockerfile/comose, markdown and shell (#8)

v0.1.1

02 Mar 18:32
99217f8
Compare
Choose a tag to compare

Changelog

99217f8 Cleanup volumes when deleting, bump timeout. (#6)

v0.1.0

23 Jan 20:14
Compare
Choose a tag to compare

Changelog

0e24fde Initial implementation.