Skip to content

Commit 44230e2

Browse files
authored
release artifacts for release v0.0.4 (#95)
Description of changes: - release artifacts for 0.0.4 - bring in latest code generator changes and a minor go fmt fix Release notes draft: This release includes the following resources and updates: - NotebookInstance - NotebookInstanceLifecycleConfig - TrainingJob - Requeue until profiler rule evaluation is complete - Model Artifact location in the status - Endpoint - Remove `status.latestEndpointConfgName` and ([#92](#92)) - Move `status.lastEndpointConfigForUpdate` to annotations Requeue until job stopped Reuqueue unil resource is removed from service side Update runtime 0.13.0 Update conditions on delete Model package - Enabled Versiooned model package - Enable adopted resource - Testing: PR build By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a2afd39 commit 44230e2

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ack_generate_info:
2-
build_date: "2021-09-01T08:44:58Z"
3-
build_hash: 07d7ea755625b2cac93bbf293bf5a8cab24ecb68
2+
build_date: "2021-09-01T20:02:38Z"
3+
build_hash: 709a1e110beb1da248c87c7738f97282d90556ba
44
go_version: go1.16.4 linux/amd64
55
version: v0.13.0
6-
api_directory_checksum: a0f6457435f0a16addd9cf7d0acef2830722bd78
6+
api_directory_checksum: 48052ad31bd7f3dbf811d81079f7235446af4cfc
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.38.11
99
generator_config_info:
10-
file_checksum: 8624689ea5b08289d25ad897c5f8cf5afc96b0ea
10+
file_checksum: 0a6535a29c6f76b5ce8a9d15f6de246542a017d8
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-09-01 08:45:01.42242216 +0000 UTC
14+
timestamp: 2021-09-01 20:02:43.411194445 +0000 UTC

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

pkg/resource/endpoint/custom_update_conditions.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ import (
2121

2222
ackcondition "github.com/aws-controllers-k8s/runtime/pkg/condition"
2323
ackerr "github.com/aws-controllers-k8s/runtime/pkg/errors"
24-
corev1 "k8s.io/api/core/v1"
2524
svcapitypes "github.com/aws-controllers-k8s/sagemaker-controller/apis/v1alpha1"
2625
svccommon "github.com/aws-controllers-k8s/sagemaker-controller/pkg/common"
2726
svcsdk "github.com/aws/aws-sdk-go/service/sagemaker"
28-
27+
corev1 "k8s.io/api/core/v1"
2928
)
3029

3130
// CustomUpdateConditions sets conditions (terminal) on supplied endpoint.

pkg/resource/model_package/resource.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)