Skip to content

1.2.0

Compare
Choose a tag to compare
@contivbot contivbot released this 14 Dec 07:33
· 54 commits to master since this release

Changelog
eb1607b Initial commit of contiv model
20c278f Remove pre-generated contivmodel
1cde91e changing to new modelgen format
7d16ff3 keep generated code in repo
01d7fef Create README.md
69ff0b9 move vlan/vxlan range to global
7380f46 standardize field title
e4a26a1 adding bgp neighbor object
40bab0a changing key name
59925b0 bgp neighbor object
d69faeb pregenerated contivmodel file
68c75a0 pregenerated contivmodel files
532d767 change from/to epg/network in rules
20bdc07 Add description for clarity
cfbecf9 rename 'accept' action to 'allow'
dec9000 minor fixes to List() api
fb98cba rebase to master
0d81f50 Fix http error handling in go client
0ceb02b updating bgp object
bdddc79 cleanup old unused files
bb6009e updating modelgen
7ea9969 retry
f4efd64 Update web ui for new rule attributes
2ee80bd Change app to appProfile
a6666e0 making gateway optional attribute
3eab39a Fix contiv/modelgen#6
0e6dd58 Fix create URLs
9a9b401 Update contivmodel with create url fix
9ac4bb6 Fixing subnet regex to take range
12422da Add regex check for gateway IP
101edc2 remove client dependency on modeldb
bb05161 Add infra-nw support (#15)
1d248ed infranw: fixed model backward compatibility (#17)
b1378f4 Added ipv6 subnet and gateway (#18)
118772e Service load balancer contivmodel changes (#19)
cd0fec3 fixing minor issues (#21)
945d1d9 Add validators to fields (#22)
e2527ca Make epg<-->network relationship an association instead of a child->parent (#23)
5d20bfb Support for external contracts (provided and consumed) for ACI (#24)
28d422b merge contract groups change
5d42fe7 rebase to latest
0a63e9c add versioning in api, other fixes
38fd643 add network oper proerties
3ced26a avoid generating operlinks
018d768 avoid operlinks for client code gen
bbba353 global oper state
17a909c add version to external contracts object
2016e09 add version and oper state for some objects (#25)
a9279c4 support for oper only objects
6feafe4 support for oper only objects (#26)
30e5f84 add list of endpoints in network oper
db845cd provide endpoint operational state in network object (#27)
de250b0 Oper state changes for service lb (#28)
508ec31 ip addr range fixes (#29)
93b0ee0 deprecate old web ui (#30)
1c4b365 Contivmodel (#31)
32d22a5 remove duplicate attributes
8e88827 contivmodel changes w.r.t making bandwidth format flexible. (#33)
19aff69 Update EndpointOper fields (#34)
731af51 fwd_mode (#35)
185e865 Adding inspect support for endpointGroup (#36)
92c679a adding Burst field to netprofile (#37)
86366e2 OperProperties added to bgphost (#38)
f9a424e fix pkt tag range enforcement (#40)
7ec6db2 Track rules that refer to an epg (#42)
1d3e7e8 Regarding netplugin PR#548 (#43)
b5d6a92 client,contivModel.go: update to reflect locking changes in modelgen
44a0709 bgp parser fix
b91c6e6 Add an aci object plus utilize the updated modelgen
1e157ec Added arp flood mode option in global config
f8df45e Add clustermode to GlobalOper
bb1cd3a godoc updates from modelgen
9681301 remove dns field which was used by skydns configuration.
69402bc Add config support for host private subnet
61ac859 adding virtualport to endpoint oper
ef9d0bf Contiv spec auto-generation (#53)
3a4dab7 Cleanup of contivModel2raml.rb
72c8273 RAML is now regenerated during build
386495a Latest regeneration of RAML after bringing objdb/modelgen repos up to date
996a9cd Cleaned up build script + raml2html is now run automatically after builds
e6ab216 First committed version of the raml2html output
dadbf40 add ip pool in endpoint group
cc8b106 Initial Godeps vendoring of dependencies
463e9b1 Regeneration of RAML documentation after vendoring latest objdb code
c7cc517 Added LICENSE
bd953b7 Fix #801
ce1f8e4 RAML now has trailing slashes manually appended to all paths
a7c9273 Regeneration of RAML documentation with trailing slashes
21b2f9c Removed PATCH verb from all endpoints as we don't support it
e863bfa Moved POST verb from the collection to the member
ff020c0 Regeneration of RAML documentation with updated verbs
b65f0b8 Contiv nav header is now automatically added to API documentation when generated
8cc3dc6 Split auth_proxy routes out into auth_proxy.raml, updated Dockerfile to rely on bindmounts rather than copying in files, changed protocol to https
2015959 Rename contiv.raml -> netmaster.raml, renamed RAML dirs, update RAML to refer to renamed dirs, contivModel2raml.rb now takes output file as an arg
1cdf3ac Move docs-related code into the docs build script, rename contivModel2raml.rb -> generate_raml.rb
59103c2 Routes and sidebar link are extracted from auth_proxy.html and inserted into contiv.html during build, fixed incorrect verbs in auth_proxy routes
63567ce Updated routes to consolidate tenant + resource name routes into the actual routes
56e739a Fixed netmaster return codes, updated copy, added missing descriptions
4926728 Adding tag field in contiv network and group. - docker network matching the tag will be associated to it.
48db6a3 commiting the generated files
800d0ec Changes necessary to support netctl login
cd960dd Godeps changes to bring in contiv's fork of gocheck
0983cbd RAML changes from build process
589ab05 scripts/build.sh: disabled regeneration of RAML-based documentation which is currently failing due to atrophy
9d992ce update based on new modelgen with error->log change.
7c094aa Godeps,contivModel.go: update import path for objdb to reflect new netplugin location
8ff8138 vendor: updates from import path/Godeps changes in previous commit
1fb7ff7 Makefile: fix tarball creation
b6cffca disallow invalid VLAN/VNI value during network creation (#1069)
c8eca71 Makefile: build tarballs on CI
4ec7ee2 Ensure global config is valid before creating network (#1070)
6b5a39e Update netplugin CLI description (#1076)
c712509 Update ovs to use info logging for docker swarm mode (#1075)
ac6f069 Refactor netplugin CLI
1cf82e9 Add urfave/cli into godep
50fd8b3 global fwd and subnet error msgs fix & test cases (#1080)
1e9c1ca Fix netplugin start scripts and documents
d874f9b remove some k8s 1.4 support and broken targets
2b79970 Removed contivmodel's Godeps and vendor directories
db703e8 *.go: update contivmodel import path to reference local netplugin directory
0b5fd56 Godeps,vendor: regenerate vendor after removing external contivmodel dependency
c0a22ef update imports and code to use newer upstream client-go package
4873108 Godeps,vendor: changes from vendoring 1.8.2 client-go
e44ca0b script/build.sh: build static binaries
a20b5a0 install/v2plugin/Dockerfile: remove glibc package
6fcec36 netplugin/netd.go: fix a typo
915bd8e fix v2plugin startcontiv.sh for netplugin updates (#1086)
0b11750 contiv k8s container now tagged with git version (#1082)
03e98d8 install/v2plugin/Dockerfile: updated to use alpine 3.6 and glibc 2.26
bb62a27 netctl: provide fallback for user.Current
43d7b3f netmaster cli refactor (#1088)
51e5f6f Add extra validation check for v2plugin (#1096)
4360283 Vagrantfile: added ability to install Docker EE (specifed version) on centos
38d2d9f Update entrypoint scripts and document to align with new CLI (#1097)
ebe940a netplugin/netd.go: call Fatalf to use formatting
f78851a Bump netplugin to 1.2.0