Browse code

Add notes about keeping versions in sync

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2018/02/16 21:38:45
Showing 2 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 #!/bin/sh
2 2
 
3
+# When updating TOMLV_COMMIT, consider updating github.com/BurntSushi/toml
4
+# in vendor.conf accordingly
3 5
 TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
4 6
 
5 7
 # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
... ...
@@ -10,6 +12,10 @@ RUNC_COMMIT=6c55f98695e902427906eed2c799e566e3d3dfb5
10 10
 # fixes or new APIs.
11 11
 CONTAINERD_COMMIT=cfd04396dc68220d1cecbe686a6cc3aa5ce3667c # v1.0.2
12 12
 TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
13
+
14
+# LIBNETWORK_COMMIT is used to build the docker-userland-proxy binary. When
15
+# updating the binary version, consider updating github.com/docker/libnetwork
16
+# in vendor.conf accordingly
13 17
 LIBNETWORK_COMMIT=fcf1c3b5e57833aaaa756ae3c4140ea54da00319
14 18
 VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
15 19
 
... ...
@@ -31,6 +31,8 @@ github.com/moby/buildkit aaff9d591ef128560018433fe61beb802e149de8
31 31
 github.com/tonistiigi/fsutil dea3a0da73aee887fc02142d995be764106ac5e2
32 32
 
33 33
 #get libnetwork packages
34
+
35
+# When updating, also update LIBNETWORK_COMMIT in hack/dockerfile/binaries-commits accordingly
34 36
 github.com/docker/libnetwork 20dd462e0a0e883437a274bd61df4bc4de980830
35 37
 github.com/docker/go-events 9461782956ad83b30282bf90e31fa6a70c255ba9
36 38
 github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
... ...
@@ -44,6 +46,8 @@ github.com/hashicorp/serf 598c54895cc5a7b1a24a398d635e8c0ea0959870
44 44
 github.com/docker/libkv 1d8431073ae03cdaedb198a89722f3aab6d418ef
45 45
 github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
46 46
 github.com/vishvananda/netlink b2de5d10e38ecce8607e6b438b6d174f389a004e
47
+
48
+# When updating, consider updating TOMLV_COMMIT in hack/dockerfile/binaries-commits accordingly
47 49
 github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
48 50
 github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374
49 51
 github.com/deckarep/golang-set ef32fa3046d9f249d399f98ebaf9be944430fd1d