Skip to content

Commit

Permalink
Merge pull request #44 from 3scale/v2-stable-bump
Browse files Browse the repository at this point in the history
bump version v2.1.0
  • Loading branch information
eguzki authored May 26, 2020
2 parents d86efe4 + e760b3a commit 608150c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ threescale_portal_endpoint: <THREESCALE_PORTAL_ENDPOINT>
# Used traffic for performance testing is not real traffic.
# It is synthetically generated traffic based on traffic models.
# Information about available traffic profiles (or test plans) can be found here:
# https://github.com/3scale/perftest-toolkit/blob/master/buddhi/README.md#profiles
# https://github.com/3scale/perftest-toolkit/tree/v2-stable/buddhi/README.md#profiles
# Currently available profiles: [ simple | backend | standard ]
traffic_profile: <TRAFFIC_PROFILE>
Expand Down
4 changes: 2 additions & 2 deletions buddhi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IMAGE_TAG ?= master
IMAGE_TAG ?= v2.1.0
IMAGE_NAME ?= perftest-toolkit:$(IMAGE_TAG)
LATEST_IMAGE ?= perftest-toolkit:latest
LATEST_IMAGE ?= perftest-toolkit:v2-latest
REGISTRY ?= quay.io/3scale

.PHONY: build, push, bash, deps, test, clean
Expand Down
2 changes: 1 addition & 1 deletion buddhi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cat traffic.csv
## Usage

```shell
docker run --rm quay.io/3scale/perftest-toolkit:master -h
docker run --rm quay.io/3scale/perftest-toolkit:v2.1.0 -h
usage: buddhi [options]
-P, --portal Admin portal endpoint
-s, --services 3scale service list
Expand Down
2 changes: 1 addition & 1 deletion buddhi/lib/amp/toolkit/buddhi/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module AMP
module Toolkit
module Buddhi
VERSION = '2.0.0'.freeze
VERSION = '2.1.0'.freeze
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ threescale_portal_endpoint: <THREESCALE_PORTAL_ENDPOINT>
# Used traffic for performance testing is not real traffic.
# It is synthetically generated traffic based on traffic models.
# Information about available traffic profiles (or test plans) can be found here:
# https://github.com/3scale/perftest-toolkit/blob/master/buddhi/README.md#profiles
# https://github.com/3scale/perftest-toolkit/tree/v2-stable/buddhi/README.md#profiles
# Currently available profiles: [ simple | backend | standard ]
traffic_profile: <TRAFFIC_PROFILE>

Expand Down
2 changes: 1 addition & 1 deletion deployment/roles/profiled-traffic-generator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
user: root
tty: True
detach: no
image: quay.io/3scale/perftest-toolkit:master
image: quay.io/3scale/perftest-toolkit:v2-latest
command: "--portal {{ threescale_portal_endpoint }} --profile \"{{ traffic_profile }}\" --endpoint \"{{ private_base_url }}\" -o /traffic/traffic.csv"
volumes:
- "{{ tempdir_1.path }}:/traffic"
Expand Down
2 changes: 1 addition & 1 deletion deployment/roles/user-traffic-reader/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
user: root
tty: True
detach: no
image: quay.io/3scale/perftest-toolkit:master
image: quay.io/3scale/perftest-toolkit:v2-latest
command: "--portal {{ threescale_portal_endpoint }} --services \"{{ threescale_services }}\" -o /traffic/traffic.csv"
volumes:
- "{{ tempdir_1.path }}:/traffic"
Expand Down

0 comments on commit 608150c

Please sign in to comment.