Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
parsifal-47 committed May 22, 2018
1 parent 59e2b98 commit 5c87cde
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
22 May 2018 Version 0.5.5
* Support for custom images with workers

13 Apr 2018 Version 0.5.4
* k8s plugin
* Dropped support for Erlang 17 and 18

21 Mar 2018 Version 0.5.3
* Various fixes
* Deps upgrades
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/mzbench/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: docker.io/ridrisov/mzbench
tag: 0.5.4
tag: 0.5.5
service:
name: mzbench-server
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion node/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]}.

{relx, [
{release, {mzbench, "0.5.4"},
{release, {mzbench, "0.5.5"},
[mzbench, dummy_worker, mz_histogram, mz_counter,
crypto, public_key, asn1, ssl, inets]},
{vm_args, "rel/files/vm.args"},
Expand Down
4 changes: 2 additions & 2 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ rpm: generate
-git clone https://github.com/flussonic/epm _build/epm
EPM="-s dir --url http://github.com/machinezone/mzbench --description 'Benchmark server' \
-m 'Info <info@mz.com>' --vendor 'MZ' --license BSD"
cd tmproot && ../_build/epm/epm.erl -f -t deb -n mzbench -v 0.5.4 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t deb -n mzbench -v 0.5.5 $(EPM) -a amd64 \
--category net opt
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.4 $(EPM) -a amd64 \
cd tmproot && ../_build/epm/epm.erl -f -t rpm -n mzbench -v 0.5.5 $(EPM) -a amd64 \
--category Server/Benchmark opt

.PHONY: js-dev
Expand Down
2 changes: 1 addition & 1 deletion server/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]}.

{relx, [
{release, {mzbench_api, "0.5.4"},
{release, {mzbench_api, "0.5.5"},
[mzbench_api]},
{vm_args, "rel/files/vm.args"},
{sys_config, "rel/files/sys.config"},
Expand Down

0 comments on commit 5c87cde

Please sign in to comment.