Skip to content

Commit

Permalink
release artifacts for release v0.3.0 (#133)
Browse files Browse the repository at this point in the history
Release Notes Draft:

Added new resources for SageMaker Studio 

- New resource `Domain`
- New resource `UserProfile`
- New resource `App`

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
akartsky authored Nov 4, 2021
1 parent c3f7422 commit c47310a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Take note of IAM_ROLE_ARN_FOR_IRSA printed in the previous step; you will pass t
```sh
export HELM_EXPERIMENTAL_OCI=1
export SERVICE=sagemaker
export RELEASE_VERSION=v0.2.0
export RELEASE_VERSION=v0.3.0
export CHART_EXPORT_PATH=/tmp/chart
export CHART_REF=$SERVICE-chart
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$CHART_REF
Expand Down Expand Up @@ -231,7 +231,7 @@ Jump to Section 4.0 if you only wish to install SageMaker controller
```sh
export HELM_EXPERIMENTAL_OCI=1
export SERVICE=applicationautoscaling
export RELEASE_VERSION=v0.2.0
export RELEASE_VERSION=v0.3.0
export CHART_EXPORT_PATH=/tmp/chart
export CHART_REF=$SERVICE-chart
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$CHART_REF
Expand Down
2 changes: 1 addition & 1 deletion apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ack_generate_info:
build_date: "2021-11-04T16:05:38Z"
build_date: "2021-11-04T20:43:02Z"
build_hash: 4b30ff5578e2f570d1c5b1741f3098be0d78e246
go_version: go1.14.15
version: v0.15.1
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sagemaker-chart
description: A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
version: v0.2.0
appVersion: v0.2.0
version: v0.3.0
appVersion: v0.3.0
home: https://github.com/aws-controllers-k8s/sagemaker-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/sagemaker-controller
tag: v0.2.0
tag: v0.3.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit c47310a

Please sign in to comment.