Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
release v0.9.2 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 authored Sep 6, 2023
1 parent b8a1fc9 commit dd9c5e5
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
VERSION ?= v0.9.1
VERSION ?= v0.9.2
IMG ?= docker.io/substratusai/controller-manager:${VERSION}
IMG_SCI_KIND ?= docker.io/substratusai/sci-kind:${VERSION}
IMG_SCI_GCP ?= docker.io/substratusai/sci-gcp:${VERSION}
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: docker.io/substratusai/controller-manager
newTag: v0.9.1
newTag: v0.9.2
2 changes: 1 addition & 1 deletion config/sci-gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: sci
newName: docker.io/substratusai/sci-gcp
newTag: v0.9.1
newTag: v0.9.2
2 changes: 1 addition & 1 deletion config/sci-kind/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kind: Kustomization
images:
- name: sci
newName: docker.io/substratusai/sci-kind
newTag: v0.9.1
newTag: v0.9.2
4 changes: 4 additions & 0 deletions docs/api/generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `command` _string array_ | Command to run in the container. |
| `env` _object (keys:string, values:string)_ | Environment variables in the container |
| `image` _string_ | Image that contains dataset loading code and dependencies. |
| `build` _[Build](#build)_ | Build specifies how to build an image. |
| `resources` _[Resources](#resources)_ | Resources are the compute resources required by the container. |
Expand Down Expand Up @@ -197,6 +198,7 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `command` _string array_ | Command to run in the container. |
| `env` _object (keys:string, values:string)_ | Environment variables in the container |
| `image` _string_ | Image that contains model code and dependencies. |
| `build` _[Build](#build)_ | Build specifies how to build an image. |
| `resources` _[Resources](#resources)_ | Resources are the compute resources required by the container. |
Expand Down Expand Up @@ -253,6 +255,7 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `command` _string array_ | Command to run in the container. |
| `env` _object (keys:string, values:string)_ | Environment variables in the container |
| `suspend` _boolean_ | Suspend should be set to true to stop the notebook (Pod) from running. This is a pointer to distinguish between explicit false and not specified. |
| `image` _string_ | Image that contains notebook and dependencies. |
| `build` _[Build](#build)_ | Build specifies how to build an image. |
Expand Down Expand Up @@ -343,6 +346,7 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `command` _string array_ | Command to run in the container. |
| `env` _object (keys:string, values:string)_ | Environment variables in the container |
| `image` _string_ | Image that contains model serving application and dependencies. |
| `build` _[Build](#build)_ | Build specifies how to build an image. |
| `resources` _[Resources](#resources)_ | Resources are the compute resources required by the container. |
Expand Down
24 changes: 22 additions & 2 deletions install/gcp/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains dataset loading code and dependencies.
type: string
Expand Down Expand Up @@ -397,6 +402,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains model code and dependencies.
type: string
Expand Down Expand Up @@ -683,6 +693,11 @@ spec:
required:
- name
type: object
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains notebook and dependencies.
type: string
Expand Down Expand Up @@ -953,6 +968,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains model serving application and dependencies.
type: string
Expand Down Expand Up @@ -1575,7 +1595,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.9.1
image: docker.io/substratusai/controller-manager:v0.9.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1625,7 +1645,7 @@ spec:
- envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/sci-gcp:v0.9.1
image: docker.io/substratusai/sci-gcp:v0.9.2
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down
24 changes: 22 additions & 2 deletions install/kind/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains dataset loading code and dependencies.
type: string
Expand Down Expand Up @@ -397,6 +402,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains model code and dependencies.
type: string
Expand Down Expand Up @@ -683,6 +693,11 @@ spec:
required:
- name
type: object
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains notebook and dependencies.
type: string
Expand Down Expand Up @@ -953,6 +968,11 @@ spec:
items:
type: string
type: array
env:
additionalProperties:
type: string
description: Environment variables in the container
type: object
image:
description: Image that contains model serving application and dependencies.
type: string
Expand Down Expand Up @@ -1640,7 +1660,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.9.1
image: docker.io/substratusai/controller-manager:v0.9.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1719,7 +1739,7 @@ spec:
- envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/sci-kind:v0.9.1
image: docker.io/substratusai/sci-kind:v0.9.2
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 15
Expand Down
2 changes: 1 addition & 1 deletion install/kubectl-plugins.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -xe

version=v0.9.1
version=v0.9.2
os=$(uname -s)
arch=$(uname -m | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')

Expand Down

0 comments on commit dd9c5e5

Please sign in to comment.