Skip to content

Commit bee68dd

Browse files
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.0...v0.6.0) (2022-12-14) ### Bug Fixes * **build:** fixes broken apply for builds ([a68f7d0](a68f7d0)) * **project:** fixes project creation ([e89a1b4](e89a1b4)) ### Features * **managedservice:** add support for rapyuta.io `managedservices` ([7aff123](7aff123)) * **rosbags:** adds support in apply packages and deployment, and adds rosbag job update and trigger upload. ([875d50f](875d50f)) * **template:** add helm3 template like support ([ceb12c5](ceb12c5))
1 parent d38a419 commit bee68dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.6.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.5.0...v0.6.0) (2022-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** fixes broken apply for builds ([a68f7d0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/a68f7d077e4f4442952f61556bd4b9204cc63fe8))
7+
* **project:** fixes project creation ([e89a1b4](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/e89a1b41b610981828a49c5d42dc1bde72a3cb31))
8+
9+
10+
### Features
11+
12+
* **managedservice:** add support for rapyuta.io `managedservices` ([7aff123](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/7aff123997502af885138260dd1b7037160fc42c))
13+
* **rosbags:** adds support in apply packages and deployment, and adds rosbag job update and trigger upload. ([875d50f](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/875d50fd4486dd93514f36a3871a3bf9f7841344))
14+
* **template:** add helm3 template like support ([ceb12c5](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/ceb12c5c12b20618769a44435b946dd73695f661))
15+
116
# [0.5.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.4.0...v0.5.0) (2022-11-23)
217

318

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "0.5.0"
16+
__version__ = "0.6.0"
1717

1818
import click
1919
import rapyuta_io.version

0 commit comments

Comments
 (0)