Skip to content

v0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@surajkota surajkota released this 01 Sep 21:32
· 155 commits to main since this release
7d2f7a0

This release includes the following resources and updates:

  • NotebookInstance
  • NotebookInstanceLifecycleConfig
  • TrainingJob
    • Requeue until profiler rule evaluation is complete.
    • ProfilerRuleEvaluationStatuses and Model Artifact location in the status
  • Endpoint
    • ⚠️ Breaking Change Remove status.latestEndpointConfgName (#92).
      • ACK.ResourceSynced will be set to True only if the update succeeds
    • ⚠️ Breaking Change Move status.lastEndpointConfigForUpdate to annotations (#92)
  • Requeue until resource Deleted/Stopped
    • Reuqueue until Stopped for job style resource like TrainingJob, TransformJob etc.
    • Reuqueue until resource is removed from service side for endpoint and monitoring schedule
  • Model package
    • Enable support for versioned model package
    • Enable support for adopting a model package by ARN
  • Enable updating conditions post delete
  • Support for Private link
  • ⚠️ Breaking Change Changes to the namespace scoped installation
    • Namespace scoped installation now uses Role and RoleBinding instead of ClusterRole and ClusterRoleBinding
  • Update ACK Runtime from 0.6.0 to 0.13.0