Skip to content

Commit

Permalink
build(manifests): 🐳 update manifests for v0.2.6-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Sep 8, 2023
1 parent 043e31d commit 5a2fd35
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 47 deletions.
19 changes: 4 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@
## [Unreleased]

### Feat
- **environment:** :rocket: support provisioning environments
- **environment:** :rocket: implement environment api
- **gpu:** :rocket: support mig instances


<a name="v0.2.6-alpha.2"></a>
## [v0.2.6-alpha.2] - 2023-08-30
### Feat
- **image:** :rocket: use config map for image query
- **registry:** :rocket: support custom image registries
- **vdi:** :rocket: add cpu option


<a name="v0.2.6-alpha.1"></a>
## [v0.2.6-alpha.1] - 2023-08-10
### Feat
- **environment:** :rocket: support provisioning environments
- **environment:** :rocket: implement environment api

### Fix
- **webhooks:** set gpu instance type if it's not specified
- **webhooks:** :bug: update webhook condition


Expand Down Expand Up @@ -251,9 +242,7 @@
- Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches


[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.2...HEAD
[v0.2.6-alpha.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.1...v0.2.6-alpha.2
[v0.2.6-alpha.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.34...v0.2.6-alpha.1
[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.34...HEAD
[v0.2.5-alpha.34]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.33...v0.2.5-alpha.34
[v0.2.5-alpha.33]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.32...v0.2.5-alpha.33
[v0.2.5-alpha.32]: https://github.com/robolaunch/robot-operator/compare/v0.2.5-alpha.31...v0.2.5-alpha.32
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/robot.roboscale.io_launchmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/robot.roboscale.io_robotartifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -377,7 +376,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/robot.roboscale.io_robotdevsuites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -187,7 +186,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/robot.roboscale.io_robotides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/robot.roboscale.io_robots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -398,7 +397,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/robot.roboscale.io_robotvdis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: robolaunchio/robot-controller-manager
newTag: v0.2.6-alpha.3
newTag: v0.2.6-alpha.4
4 changes: 2 additions & 2 deletions hack/deploy/chart/robot-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.6-alpha.3
version: 0.2.6-alpha.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.2.6-alpha.3"
appVersion: "v0.2.6-alpha.4"
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg.
nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 0 additions & 2 deletions hack/deploy/chart/robot-operator/templates/robot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -409,7 +408,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -376,7 +375,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down Expand Up @@ -199,7 +198,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb.
Defaults to "nvidia.com/gpu".
type: string
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/chart/robot-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: robolaunchio/robot-controller-manager
tag: v0.2.6-alpha.3
tag: v0.2.6-alpha.4
resources:
limits:
cpu: 500m
Expand Down
11 changes: 1 addition & 10 deletions hack/deploy/manifests/robot_operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -2035,7 +2034,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -2085,7 +2083,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -2344,7 +2341,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -2394,7 +2390,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -2634,7 +2629,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -3122,7 +3116,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -3172,7 +3165,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -5073,7 +5065,6 @@ spec:
description: GPU core number that will be allocated.
type: integer
gpuInstance:
default: nvidia.com/gpu
description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu".
type: string
memory:
Expand Down Expand Up @@ -6610,7 +6601,7 @@ spec:
- --leader-elect
command:
- /manager
image: robolaunchio/robot-controller-manager:v0.2.6-alpha.3
image: robolaunchio/robot-controller-manager:v0.2.6-alpha.4
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 5a2fd35

Please sign in to comment.