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

Commit

Permalink
cutting a release
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonjbjelland committed Jul 11, 2023
1 parent 837baca commit 310eff4
Show file tree
Hide file tree
Showing 5 changed files with 864 additions and 822 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ before:
hooks:
- go mod tidy
- go generate ./...
release:
prerelease: "true"
builds:
- main: ./kubectl/open-notebook/
env:
Expand Down
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
IMG ?= docker.io/substratusai/controller-manager:v0.3.0-alpha
IMG ?= docker.io/substratusai/controller-manager:v0.3.2-alpha
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.26.1

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Substratus.AI

Your cross-cloud AI substrate: Substratus extends the Kubernetes control plane to orchestrate the building, training, and deployment of machine learning models.
Your cross-cloud AI substrate: Substratus extends the Kubernetes control plane
to orchestrate the building, training, and deployment of machine learning
models.

Learn more at [substratus.ai](https://www.substratus.ai).
8 changes: 4 additions & 4 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- manager.yaml
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.3.0-alpha
- name: controller
newName: docker.io/substratusai/controller-manager
newTag: v0.3.2-alpha
Loading

0 comments on commit 310eff4

Please sign in to comment.