sagemaker-controller
sagemaker-controller copied to clipboard
ACK service controller for Amazon SageMaker
Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Issue [1732](https://github.com/aws-controllers-k8s/community/issues/1732), if available: Description of changes: Currently tags modification is not supported for model resource . Hence added require changes to support tags modification. By submitting this pull request,...
### Update to ACK runtime `v0.36.0`, code-generator `v0.36.0` ---------- * ACK code-generator `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.36.0) * ACK runtime `v0.36.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.36.0) ---------- NOTE: This PR increments the release version of...
### Update to ACK runtime `v0.35.0`, code-generator `v0.35.0` ---------- * ACK code-generator `v0.35.0` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.35.0) * ACK runtime `v0.35.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.35.0) ---------- NOTE: This PR increments the release version of...
Description of changes: The change handles panic due to **runtime error : index out of range** . The present code accesses b.ko.Spec.InputDataConfig[index] which can throw panic if size of b.ko.Spec.InputDataConfig...
Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This PR updates controller src and test files to the Ready condition: - Run code generation - Update test infra commit id - Replace `ACK.ResourceSynced` → `Ready` - Replace `assert_synced`...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...