Skip to content

Commit dea7cfe

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2020-04-16) ### Bug Fixes * **deps:** fix vulnerabilities ([f2339e0](f2339e0)) * **deps:** update axios to 0.19.2 ([c910b91](c910b91)) ### Features * **client:** add validate method ([51a9108](51a9108)) * **client:** enable startFirst as extra option in service upgrade ([41b82a7](41b82a7)), closes [#52](#52)
1 parent 41b82a7 commit dea7cfe

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.1.0](https://github.com/eclass/rancher-for-ci/compare/v2.0.0...v2.1.0) (2020-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** fix vulnerabilities ([f2339e0](https://github.com/eclass/rancher-for-ci/commit/f2339e09c44d375cac13359fe3caf2e01be74b0e))
7+
* **deps:** update axios to 0.19.2 ([c910b91](https://github.com/eclass/rancher-for-ci/commit/c910b91878b848672cb39a6fcdd4b30559537024))
8+
9+
10+
### Features
11+
12+
* **client:** add validate method ([51a9108](https://github.com/eclass/rancher-for-ci/commit/51a91086c153a02d406edcafbca61e6cd7acdda2))
13+
* **client:** enable startFirst as extra option in service upgrade ([41b82a7](https://github.com/eclass/rancher-for-ci/commit/41b82a72ee4da1be33f1ef09b248dd27a50e9ab2)), closes [#52](https://github.com/eclass/rancher-for-ci/issues/52)
14+
115
# [2.0.0](https://github.com/eclass/rancher-for-ci/compare/v1.3.1...v2.0.0) (2019-10-17)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclass/rancher-for-ci",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A way to upgrade only the given service's docker image version.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)