Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync main with devel #369

Merged
merged 32 commits into from
Oct 15, 2024
Merged

chore: sync main with devel #369

merged 32 commits into from
Oct 15, 2024

Conversation

pallabpain
Copy link
Member

@pallabpain pallabpain commented Oct 15, 2024

Description

This PR syncs main with devel.

ankitrgadiya and others added 30 commits March 13, 2024 17:03
# [7.3.0](v7.2.1...v7.3.0) (2024-03-13)

### Bug Fixes

* **jsonschema:** updates ip range regex in staticroute ([264c77b](264c77b))

### Features

* **deployment:** adds support for host subpath uid/gid/perm ([#279](#279)) ([61bc8c5](61bc8c5))
* **static-route:** add support for IP Whitelisting ([85010ed](85010ed))
* **static-route:** add support for updating static-route ([c2a5305](c2a5305))
## [7.3.1](v7.3.0...v7.3.1) (2024-03-25)

### Bug Fixes

* **auth:** saves email_id when logged in with auth_token ([#288](#288)) ([5fb1bbe](5fb1bbe))
* **docs:** updates sphinx version and other dependencies ([#290](#290)) ([c6a8116](c6a8116))
* **project:** sends org when fetching guid from name ([#287](#287)) ([6eb340b](6eb340b))
## [7.3.2](v7.3.1...v7.3.2) (2024-03-26)

### Bug Fixes

* **project:** corrects usergroup role check in whoami command ([#291](#291)) ([3d859a1](3d859a1))
## [7.3.3](v7.3.2...v7.3.3) (2024-03-27)

### Bug Fixes

* **project:** remove erroneous check from whoami ([#295](#295)) ([7cdae50](7cdae50))
# [7.4.0](v7.3.3...v7.4.0) (2024-05-16)

### Bug Fixes

* **configtree:** handle project-level trees correctly in commit sub-command ([6899711](6899711))
* **configtree:** replace --project with --organization flag ([ab3e5ca](ab3e5ca))
* corrects the with_org usage ([29d4ae4](29d4ae4))
* **secret:** corrects corresponding find functions ([#301](#301)) ([41e287b](41e287b))

### Features

* **configtree:** add support for key-level Metadata ([5b7c1bb](5b7c1bb))
* **configtrees:** add support for interacting with Config trees ([f979128](f979128))
* **configtree:** support exporting YAML files in `import` command ([f7f145f](f7f145f))
* **graph:** add support for Graphviz ([760d6c0](760d6c0))
* **state:** implement StateFile to store intermediate state ([3302133](3302133))
* **vpn:** add support for registering machine for Android or iOS ([c385bea](c385bea))
## [7.4.1](v7.4.0...v7.4.1) (2024-05-16)

### Bug Fixes

* **vpn:** fix the expiry time formatting for vpn binding ([8e7fdcb](8e7fdcb))
# [7.5.0](v7.4.1...v7.5.0) (2024-06-12)

### Bug Fixes

* **configtree:** fix handling org-level tree revisions in statefile ([05d2a27](05d2a27))
* **configtree:** fix revision keys command to correctly show revision keys ([0ac9988](0ac9988))
* **explain:** add livenessProbe constraints in the samples ([4e34695](4e34695))
* **package:** corrects exec command parsing ([#312](#312)) ([1f0a271](1f0a271))
* **secret:** corrects corresponding list functions ([#310](#310)) ([34b5c0b](34b5c0b))

### Features

* **device:** add support for migrating device between projects ([ad70aed](ad70aed))
* **project:** adds command to update project owner ([5b4340e](5b4340e))
* **utils:** extends show_selection helper ([ce1a927](ce1a927))
# [7.6.0](v7.5.0...v7.6.0) (2024-07-04)

### Bug Fixes

* **device:** sets device labels correctly ([#329](#329)) ([a3ac73d](a3ac73d))
* **device:** sets highperf label on virtual device ([#328](#328)) ([1eb7906](1eb7906))
* **project:** updates subnet when vpn is already enabled ([#324](#324)) ([e8d553b](e8d553b))

### Features

* **configtree:** add export command ([6f236ae](6f236ae))
* **configtree:** add support for diff ([7df605e](7df605e))
* **configtree:** add support for merge ([a1d273f](a1d273f))
* **configtree:** add support for milestone ([6ada3f7](6ada3f7))
* **device:** supports onboarding hwil devices via device manifest ([#323](#323)) ([7c257f1](7c257f1))
* **hwil:** implements hwil command ([#319](#319)) ([3e24b0b](3e24b0b))
# [8.0.0](v7.6.0...v8.0.0) (2024-08-02)

### Bug Fixes

* **apply:** print file name when there is a parsing error ([413ce94](413ce94))
* **auth:** do not save password in cli config ([08a399c](08a399c))
* **bootstrap:** handle exceptions thrown by the cli ([d703df3](d703df3))
* **configtree:** prefix keys with '/' when importing to etcd ([#336](#336)) ([9c74fb5](9c74fb5))
* **configtree:** update sentinel key when tree is imported in etcd ([#337](#337)) ([8ea304b](8ea304b))
* **deployment:** show errors in deployments list ([66f2c7f](66f2c7f))
* **device:** filter uploaded files by name in name_to_request_id ([7348be2](7348be2))
* **jsonschema:** add platform as a product for virtual devices ([#338](#338)) ([6eb50f0](6eb50f0))
* **organization:** fix organization select command ([#339](#339)) ([7943a4a](7943a4a))
* **package:** update the imageTag regex to support semver tags ([#335](#335)) ([6e17408](6e17408))
* **v2client:** set organizationguid header by default ([#330](#330)) ([eaa1185](eaa1185))

### Features

* adds command to list explain examples ([3fc228e](3fc228e))
* **template:** sort rendered templates by file-name ([161ddfc](161ddfc))

### BREAKING CHANGES

* **auth:** The password is no longer saved in the riocli
config.json file.

Wrike Ticket: https://www.wrike.com/open.htm?id=1162009098
# [8.1.0](v8.0.0...v8.1.0) (2024-08-08)

### Features

* **configtree:** support yaml format while exporting trees ([9bd00c6](9bd00c6))
* **configtree:** supports overrides when importing config from files ([734e529](734e529))
# [9.0.0](v8.1.0...v9.0.0) (2024-09-25)

### Bug Fixes

* **apply:** prints resource name when apply or delete fails ([1952929](1952929))
* **configtree:** corrects typo in error message ([2b0edde](2b0edde))
* **configtree:** returns error when no files are provided in import ([843b793](843b793))
* corrects error message for batch delete ops ([48447d4](48447d4))
* **delete:** prints appropriate message when deletionPolicy = retain ([7c76d84](7c76d84))
* **deployment:** add phase filter for list_deployments ([a545c1e](a545c1e))
* **deployment:** fix deployment commands ([6f2aec2](6f2aec2))
* **deployment:** inspect deployment with guid ([#349](#349)) ([a34bd0a](a34bd0a))
* **deployment:** replace aggregateStatus with status ([9ae1cee](9ae1cee))
* **deployments:** adds stopped at time for deployment list ([7891a5c](7891a5c))
* **deployment:** set replica=0 as default in deployment logs command ([e9f4668](e9f4668))
* **deployments:** fix deployment status and wait command ([0e3ea14](0e3ea14))
* **deployments:** fix deployment wait command ([e0ef5ed](e0ef5ed))
* **deployments:** implements waiting mechanism for disk and network deployments to reach running state ([7e2f0d4](7e2f0d4))
* **device:** updates client in list device deployments command ([18b4c50](18b4c50))
* **disk:** fix disk commands ([2060d7c](2060d7c))
* **disk:** prints a better message when no disks are deleted ([dbe83e4](dbe83e4))
* fixes resolver and resource models to work with apply ([8279b77](8279b77))
* **jsonschema:** accepts null value in deployment features ([1791b29](1791b29))
* **jsonschema:** corrects resource GUID regex ([8252a71](8252a71))
* **jsonschema:** remove interface from deployment rosNetworks ([f8c2a9a](f8c2a9a))
* **manifests:** fix manifests of resources ([4f5e9bb](4f5e9bb))
* **network:** fix network commands ([7f06c67](7f06c67))
* **networks:** delete in use network ([a9d2c49](a9d2c49))
* **networks:** fix device network schema ([7ebabf0](7ebabf0))
* **networks:** fix network type flag ([64bc9e3](64bc9e3))
* **package:** allow executable command to be string, array or null ([c97b186](c97b186))
* **packages:** fix package commands ([48a92c9](48a92c9))
* **project:** fixes raised exception in find_organization_guid helper ([6ab3838](6ab3838))
* **rosbag:** update default statuses for list functions ([54fd266](54fd266))
* **template:** validate manifests against jsonschema ([b9f9fc4](b9f9fc4))
* **v2client:** corrects status check in poll_disk ([c6e7a8b](c6e7a8b))
* **v2client:** fix retry exceeded error code description and action ([938ed4c](938ed4c))
* **v2client:** fix v2 client org header ([313c660](313c660))

### Features

* adds filter by label option in list commands ([0c2cfe8](0c2cfe8))
* **apply:** init Jinja environment with filters and rio namespace ([7dc030d](7dc030d))
* **config:** store org short id in the cli config ([9c9a6fa](9c9a6fa))
* **context:** add command to view cli config ([763e712](763e712))
* **deployment:** execute commands on device deployments ([#345](#345)) ([558215b](558215b))
* **deployment:** implement restart alias for rio deployment update ([a25a85b](a25a85b))
* **deployment:** uses v2 deployments APIs ([bc33295](bc33295))
* **deployment:** wait until all dependecies are running ([71d4f0a](71d4f0a))
* **disks:** use v2 APIs for Disk operations ([3ddb694](3ddb694))
* **networks:** uses v2 networks APIs ([d967d18](d967d18))
* **packages:** uses v2 packages APIs ([1048ff5](1048ff5))
* **scripts:** adds install script for appimages ([#354](#354)) ([3677bc6](3677bc6))
* **v2client:** adds poll methods and stream deployment logs method ([af90e83](af90e83))
* **v2client:** inject X-Request-ID in headers if REQUEST_ID in env ([5ce15f1](5ce15f1))

### Performance Improvements

* **delete:** implements multi-threaded delete operation ([a50fec0](a50fec0))

### BREAKING CHANGES

* **deployment:** The rio deployment execute command no longer supports cloud deployments.
## [9.0.1](v9.0.0...v9.0.1) (2024-09-25)

### Bug Fixes

* **usergroup:** remove emailID validation ([88569d9](88569d9))
## [9.0.2](v9.0.1...v9.0.2) (2024-09-26)

### Bug Fixes

* **package:** handle empty command string ([370d529](370d529))
## [9.0.3](v9.0.2...v9.0.3) (2024-09-26)

### Bug Fixes

* **auth:** use existing token to refresh if valid ([ea0524f](ea0524f))
This is a hotfix that pins the version of the SDK to avoid breaking
changes before we release the next version of the CLI.
fix: pins rapyuta-io version to v1.17.1
semantic-release-bot and others added 2 commits October 15, 2024 04:29
## [9.0.4](v9.0.3...v9.0.4) (2024-10-15)

### Bug Fixes

* pins rapyuta-io version to v1.17.1 ([2cb936c](2cb936c))
@pallabpain pallabpain requested review from a team as code owners October 15, 2024 04:54
@pallabpain pallabpain self-assigned this Oct 15, 2024
Copy link

🤖 Pull Request Artifacts (#11339522445) 🎉

@pallabpain pallabpain merged commit b744022 into devel Oct 15, 2024
7 checks passed
@rr-github-ci-user
Copy link
Collaborator

🎉 This PR is included in version 9.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pallabpain pallabpain deleted the chore/sync-with-devel branch December 12, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants