From e760b3af9be07e17a539f0bddc48d572d02a2947 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Tue, 26 May 2020 10:24:37 +0200 Subject: [PATCH] bump version v2.1.0 --- README.md | 2 +- buddhi/Makefile | 4 ++-- buddhi/README.md | 2 +- buddhi/lib/amp/toolkit/buddhi/version.rb | 2 +- deployment/roles/profiled-traffic-generator/defaults/main.yml | 2 +- deployment/roles/profiled-traffic-generator/tasks/main.yml | 2 +- deployment/roles/user-traffic-reader/tasks/main.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 516e87b..6b6b099 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ 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: diff --git a/buddhi/Makefile b/buddhi/Makefile index 3b6d355..6484de4 100644 --- a/buddhi/Makefile +++ b/buddhi/Makefile @@ -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 diff --git a/buddhi/README.md b/buddhi/README.md index 59deb76..099ad70 100644 --- a/buddhi/README.md +++ b/buddhi/README.md @@ -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 diff --git a/buddhi/lib/amp/toolkit/buddhi/version.rb b/buddhi/lib/amp/toolkit/buddhi/version.rb index 94ad0c5..c8aa611 100644 --- a/buddhi/lib/amp/toolkit/buddhi/version.rb +++ b/buddhi/lib/amp/toolkit/buddhi/version.rb @@ -1,7 +1,7 @@ module AMP module Toolkit module Buddhi - VERSION = '2.0.0'.freeze + VERSION = '2.1.0'.freeze end end end diff --git a/deployment/roles/profiled-traffic-generator/defaults/main.yml b/deployment/roles/profiled-traffic-generator/defaults/main.yml index e4d0bca..ca52b9b 100644 --- a/deployment/roles/profiled-traffic-generator/defaults/main.yml +++ b/deployment/roles/profiled-traffic-generator/defaults/main.yml @@ -10,7 +10,7 @@ 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: diff --git a/deployment/roles/profiled-traffic-generator/tasks/main.yml b/deployment/roles/profiled-traffic-generator/tasks/main.yml index d0791a8..95deab5 100644 --- a/deployment/roles/profiled-traffic-generator/tasks/main.yml +++ b/deployment/roles/profiled-traffic-generator/tasks/main.yml @@ -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" diff --git a/deployment/roles/user-traffic-reader/tasks/main.yml b/deployment/roles/user-traffic-reader/tasks/main.yml index ca54fc8..3770e9e 100644 --- a/deployment/roles/user-traffic-reader/tasks/main.yml +++ b/deployment/roles/user-traffic-reader/tasks/main.yml @@ -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"