Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.3...v4.1.0) (2023-09-21)

### Bug Fixes

* **explain:** corrects livenessProbe examples in packages ([69b7ad1](69b7ad1))
* **jsonschema:** corrects property name in package livenessProbe definition ([30c1a83](30c1a83))
* **update:** removes the requirement of privileged access ([8857138](8857138))
* **usergroup:** corrects the inspect output ([fc27292](fc27292))
* **usergroup:** outputs a rio manifest construct in inspect ([4c32573](4c32573))

### Features

* **deployment:** adds support for paramsync in device deployments ([e5cf0ff](e5cf0ff))
* **organization:** adds inspect command to check org details ([232fb11](232fb11))
* **package:** adds liveness probe for device executables ([4716f72](4716f72))
* **static_route:** uses v2 static route APIs ([17661c3](17661c3))
  • Loading branch information
semantic-release-bot committed Sep 21, 2023
1 parent 7232f5e commit 2bf177a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [4.1.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.0.3...v4.1.0) (2023-09-21)


### Bug Fixes

* **explain:** corrects livenessProbe examples in packages ([69b7ad1](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/69b7ad113fc927b146c2116bdcafe0c63f714eb9))
* **jsonschema:** corrects property name in package livenessProbe definition ([30c1a83](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/30c1a83acd3b52037ad7327e375be60fb5742dab))
* **update:** removes the requirement of privileged access ([8857138](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/8857138873a265c92c43a6db5c6329ace20b2a68))
* **usergroup:** corrects the inspect output ([fc27292](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/fc272923049868cb0164f1300b7bca38d6950fb7))
* **usergroup:** outputs a rio manifest construct in inspect ([4c32573](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4c3257331b7559ca396ec5a28b3b11b543a36d59))


### Features

* **deployment:** adds support for paramsync in device deployments ([e5cf0ff](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/e5cf0ff36bdce897a94f052a9ce2b0dcbe327ff7))
* **organization:** adds inspect command to check org details ([232fb11](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/232fb114ceaee7864fb7a99320376c095643e059))
* **package:** adds liveness probe for device executables ([4716f72](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4716f72fdc8f7d87d85d6c9c526fca553e08aa88))
* **static_route:** uses v2 static route APIs ([17661c3](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/17661c3b2b086f3d926857cd1fdc6952d7be5690))

## [4.0.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.0.2...v4.0.3) (2023-08-10)


Expand Down
2 changes: 1 addition & 1 deletion riocli/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "4.0.3"
__version__ = "4.1.0"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 2bf177a

Please sign in to comment.