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

🔨 refactor!: removes build from the CLI #241

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

pallabpain
Copy link
Member

Description

Builds are no longer supported in rapyuta.io. Hence this commit cleans up all its references from the CLI.

@pallabpain pallabpain requested review from a team as code owners October 27, 2023 11:12
@pallabpain pallabpain self-assigned this Oct 27, 2023
@pallabpain pallabpain added the 🔨 refactor Improvements in an existing feature label Oct 27, 2023
@github-actions
Copy link

🤖 Pull Request Artifacts (#6666448265) 🎉

@pallabpain pallabpain force-pushed the refactor/remove-builds branch from 00d001c to 56752d2 Compare January 23, 2024 09:03
Copy link

🤖 Pull Request Artifacts (#7623341310) 🎉

Builds are no longer supported in rapyuta.io. Hence this commit
cleans up all its references from the CLI.

BREAKING CHANGE: Builds are no longer supported in Rapyuta.io. Please
use Docker images for creating packages and deployments.
@pallabpain pallabpain force-pushed the refactor/remove-builds branch from 56752d2 to bbce608 Compare January 25, 2024 05:30
Copy link

🤖 Pull Request Artifacts (#7650316337) 🎉

@pallabpain pallabpain merged commit 4a7901d into devel Jan 25, 2024
7 checks passed
RomilShah pushed a commit that referenced this pull request Jan 25, 2024
Builds are no longer supported in rapyuta.io. Hence this commit
cleans up all its references from the CLI.

BREAKING CHANGE: Builds are no longer supported in Rapyuta.io. Please
use Docker images for creating packages and deployments.
rr-github-ci-user pushed a commit that referenced this pull request Jan 31, 2024
# [7.0.0](v6.0.0...v7.0.0) (2024-01-31)

### Bug Fixes

* **apply:** adds deploymentId as an option in GUID_KEYS ([11161ef](11161ef))
* **deployment:** prints error during delete when no deployments found ([f73fea0](f73fea0))
* **deployment:** raises exception when package depends not found ([b5b3daf](b5b3daf))
* **deployment:** validates config trees while creating deployment ([8d688fc](8d688fc))
* **device:** improves message when devices deleted successfully ([e6b1299](e6b1299))
* **device:** prints error during delete when no devices found ([7bf2c94](7bf2c94))
* **device:** speeds up listing device deployments ([e7b0ceb](e7b0ceb))
* **disk:** implements retries for deleting disk ([#260](#260)) ([c635914](c635914))
* **disk:** sets default retries=20 for polling disk status ([35fa0f4](35fa0f4))
* **jsonschema:** adds validation on disk volume mount path ([9332b45](9332b45))
* **jsonschema:** disallows additional properties for device volumes ([cc702a0](cc702a0))
* **jsonschema:** disallows additional properties for runtime dependency ([324037c](324037c))
* **jsonschema:** makes runtime required in disks ([1d81a82](1d81a82))
* **jsonschema:** makes runtime required in package and deployment ([f2e7afe](f2e7afe))
* **jsonschema:** removes default device deployment restart policy ([64967e1](64967e1))
* **jsonschema:** sets min length for secrets to 3 chars ([2703147](2703147))
* **jsonschema:** skips populating default if property not in instance ([ba7eccf](ba7eccf))
* **organization:** empties project when organization is selected non-interactively ([921e965](921e965))
* **package:** prints error during delete when no packages found ([81355a7](81355a7))
* **parameter:** adds validation on tree names ([5870508](5870508))
* **parameter:** prints info when download command has no tree name ([695875f](695875f))
* **parameter:** prints message when there is nothing to upload ([3aa3ea5](3aa3ea5))
* **parameter:** throws error when param tree not found during apply ([9a65dd3](9a65dd3))
* **project:** skips update if VPN already enabled ([51b0222](51b0222))
* **secret:** adds secret name length validation ([8ae5102](8ae5102))

* refactor(deployment)!: removes ssh commands ([c066477](c066477))
* refactor(package)!: removes create command ([38f0580](38f0580))
* 🔨 refactor!: removes build from the CLI (#241) ([4a7901d](4a7901d)), closes [#241](#241)

### Features

* **auth:** allow environment change without trying to fetch token ([5f4a49f](5f4a49f))
* **deployment:** supports deleting multiple deployments ([f7cccc3](f7cccc3))
* **package:** add support for nested docker images. ([55b05c6](55b05c6))
* **parameters:** apply with device name pattern ([4a5e54c](4a5e54c))
* **parameters:** apply with device name pattern ([6f3b34a](6f3b34a))
* **utils:** implements a SimpleCache class ([0d466b6](0d466b6))
* **utils:** implements concurrent executor helper functions ([7a67be3](7a67be3))

### Reverts

* skips populating default if property not in instance" ([d482223](d482223))

### BREAKING CHANGES

* The `rio deployment ssh-init` and `rio deployment ssh`
commands are no longer available.
* rio package create is no longer available. Please use
`rio apply package.yaml` for creating new packages.
* Builds are no longer supported in Rapyuta.io. Please
use Docker images for creating packages and deployments.
@rr-github-ci-user
Copy link
Collaborator

🎉 This PR is included in version 7.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

RomilShah pushed a commit that referenced this pull request Apr 23, 2024
# [7.0.0](v6.0.0...v7.0.0) (2024-01-31)

### Bug Fixes

* **apply:** adds deploymentId as an option in GUID_KEYS ([11161ef](11161ef))
* **deployment:** prints error during delete when no deployments found ([f73fea0](f73fea0))
* **deployment:** raises exception when package depends not found ([b5b3daf](b5b3daf))
* **deployment:** validates config trees while creating deployment ([8d688fc](8d688fc))
* **device:** improves message when devices deleted successfully ([e6b1299](e6b1299))
* **device:** prints error during delete when no devices found ([7bf2c94](7bf2c94))
* **device:** speeds up listing device deployments ([e7b0ceb](e7b0ceb))
* **disk:** implements retries for deleting disk ([#260](#260)) ([c635914](c635914))
* **disk:** sets default retries=20 for polling disk status ([35fa0f4](35fa0f4))
* **jsonschema:** adds validation on disk volume mount path ([9332b45](9332b45))
* **jsonschema:** disallows additional properties for device volumes ([cc702a0](cc702a0))
* **jsonschema:** disallows additional properties for runtime dependency ([324037c](324037c))
* **jsonschema:** makes runtime required in disks ([1d81a82](1d81a82))
* **jsonschema:** makes runtime required in package and deployment ([f2e7afe](f2e7afe))
* **jsonschema:** removes default device deployment restart policy ([64967e1](64967e1))
* **jsonschema:** sets min length for secrets to 3 chars ([2703147](2703147))
* **jsonschema:** skips populating default if property not in instance ([ba7eccf](ba7eccf))
* **organization:** empties project when organization is selected non-interactively ([921e965](921e965))
* **package:** prints error during delete when no packages found ([81355a7](81355a7))
* **parameter:** adds validation on tree names ([5870508](5870508))
* **parameter:** prints info when download command has no tree name ([695875f](695875f))
* **parameter:** prints message when there is nothing to upload ([3aa3ea5](3aa3ea5))
* **parameter:** throws error when param tree not found during apply ([9a65dd3](9a65dd3))
* **project:** skips update if VPN already enabled ([51b0222](51b0222))
* **secret:** adds secret name length validation ([8ae5102](8ae5102))

* refactor(deployment)!: removes ssh commands ([c066477](c066477))
* refactor(package)!: removes create command ([38f0580](38f0580))
* 🔨 refactor!: removes build from the CLI (#241) ([4a7901d](4a7901d)), closes [#241](#241)

### Features

* **auth:** allow environment change without trying to fetch token ([5f4a49f](5f4a49f))
* **deployment:** supports deleting multiple deployments ([f7cccc3](f7cccc3))
* **package:** add support for nested docker images. ([55b05c6](55b05c6))
* **parameters:** apply with device name pattern ([4a5e54c](4a5e54c))
* **parameters:** apply with device name pattern ([6f3b34a](6f3b34a))
* **utils:** implements a SimpleCache class ([0d466b6](0d466b6))
* **utils:** implements concurrent executor helper functions ([7a67be3](7a67be3))

### Reverts

* skips populating default if property not in instance" ([d482223](d482223))

### BREAKING CHANGES

* The `rio deployment ssh-init` and `rio deployment ssh`
commands are no longer available.
* rio package create is no longer available. Please use
`rio apply package.yaml` for creating new packages.
* Builds are no longer supported in Rapyuta.io. Please
use Docker images for creating packages and deployments.
@ankitrgadiya ankitrgadiya deleted the refactor/remove-builds branch May 28, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 refactor Improvements in an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants