Skip to content

1.1.0

Compare
Choose a tag to compare
@contivbot contivbot released this 18 Jul 18:04
· 90 commits to master since this release

Features

  • Docker swarm mode v2plugin support, for Docker engine version 17.03+
  • Contiv upgrade for Kubernetes
  • Contiv HA deployment for Docker swarm

Bugfixes/Enhancements

  • Kube-dns failure fixes
  • Accessing k8s services via cluster IP
  • Contiv diagnostics script
  • Build optimizations to reduce image sizes

Known Issues

  • [OVS module failing to load in k8s](fixed by contiv/netplugin#922)
  • [Contiv install on ACI setup with k8s fails on a fresh install](fixed by #220)

Cumulative release notes for 1.1.x can be found at this link.

Changelog below is specific to this repository only.

Changelog
968db3e Adding clarification around v2plugin install
e7a14df Adding v2plugin tests
c631d65 Fixing make demo-swarm
e958089 Update install.sh
67ad55f Initial checkin. Scripts to prep & install docker for Docker-Swarm + v2plugin.
089171e Minor changes as suggested from code review.
acf937a Adding sys module to get_latest_release.py
c04b843 scripts/get_latest_release.py: fixed bug where JSON was being improperly accessed
6d5a519 scripts/get_latest_release.py: allow errors to go unhandled instead of returning a default version
545e4cd Merging v2plugin & contiv-network plugin roles
f78b22f cluster/Vagrantfile: ensure net.ipv4.ip_forward is set to 1 and warn Debian/Ubuntu users to set their FORWARD policy to ACCEPT
46fb054 Adding HA to docker installs of contiv
d78c2fb Running shfmt on the new files
a04e506 Fix default assignment for node count
b41e3d0 install/ansible/Dockerfile: manually install make and cffi to work around a pip issue (credit: Lance aka @riffraff169)
ae66efc scripts/build.sh: update $contiv_version to "1.1.0-rc.1"
03f258f Install bzip2, if it's not already there (like on AWS).
440d63a Update v2plugin version to 1.1.0-rc.1
1e2408b Updating quickstart to point to tutorials
aabf6d0 .gitignore: ignore .cfg_* and .etc_* files resulting from make demo-* runs
9b99f09 cluster/Vagrantfile: support CONTIV_K8S_VERSION of 1.7.x
c7fdef7 Merge netmaster and auth_proxy
ac69fbb install/k8s/install.sh: only copy aci.key and cert/key if newer than the existing one
8b1a22f Pass user specified cluster store to netmaster/netplugin
bb98315 install/k8s/install.sh: changes to allow running the installer when an installation was done previously
8671343 check these before netctl config, 1. contiv pod status 2. netplugin REST endpoint
b5d5807 scripts/build.sh: update versions to 1.1.0
5cabf8c install/k8s/install.sh: fixed an issue where grep returning 1 would abort the script
6ea7619 install/k8s/uninstall.sh: use $kubectl instead of bare kubectl so that the correct credentials are used
6a39158 fail installer when contiv pods are not ready.