Skip to content

Releases: contiv/netplugin

v0.1-02-13-2016.03-57-21.UTC

13 Feb 11:03
Compare
Choose a tag to compare
Pre-release

Changelog
1e30217 Netmaster HA changes
fc0dea4 Add netmaster standby tests and policy feature tests
c20a4af update dependencies; fix bugs
3a1911a Fix a rebase merge problem
1074253 Fix an etcdLock bug and add netplugin disconnect test
7d9bec7 Fix few bugs and script issues

v0.1-02-12-2016.03-35-32.UTC

12 Feb 10:49
Compare
Choose a tag to compare
Pre-release

Changelog
967fb56 Adding Ipam GetCapabilities callback
8356c4b Change header to comply with docker 1.10
8320664 Godep changes to move to docker 1.10
2866d7b Fix a bug in deleting ovs interfaces
ac76608 cleanup as much as possible during endpoint deletes
d0e8e07 Minor change in configuring router in dockplugin

v0.1-02-11-2016.03-48-41.UTC

11 Feb 11:02
Compare
Choose a tag to compare
Pre-release

Changelog
f29b6ca updating the accept to allow change in netctl autocompletion
98fd7aa return error while deleting network with active EPs. fixes#270
8ef5e27 Code and unit-test for handling network delete which has active EPs
b96eed4 Using EpCount to determine if network deletion should go through

v0.1-02-09-2016.19-04-28.UTC

10 Feb 02:18
Compare
Choose a tag to compare
Pre-release

Changelog
24efbb5 removing the duplicate add/delete Peer Host calls. added guarding checks for array length

v0.1-02-07-2016.03-16-52.UTC

07 Feb 10:30
Compare
Choose a tag to compare
Pre-release

Changelog
22b9f6e Fix #271
88ba4dc UT fixes to match the diff.

v0.1-02-06-2016.14-42-05.UTC

06 Feb 21:56
Compare
Choose a tag to compare
Pre-release

Changelog
96a71f6 restructuring bgp
da4758f minor fix
24cafd1 updating netctl
6fe723a updating to contivclient change
ce72cb5 godep update
f9b2b29 godep update

v0.1-02-06-2016.03-07-30.UTC

06 Feb 10:21
Compare
Choose a tag to compare
Pre-release

Changelog
f05e2e3 netmaster changes
a4ab320 seperate out docknet

v0.1-02-05-2016.03-44-35.UTC

05 Feb 10:58
Compare
Choose a tag to compare
Pre-release

Changelog
56f3a96 Fix DNS attach error message

v0.1-02-03-2016.22-46-04.UTC

03 Feb 22:53
Compare
Choose a tag to compare
Pre-release

Changelog
b6fde45 minor changes to support bgp
ad2620e temp commit
de3083e First Cut gobgp integration with netplugin/ofnet
3de3a25 minor changes to support bgp
8d724a7 First Cut gobgp integration with netplugin/ofnet
d9336cf netplugin changes for bgp
2b373d1 more commit for bgp integration
b674fd2 minor fixup
80fdc2d minor fix
8a11f65 minor changes to support bgp
172416e First Cut gobgp integration with netplugin/ofnet
f9543e6 minor changes to support bgp
7a764ec First Cut gobgp integration with netplugin/ofnet
9af06b6 more commit for bgp integration
b4cd094 bgp state unit test
075492a code cleanup
29758d3 code cleanup
c084ed4 rebase misses
6a6d5e4 merging missed commits
bd71881 godep commit
a0802cd Godeps commit
515463a Godeps commit
dc84997 updating Godeps
18bc5e0 Missed commits
70de18f fixing sanity failures and missed commits
1186f51 fixing sanity failures and missed commits
b3bb28f updating contivmodel changes
58737ef final rebase
7b446ad minor fix
cdf9a5f Changing sanity timer to accomodate multiple OVS connections
4dd0167 renaming the file
7b5d444 retry
a76f5e4 Fix #256
16ad555 Rebase with master.
8e1cd03 godep update after objdb merge
b51c7b7 Misc fixes to k8s demo files.
90f358b Incorporated review feedback
7ac9ed8 updating dockerclient version and adding it's dependency go-units
4d75fba - Adding custom options to CreateNetwork to be shown in docker network inspect - Making some api call changes as per the new dockerclient
27b733b restricting the options to encap and pkt-tag
bede966 adding tenant option back as it is user visible
8fa6253 updated the Godeps post a rebase to master
c19cf2c adding steps to add/update dependencies for netplugin

v0.1-01-28-2016.03-55-05.UTC

28 Jan 11:08
Compare
Choose a tag to compare
Pre-release

Changelog
7309f9e bash autocompletion file for netctl
beb4806 adding logic for installing the bash auto_completion file to guest
6f24707 adding support for quiet flag in list commands
975a47d changing bash autocomplete spec to use the quiet flag. also moving add -> create for rules
266f69a making policy a required flag instead of a Argument to netctl rule commands
918e18d adding rule and policy completion logic
a901313 * Changes to move the netctl rule cmds under netctl policy cmds * Changes for autocompletion of netctl policy rule-add/rule-rm/rule-ls cmdlets
d63187b adding the bash_autocompletion file to the release tar
ba10e46 adding autocomplete support for the netctl global that was added later