Skip to content

Commit

Permalink
Merge pull request #234 from linkernetworks/johnlin/bump-version-0111
Browse files Browse the repository at this point in the history
[Release] bump version to v0.1.11
  • Loading branch information
John-Lin authored Aug 8, 2018
2 parents ba5c9b4 + a8007bb commit 4e05e65
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
# Change Log

## [Unreleased](https://github.com/linkernetworks/vortex/tree/HEAD)
## [v0.1.11](https://github.com/linkernetworks/vortex/tree/v0.1.11) (2018-08-08)
[Full Changelog](https://github.com/linkernetworks/vortex/compare/v0.1.10...v0.1.11)

[Full Changelog](https://github.com/linkernetworks/vortex/compare/v0.1.8...HEAD)
**Merged pull requests:**

- Upgrade network controller v0.4.0 [\#233](https://github.com/linkernetworks/vortex/pull/233) ([John-Lin](https://github.com/John-Lin))
- \[BUG\] Mount the ovs directory for tcp-network-controller [\#232](https://github.com/linkernetworks/vortex/pull/232) ([hwchiu](https://github.com/hwchiu))
- \[Bug\] remove required [\#231](https://github.com/linkernetworks/vortex/pull/231) ([John-Lin](https://github.com/John-Lin))
- \[Bug\] VX-256: Modify the metrics name in get node handler [\#230](https://github.com/linkernetworks/vortex/pull/230) ([WakeupTsai](https://github.com/WakeupTsai))
- \[Release\] bump version to v0.1.10 [\#229](https://github.com/linkernetworks/vortex/pull/229) ([John-Lin](https://github.com/John-Lin))
- \[Task\] VX-254: Pull resource setting out from yaml [\#228](https://github.com/linkernetworks/vortex/pull/228) ([WakeupTsai](https://github.com/WakeupTsai))

## [v0.1.10](https://github.com/linkernetworks/vortex/tree/v0.1.10) (2018-08-08)
[Full Changelog](https://github.com/linkernetworks/vortex/compare/v0.1.9...v0.1.10)

**Merged pull requests:**

- \[Release\] bump version to 0.1.9 [\#226](https://github.com/linkernetworks/vortex/pull/226) ([John-Lin](https://github.com/John-Lin))
- \[Bug\] johnlin/podnetwork validator [\#224](https://github.com/linkernetworks/vortex/pull/224) ([John-Lin](https://github.com/John-Lin))

## [v0.1.9](https://github.com/linkernetworks/vortex/tree/v0.1.9) (2018-08-07)
[Full Changelog](https://github.com/linkernetworks/vortex/compare/v0.1.8...v0.1.9)

**Merged pull requests:**

- \[Task\] VX-252 registry basic auth proxy [\#225](https://github.com/linkernetworks/vortex/pull/225) ([John-Lin](https://github.com/John-Lin))
- \[Task\] Install the nfs-server in the vagrant environment. [\#223](https://github.com/linkernetworks/vortex/pull/223) ([hwchiu](https://github.com/hwchiu))
- \[Release\] add changelogs [\#222](https://github.com/linkernetworks/vortex/pull/222) ([John-Lin](https://github.com/John-Lin))
- \[Release\] bump version to v0.1.8 [\#221](https://github.com/linkernetworks/vortex/pull/221) ([John-Lin](https://github.com/John-Lin))
- Add systemd for binding dpdk port after reboot [\#212](https://github.com/linkernetworks/vortex/pull/212) ([sufuf3](https://github.com/sufuf3))

## [v0.1.8](https://github.com/linkernetworks/vortex/tree/v0.1.8) (2018-08-06)
[Full Changelog](https://github.com/linkernetworks/vortex/compare/v0.1.7...v0.1.8)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## vortex server version
SERVER_VERSION = v0.1.10
SERVER_VERSION = v0.1.11
## Folder content generated files
BUILD_FOLDER = ./build
PROJECT_URL = github.com/linkernetworks/vortex
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.10
apiserverImageTag: v0.1.11
webappImageTag: v0.1.0
portalCPU: 50m
serverCPU: 100m
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/productaion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: true
replicaCount: 1
controller:
apiserverImageTag: v0.1.10
apiserverImageTag: v0.1.11
webappImageTag: v0.1.0
portalCPU: 200m
serverCPU: 100m
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/config/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apps:
glusterfs: false
replicaCount: 1
controller:
apiserverImageTag: v0.1.10
apiserverImageTag: v0.1.11
webappImageTag: v0.1.0
portalCPU: 50m
serverCPU: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
ports:
- containerPort: 8080
- name: vortex-server
image: sdnvortex/vortex:v0.1.10
image: sdnvortex/vortex:v0.1.11
ports:
- containerPort: 7890

0 comments on commit 4e05e65

Please sign in to comment.