Skip to content

Commit

Permalink
Merge pull request #68 from fasaxc/v2.6.x-rev-libcal
Browse files Browse the repository at this point in the history
Calico 2.6.x: Rev libcalico-go to v1.7.2 and go-build to v0.8.
  • Loading branch information
fasaxc authored Nov 24, 2017
2 parents 54793f9 + fd7f193 commit a40e896
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARCH?=amd64

ifeq ($(ARCH),amd64)
ARCHTAG?=
GO_BUILD_VER?=v0.4
GO_BUILD_VER?=v0.8
endif

ifeq ($(ARCH),ppc64le)
Expand Down
27 changes: 20 additions & 7 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import:
- package: gopkg.in/yaml.v2
version: f7716cbe52baa25d2e9b0d0da546fcf909fc16b4
- package: github.com/projectcalico/libcalico-go
version: v1.7.0
version: v1.7.2
subpackages:
- lib/backend/k8s
- lib/backend/k8s/resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ filter calico_ipip {

if ( net ~ 192.168.0.0/16 ) then {

if ( from ~ 10.192.0.0/16 ) then
if ( bgp_next_hop ~ 10.192.0.0/16 ) then
krt_tunnel = "";
else
krt_tunnel = "tunl0";
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ get_templates() {
repo_dir="/node-repo"
if [ ! -d ${repo_dir} ]; then
echo "Getting latest confd templates from calico repo"
git clone https://github.com/projectcalico/calico.git ${repo_dir}
git clone https://github.com/projectcalico/calico.git --branch=v2.6.x-series ${repo_dir}
ln -s ${repo_dir}/calico_node/filesystem/etc/calico/ /etc/calico
fi
}
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "v0.12.1-calico-0.3.0"
const Version = "v0.12.1-calico-0.4.1"

0 comments on commit a40e896

Please sign in to comment.