Skip to content

Commit d8819a7

Browse files
authored
release artifacts for release v0.1.0 (#108)
Description of changes: - release artifacts for release v0.1.0 Release Notes draft: This release includes the following resources and updates: - ModelPackage - ⚠️ **Breaking Change** Remove `ModelApprovalStatus` from status. This field is present in the spec and the status field was always `nil` in the previous versions. (#103) - Enables patching the spec fields with service side defaults using the late-initializer feature (#100). - This has only been enabled for some fields in spec which are not in a map or slice - Update ACK Runtime from 0.13.0 to 0.13.2 - Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7a7cf89 commit d8819a7

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
@@ -156,7 +156,7 @@ Take note of IAM_ROLE_ARN_FOR_IRSA printed in the previous step; you will pass t
156156
```sh
157157
export HELM_EXPERIMENTAL_OCI=1
158158
export SERVICE=sagemaker
159-
export RELEASE_VERSION=v0.0.4
159+
export RELEASE_VERSION=v0.1.0
160160
export CHART_EXPORT_PATH=/tmp/chart
161161
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$SERVICE-chart
162162
export CHART_REF=$CHART_REPO:$RELEASE_VERSION
@@ -218,7 +218,7 @@ Jump to Section 4.0 if you only wish to install SageMaker controller
218218
```sh
219219
export HELM_EXPERIMENTAL_OCI=1
220220
export SERVICE=applicationautoscaling
221-
export RELEASE_VERSION=v0.0.2
221+
export RELEASE_VERSION=v0.0.3
222222
export CHART_EXPORT_PATH=/tmp/chart
223223
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$SERVICE-chart
224224
export CHART_REF=$CHART_REPO:$RELEASE_VERSION

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-09-13T16:29:43Z"
2+
build_date: "2021-09-13T20:22:07Z"
33
build_hash: c6e8ce29423336f827d2ca5c737595561c84539c
44
go_version: go1.16.4
55
version: v0.13.2

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.0.4
5-
appVersion: v0.0.4
4+
version: v0.1.0
5+
appVersion: v0.1.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.0.4
7+
tag: v0.1.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)