Skip to content

Releases: contiv/install

1.1.1

21 Jul 21:28
Compare
Choose a tag to compare

Bugfixes

  • [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
4aba28c install/k8s/install.sh: fixed a bug where $? was the result of set -e rather than the desired command
63fe939 update new release version 1.1.1
7eb1c33 Force time sync before starting cluster installs
1eb419a Restart netplugin after netmaster when changing routing mode

1.1.0

18 Jul 18:04
Compare
Choose a tag to compare

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.

1.1.0-rc.1

22 Jun 22:22
Compare
Choose a tag to compare
1.1.0-rc.1 Pre-release
Pre-release

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"
440d63a Update v2plugin version to 1.1.0-rc.1

1.0.3

09 Jun 19:31
Compare
Choose a tag to compare

Changelog
aadca17 scripts/build.sh: added info about why $v2plugin_version variable doesn't default to $contiv_version
860f9a9 Updating instructions for kubernetes 1.6
188f3df Dont set routing mode for ACI fabric
a4d9932 Update env.json for v2plugin option (-p)
e9a741d Remove nodeSelector for netplugin
ec4e072 Remove full build and return errors
e7f419a shfmt changes and adding fixing redirects
a1578eb install/k8s/install.sh: ensure that /var/contiv is created even when a TLS cert is specified
d05f237 update release script to remove full installer
9fbb1be Fix install image and other issues
be58143 Remove the -r for rm
5cddff1 Updating version and fixing the docker image
68f5876 Added default value for netctl_url
1c1ebfd Always pull images on CI hosts

1.0.2

26 May 18:45
Compare
Choose a tag to compare

Known Issues

  • If using contiv-full-1.0.2.tgz, please update install/ansible/env.json line#15 to include a comma. Else use the bugfixed tarball (contiv-full-1.0.2-bugfix.tgz).

Changelog
c9b7278 cluster/Vagrantfile: use linked clones
81e7ae8 scripts/build.sh: Removed unused variable
77fb940 scripts/release.sh: Reconciled "github-release must be installed" error with the attempt to auto-install it later in the file
311f35b scripts/release.sh: Only set the default Contiv version in one spot
19efc35 Adding default gateway to demo
dee261c Added v2plugin install support
8746390 Fix permissions for k8s 1.6
b83ef34 k8s,README.md: document infra network options
5ee91c6 scripts/build.sh: bump version to 1.0.2
afb20d3 Add node selectors for contiv services

1.0.1

22 Apr 15:52
Compare
Choose a tag to compare

Changelog
edf8182 Fix check for uninstall scheduler
ecb8a94 RELEASE.md: add docs about releasing from a branch
ad3273a scripts/release.sh: make some tweaks
2dea2b3 export k8s config in netmaster to connect to api server.
e28687f install/ansible/Dockerfile: remove MAINTAINER
0e9ec51 scripts/build.sh: bump version to 1.0.1

1.0.0

15 Apr 20:10
Compare
Choose a tag to compare

This release includes:

Flexible Networking Support and Rich Policy Model
    L2 (VLAN)
    L2 Overlay (VXLAN)
    L3 (experimental)
    ACI
Installer - Install Contiv on your existing Docker Swarm or Kubernetes 1.4+ system.
Security Features - Authorization and authentication available to system administrators.
Contiv UI - The first user interface available for administrators and users of Contiv. 

Please replace uninstall.sh under contiv-1.0.0/install/ansible folder with the uninstall.sh script attached.
See http://contiv.github.io/documents/releasenotes/v100.html for full release notes.

1.0.0-rc1

14 Apr 12:24
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Changelog
3b33830 Adding explicit exit 0 to bootstrap scripts
ccfe5a7 Removing netmaster startup check
f0bfd3d Fix k8s paths for uninstall & README
a90aea0 k8s: add liveness checks
f14fe57 Adding ovs cache files for full build
7997a9e Adding default params for infra vars
e0e3287 scripts/build.sh: bump version to 1.0.0-rc1

1.0.0-beta.6

06 Apr 18:32
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

Changelog
ca0819a Adding k8s 1.6 support
2d006e7 Added error check to cluster files
f9435f2 Added 'shfmt' target to Makefile
c7676c8 shfmt everything
de25e2f Adding explicit folder to tar
04ff366 Adding env.json file to versioned files
cdb9dba Add kubeadm notes to install k8s 1.4
596214b Adding some clarifying notes to README
c333524 scripts/build.sh: bump version to 1.0.0-beta.6

1.0.0-beta.5

30 Mar 19:54
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

Changelog
c42255b scripts/release: ensure BUILD_VERSION is defined
a6bf9ae scripts/{release,build}: check working dir & cd
6a41e28 Run installer for k8s with explicit sudo
a24be8e Automatically infer latest release
0345ab4 Replace shell script with python
adb07d9 Revert to shell script for build version
aa074b1 Fix get release version when BUILD_VERSION is set
fd25474 scripts/build.sh: make changes for 1.0.0-beta.5
1efee33 scripts/release.sh: fix script by removing quotes