Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Apr 16, 2020
1 parent 41b82a7 commit dea7cfe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.1.0](https://github.com/eclass/rancher-for-ci/compare/v2.0.0...v2.1.0) (2020-04-16)


### Bug Fixes

* **deps:** fix vulnerabilities ([f2339e0](https://github.com/eclass/rancher-for-ci/commit/f2339e09c44d375cac13359fe3caf2e01be74b0e))
* **deps:** update axios to 0.19.2 ([c910b91](https://github.com/eclass/rancher-for-ci/commit/c910b91878b848672cb39a6fcdd4b30559537024))


### Features

* **client:** add validate method ([51a9108](https://github.com/eclass/rancher-for-ci/commit/51a91086c153a02d406edcafbca61e6cd7acdda2))
* **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)

# [2.0.0](https://github.com/eclass/rancher-for-ci/compare/v1.3.1...v2.0.0) (2019-10-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclass/rancher-for-ci",
"version": "2.0.0",
"version": "2.1.0",
"description": "A way to upgrade only the given service's docker image version.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dea7cfe

Please sign in to comment.