Skip to content

Commit c47310a

Browse files
authored
release artifacts for release v0.3.0 (#133)
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.
1 parent c3f7422 commit c47310a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Take note of IAM_ROLE_ARN_FOR_IRSA printed in the previous step; you will pass t
170170
```sh
171171
export HELM_EXPERIMENTAL_OCI=1
172172
export SERVICE=sagemaker
173-
export RELEASE_VERSION=v0.2.0
173+
export RELEASE_VERSION=v0.3.0
174174
export CHART_EXPORT_PATH=/tmp/chart
175175
export CHART_REF=$SERVICE-chart
176176
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$CHART_REF
@@ -231,7 +231,7 @@ Jump to Section 4.0 if you only wish to install SageMaker controller
231231
```sh
232232
export HELM_EXPERIMENTAL_OCI=1
233233
export SERVICE=applicationautoscaling
234-
export RELEASE_VERSION=v0.2.0
234+
export RELEASE_VERSION=v0.3.0
235235
export CHART_EXPORT_PATH=/tmp/chart
236236
export CHART_REF=$SERVICE-chart
237237
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$CHART_REF

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ack_generate_info:
2-
build_date: "2021-11-04T16:05:38Z"
2+
build_date: "2021-11-04T20:43:02Z"
33
build_hash: 4b30ff5578e2f570d1c5b1741f3098be0d78e246
44
go_version: go1.14.15
55
version: v0.15.1

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: sagemaker-chart
33
description: A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
4-
version: v0.2.0
5-
appVersion: v0.2.0
4+
version: v0.3.0
5+
appVersion: v0.3.0
66
home: https://github.com/aws-controllers-k8s/sagemaker-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/sagemaker-controller
7-
tag: v0.2.0
7+
tag: v0.3.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)