Skip to content

Releases: aws-controllers-k8s/sagemaker-controller

v1.2.3

07 Sep 04:36
ec2c0cf
Compare
Choose a tag to compare

What's Changed

  • modify canary to use shallow from env by @ananth102 in #246
  • Update to ACK runtime v0.27.1, code-generator v0.27.0 by @ack-bot in #248

Full Changelog: v1.2.2...v1.2.3

v1.2.2

07 Jun 18:00
aa7d7af
Compare
Choose a tag to compare

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-generator v0.26.1 by @ack-bot in #245

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Mar 20:02
b981bd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Mar 23:25
7932215
Compare
Choose a tag to compare

Stable

What's Changed

  • Added ability to use SSM in Endpoint Configuration Resource. See Container SSM Access in SageMaker documentation for more information.

Commits

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Feb 20:56
a757005
Compare
Choose a tag to compare

What's Changed

  • Security fixes
  • Update to ACK runtime v0.24.0, code-generator v0.24.2 by @ack-bot in #202

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Feb 21:45
d0c058e
Compare
Choose a tag to compare

Stable

What's Changed

Full Changelog: v0.6.0...v1.0.0

v0.6.0

02 Feb 20:22
d6d1277
Compare
Choose a tag to compare

Stable

What's Changed

New features:

Bug fixes:

  • Bug fix for notebook controller

Commits

Full Changelog: v0.5.1...v0.6.0

v0.5.1

10 Jan 19:57
69fd17e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

09 Dec 20:59
b8d0e8c
Compare
Choose a tag to compare

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. The retry_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

Full Changelog: v0.4.5...v0.5.0

v0.4.5

04 Oct 19:28
3996ba0
Compare
Choose a tag to compare

What's Changed

  • Update to ACK runtime to v0.20.1, code-generator to commit 6e2ffbc3b which has some fixes on top of v0.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 :

Full Changelog: v0.4.4...v0.4.5