Skip to content

Commit

Permalink
release v0.8.2 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 22, 2023
1 parent 17373ae commit 3382619
Show file tree
Hide file tree
Showing 8 changed files with 1,648 additions and 8 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.8.1
VERSION ?= v0.8.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.8.1
newTag: v0.8.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.8.1
newTag: v0.8.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.8.1
newTag: v0.8.2
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Generating releases is done by doing the following:
2. Generate the new install manifest that points to the new image

```sh
make install/kubernetes/system.yaml
make prepare-release
```

3. Submit a PR
Expand Down
1,640 changes: 1,640 additions & 0 deletions install/gcp/manifests.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions install/kind/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ spec:
envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/controller-manager:v0.8.1
image: docker.io/substratusai/controller-manager:v0.8.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1710,7 +1710,7 @@ spec:
- envFrom:
- configMapRef:
name: system
image: docker.io/substratusai/sci-kind:v0.8.1
image: docker.io/substratusai/sci-kind:v0.8.2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
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.8.1
version=v0.8.2
os=$(uname -s)
arch=$(uname -m | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')

Expand Down

0 comments on commit 3382619

Please sign in to comment.