File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.2.7] [ ] - 2019-05-17
9
+
10
+ ### Changed
11
+
12
+ - Alignment of badges in README.
13
+
8
14
## [ 1.2.6] [ ] - 2019-05-17
9
15
10
16
### Added
@@ -53,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
59
- This changelog.
54
60
55
61
62
+ [ 1.2.7 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.6...v1.2.7
56
63
[ 1.2.6 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.5...v1.2.6
57
64
[ 1.2.5 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.4...v1.2.5
58
65
[ 1.2.4 ] : https://github.com/zalando-incubator/zelt/compare/9513e05cb6f20ddb3459095ff771e1e8ad1ae299...3b5cc6bb09c923fa713d5f1348b39c7def97afeb
Original file line number Diff line number Diff line change 1
1
<p align =" center " ><img src =" images/zelt.png " /></p >
2
2
3
- ## Zalando end-to-end load tester
4
-
5
- [ ![ Build Status] ( https://travis-ci.org/zalando-incubator/zelt.svg?branch=master )] ( https://travis-ci.org/zalando-incubator/zelt ) [ ![ PyPI Version Badge] ( https://badgen.net/pypi/v/zelt )] ( https://pypi.org/project/zelt ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a74dee2bbbd64da8951a3cec5059dda3 )] ( https://www.codacy.com/app/bmaher/zelt?utm_source=github.com& ; utm_medium=referral& ; utm_content=zalando-incubator/zelt& ; utm_campaign=Badge_Grade ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/a74dee2bbbd64da8951a3cec5059dda3 )] ( https://www.codacy.com/app/bmaher/zelt?utm_source=github.com& ; utm_medium=referral& ; utm_content=zalando-incubator/zelt& ; utm_campaign=Badge_Coverage ) [ ![ Code Style] ( https://badgen.net/badge/code%20style/black/000 )] ( https://github.com/ambv/black )
3
+ <h2 align =" center " >Zalando end-to-end load tester</h2 >
4
+
5
+ <p align =" center " >
6
+ <a href =" https://travis-ci.org/zalando-incubator/zelt " ><img alt =" Build status " src =" https://travis-ci.org/zalando-incubator/zelt.svg?branch=master " ></a >
7
+ <a href =" https://pypi.org/project/zelt " ><img alt =" PyPI " src =" https://badgen.net/pypi/v/zelt " ></a >
8
+ <a href =" https://www.codacy.com/app/bmaher/zelt?utm_source=github.com& ; utm_medium=referral& ; utm_content=zalando-incubator/zelt& ; utm_campaign=Badge_Grade " ><img alt =" Code quality " src =" https://api.codacy.com/project/badge/Grade/a74dee2bbbd64da8951a3cec5059dda3 " ></a >
9
+ <a href =" https://www.codacy.com/app/bmaher/zelt?utm_source=github.com& ; utm_medium=referral& ; utm_content=zalando-incubator/zelt& ; utm_campaign=Badge_Coverage " ><img alt =" Code coverage " src =" https://api.codacy.com/project/badge/Coverage/a74dee2bbbd64da8951a3cec5059dda3 " ></a >
10
+ <a href =" https://github.com/ambv/black " ><img alt =" Code style: black " src =" https://badgen.net/badge/code%20style/black/000 " ></a >
11
+ </p >
6
12
7
13
A ** command-line tool** for orchestrating the deployment of [ Locust] [ ] in [ Kubernetes] [ ] .
8
14
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zelt"
3
- version = " 1.2.6 "
3
+ version = " 1.2.7 "
4
4
description = " Zalando end-to-end load tester"
5
5
authors = [
6
6
" Brian Maher <brian.maher@zalando.de>" ,
You can’t perform that action at this time.
0 commit comments