Skip to content

Commit

Permalink
Merge pull request #1192 from rastislavszabo/master
Browse files Browse the repository at this point in the history
 Release notes for v1.5.0 + make target fix
  • Loading branch information
lukasmacko authored Oct 19, 2018
2 parents 8882aab + 9b528ba commit 19ff027
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Release v1.5.0 (19.10.2018)

### VPP
- version **v18.10-rc1~15-g347c523**

### Bug Fixes
- race condition in DHCP notification handling
- added missing pull policy for init containers
- fixed issues in STN setup
- fixed some `contiv-netctl` and CRD issues
- minor IPAM fixes

### New Features & Enhancements
- better handling of identity NAT on VPP
- k8s 1.12 compatibility


# Release v1.4.0 (5.10.2018)

### VPP
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ docker-images:
cd docker && ./build-all.sh -s
cd docker && ./push-all.sh -s

docker-dev: agent contiv-init
docker-dev: contiv-agent contiv-init
cd docker/development && ./build.sh

vagrant-images:
Expand Down

0 comments on commit 19ff027

Please sign in to comment.