Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Releases: aws/amazon-sagemaker-operator-for-k8s

v1.2.2

16 Sep 04:31
Compare
Choose a tag to compare

Fixes:

  • Update the following dependencies to update the version of gogo/protobuf package to fix CVE-2021-3121
    • k8s.io/api v0.18.19
    • k8s.io/apimachinery v0.18.19
    • k8s.io/client-go v0.18.19

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

v1.2.1

26 May 01:39
Compare
Choose a tag to compare

Bug Fixes:

  • Fix for China installer - disable leader-election

v1.2.0

29 Apr 21:29
9137ab9
Compare
Choose a tag to compare

Major Features:

  • Operator for SageMaker Processing Job
  • Operator for Hosting Autoscaling Policy (HAP)

Minor Features:

  • RetainAllVariantProperties and ExcludeRetainedVariantProperties support for Hosting deployment
  • Multi-model endpoint
  • Bug fix for Model controller

Codebase migrated to use stable version of AWS GoSDK V1

v1.1.0

02 Apr 22:50
f68520f
Compare
Choose a tag to compare

Major Features:

Minor Features/Patches:

  • Removed dependency on aws-sdk-go v1
  • Refactored TrainingJob and HyperparmeterTuningJob controllers
  • Added "Bring Your Own Container" sample

v1.0.1

09 Dec 23:22
cf54388
Compare
Choose a tag to compare
  • Fixed HPO/BT deletion resource leak when SageMaker throttles
  • Added non-ephemeral-canary

v1.0.0

01 Dec 00:52
b320108
Compare
Choose a tag to compare

🥳Initial release of the Amazon SageMaker operators for Kubernetes!

Included in this release is the ability to:

  • Create/delete training jobs
  • Create/delete hyperparameter tuning jobs
  • Create/delete batch transform jobs
  • Create/delete/update model endpoints
  • Support for kubectl CloudWatch logs through the kubectl-smlogs-plugin