Skip to content

Releases: aws-controllers-k8s/sagemaker-controller

v0.4.2

18 Aug 00:13
553f3a4

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Aug 21:46
1c67e4e

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Aug 17:42
c752d87

Choose a tag to compare

What's Changed

  • Updated aws-sdk-go to v1.42.28 version which supports ml.g5 training-job instances.

Additional Fields for ModelPackage

  • AdditionalInferenceSpecifications
  • SamplePayloadURL
  • Domain

v0.3.4

27 Jul 18:53
c4788b5

Choose a tag to compare

What's Changed

  • Update to ACK runtime v0.19.3, code-generator v0.19.3 by @ack-bot in #160

Full Changelog: v0.3.3...v0.3.4

v0.3.3

24 Jun 17:25
90e3010

Choose a tag to compare

What's Changed

  • Update to ACK runtime v0.19.2, code-generator v0.19.2 by @ack-bot in #159

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Jun 17:21
499728d

Choose a tag to compare

What's Changed

  • Fix awscli and kubectl versions to stable version for canary by @rrrkharse in #156
  • Update ACK runtime to v0.19.1 by @vijtrip2 in #158

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Apr 05:20
e28ce3a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Nov 23:41
c47310a

Choose a tag to compare

v0.2.0

22 Oct 00:27
9b6bf47

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Release Notes:

  • Unit tests for all resources currently included in pkg/resource
  • Helm image is updated to be Helm 3.7 compatible #119
    • ⚠️ Breaking Change Helm versions < 3.7 are no longer compatible
  • Update ACK Runtime from 0.14.0 to 0.15.1 #120

v0.1.0

13 Sep 21:09
1512b68

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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
  • Add node type selector to helm chart and use == instead of ackcompare to compare pointers (#107)
  • Update ACK Runtime from 0.13.0 to 0.13.2