Skip to content

1.9.1 Release

Latest
Compare
Choose a tag to compare
@ddgenome ddgenome released this 10 Feb 17:29
· 149 commits to master since this release

1.9 branch fixes

Added

  • Updates to goal planning and scheduling. #216
  • YAML goal set specification. #216
  • Add placeholder replacement in cache classifier. #219
  • Allow goal planning contribute to goal caches. #220
  • Split out goal planning and goal execution. #215
  • Provide more context when requiring fails. #224
  • Add goal to fulfill scheduled container goals. #231
  • Move the GCP pack into sdm-core. #237
  • Add support for skill output. #240
  • Move sdm-pack-k8s into sdm-core. #241

Changed

  • Scope cache by workspace. #222
  • Move to using GraphQL mutations for SdmGoal and SdmGoalSet. #226
  • Better YAML format. #227
  • Merge pod affinity rather than overwrite. #229
  • Prepare for GCF to k8s goal scheduling. #230
  • Have beforeCreation return job spec. #234
  • Update @kubernetes/client-node. #239

Fixed

  • Dynamic goals don't carry forward preConditions. #786
  • Wait on container log to close. #242