Releases: aws-controllers-k8s/sagemaker-controller
Releases · aws-controllers-k8s/sagemaker-controller
v1.2.3
What's Changed
- modify canary to use shallow from env by @ananth102 in #246
- Update to ACK runtime
v0.27.1
, code-generatorv0.27.0
by @ack-bot in #248
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Increase wait period in test for sagemaker resource by @jsitu777 in #227
- Add select_regions_1 as config and unindent pytest command by @ryansteakley in #230
- Enable custom canary reporting to cloudwatch by @jsitu777 in #229
- Push Canary Success Rate to Cloudwatch Metric by @jsitu777 in #233
- Increasing test timeouts and disabling stop tests by @ananth102 in #235
- Update replacement_values for new canary regions by @rd-pong in #239
- Create shallow canary marker by @rd-pong in #240
- Fix S3 not found by @rd-pong in #241
- Add dummy values in replacement_values.py by @rd-pong in #243
- Update to ACK runtime
v0.26.0
, code-generatorv0.26.1
by @ack-bot in #245
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Enable debug logging for canary by @ryansteakley in #217
- Refactor e2e deletion and unmark adopted Endpoint Test by @ryansteakley in #216
- update meta-data docs link by @ryansteakley in #223
- Fix delete_custom_resource import by @ryansteakley in #222
- Update to ACK runtime
v0.25.0
, code-generatorv0.25.0
by @ack-bot in #220
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Stable ✅
What's Changed
- Added ability to use SSM in Endpoint Configuration Resource. See Container SSM Access in SageMaker documentation for more information.
Commits
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #206
- Update to ACK runtime
v0.24.1
, code-generatorv0.24.3
by @ack-bot in #211 - Update gosdk to support enableSSMAcess by @ananth102 in #213
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
Stable ✅
What's Changed
- release artifacts for release
v1.0.0
by @RedbackThomson in #199
Full Changelog: v0.6.0...v1.0.0
v0.6.0
Stable ✅
What's Changed
New features:
- Support for Deployment Config for Endpoint Resource. See Deployment guardrails in SageMaker documentation for more information.
- Support for Serverless Endpoint for Endpoint Config Resource. See Serverless Inference in SageMaker documentation for more information.
- Support for retaining AWS resources after CR deletion.
Bug fixes:
- Bug fix for notebook controller
Commits
- fix: late initialize volumeInSizeGB field by @ananth102 in #190
- Update to ACK runtime
v0.22.1
, code-generatorv0.22.0
by @ack-bot in #188 - Feature: Deployment Config by @ananth102 in #191
- Feature: Serverless Endpoint by @ananth102 in #193
- Resource retention Integration test by @ananth102 in #194
- DeploymentConfig Unit Tests by @ananth102 in #195
- Update to ACK runtime
v0.23.0
, code-generatorv0.23.0
by @ack-bot in #196 - release artifacts for release v0.6.0 by @ananth102 in #198
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Update to ACK runtime v0.21.0, code-generator v0.21.0 by @ananth102 in #186
- release artifacts for release v0.5.1 by @ananth102 in #187
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Stable ✅
What's Changed
This release includes the following new resources and updates:
- Pipeline Execution
⚠️ retry_pipeline_execution
is not supported via ACK operator and needs to be implemented at application level. Theretry_pipeline_execution
call needs to be sent to SageMaker directly and not through ACK SageMaker
- Pipeline
⚠️ Pipeline does not support S3 location as input
New Features:
- Training Job resource now supports Managed warm pool, heterogeneous clusters through Instance Groups and Retry Strategy.
- Warm pools are auto terminated if training job does not complete successfully.
- Training Job resource now supports Update Operations.
- Update training job only supports adding new profiling configurations when training job is InProgress or to change warm pool retention length after training job completes
Commits
- fix: Use server side defaults for Train definitions by @ananth102 in #177
- Feature: Support RetryStrategy/InstanceGroups by @ananth102 in #175
- Initial pipeline resource by @ryansteakley in #178
- Initial pipeline-execution resource by @ryansteakley in #174
- check in status for lastModifiedTime pipelineResources by @ryansteakley in #182
- Feature: UpdateTrainingJob and warm pool support by @ananth102 in #179
- Test: Unit test for update training job by @ananth102 in #180
- Pipeline unit tests by @ryansteakley in #181
- Pipeline-Execution Unit Tests by @ryansteakley in #183
- Fix: generator.yaml indent by @ananth102 in #184
- release artifacts for release v0.5.0 by @ananth102 in #185
Full Changelog: v0.4.5...v0.5.0
v0.4.5
What's Changed
- Update to ACK runtime to
v0.20.1
, code-generator to commit 6e2ffbc3b which has some fixes on top ofv0.20.1
release- Includes new helm value for role label
- Updated the aws-sdk-go to v1.44.93 (some of the field are left out of the code-gen)
- Updated the acktest to commit 0bf619e46
Commits :
- Added migrate resources note to README by @judyheflin in #169
- Regenerate controller using
code-generator
commit 6e2ffbc by @akartsky in #171 - Update acktest Framework by @ryansteakley in #172
- release artifacts for release v0.4.5 by @akartsky in #173
- @judyheflin made their first contribution in #169
Full Changelog: v0.4.4...v0.4.5