Skip to content

Commit

Permalink
Merge pull request #57 from 3scale/bump-2.2.2
Browse files Browse the repository at this point in the history
Bump 2.2.2
  • Loading branch information
eguzki authored Oct 15, 2020
2 parents 41223f7 + cb8040d commit 65680f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.2] - 2020-10-15

### Fixed

- fix: old 3scale releases returned 404 Not found on backend endpoints [PR #55](https://github.com/3scale/perftest-toolkit/pull/55)

## [2.2.1] - 2020-06-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion buddhi/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_TAG ?= v2.2.1
IMAGE_TAG ?= v2.2.2
IMAGE_NAME ?= perftest-toolkit:$(IMAGE_TAG)
LATEST_IMAGE ?= perftest-toolkit:v2-latest
REGISTRY ?= quay.io/3scale
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:v2.2.1 -h
docker run --rm quay.io/3scale/perftest-toolkit:v2.2.2 -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.2.1'.freeze
VERSION = '2.2.2'.freeze
end
end
end

0 comments on commit 65680f6

Please sign in to comment.