Skip to content

Commit 871401b

Browse files
authored
release artifacts for release v0.0.3 (#74)
Release artifacts for v0.0.3 Manual changes to helm charts: - Enabled debug logging since its a pre-release ``` log: enable_development_logging: false enable_development_logging: true ``` - removed `--endpoint-url` from deployment and values.yaml README version update ### Testing Manual testing PR build ### Release notes draft This release includes the following updates: - Feature Group - ModelPackageGroup - ModelPackage - Disabled support for versioned modelpackage. Controller will set a `ACK.Terminal` condition if user tries to create a versioned model package - Bug with versioned model package creation is pending investigtion - adopting resource not supported - Periodic infinite requeue for endpoint and monitoring schedule - Requeues periodically even after the resource is in sync to check the latest status from the service. E.g. scaling activity updates the instanceCount for a variant in endpoint - Tag support - Supported during resource creation - Updates not supported for tags - Changes to printer columns - Runtime update to 0.6.0 - Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes - Some important changes, - Introduces additional debug level logs - Ability to patch a resource post delete - Support additional keys for adopted resource
1 parent aa8dfce commit 871401b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Take note of IAM_ROLE_ARN_FOR_IRSA printed in the previous step; you will pass t
135135
```sh
136136
export HELM_EXPERIMENTAL_OCI=1
137137
export SERVICE=sagemaker
138-
export RELEASE_VERSION=v0.0.2
138+
export RELEASE_VERSION=v0.0.3
139139
export CHART_EXPORT_PATH=/tmp/chart
140140
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$SERVICE-chart
141141
export CHART_REF=$CHART_REPO:$RELEASE_VERSION

helm/Chart.yaml

+2-2
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 sagemaker
4-
version: v0.0.2
5-
appVersion: v0.0.2
4+
version: v0.0.3
5+
appVersion: v0.0.3
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

+1-1
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.2
7+
tag: v0.0.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)