Commit 808af2a
authored
Upgrade to ACK runtime v0.16.5 and aws-sdk-go v1.42.0 (#153)
Issue #, if available: aws-controllers-k8s/community#1167
Description of changes:
- Updates ACK runtime from v0.15.2 to v0.16.5 . This upgrades results in aws-sdk-go upgrade to v1.42.0 and controller-runtime update to v0.11.0 as well
- Ignored the empty struct shape `RSessionAppSettings `and new resource `StudioLifecycleConfig `in generator.yaml file
- Ignored the field `RetryStrategy `for the resources TrainingJob and HyperparameterTuning job in generator.yaml file; suspect that it may need custom-code/implementation will need further testing.
- Ignored the field `DeploymentConfig `for the resource Endpoint in generator.yaml file; suspect that it may need custom-code/implementation will need further testing.
- Updated the mocks to generated from new aws-sdk-go version. Also fixed some underlying bug in creating mocks from Makefile
- Removed check for ack-terminal is set to False in `test/e2e/tests/test_endpoint.py` since the field will now be set to None on requeues instead of back to False
- Call `customSetOutput` in `sdkUpdate` for ModelPackage to set the synced conditions `pkg/resource/model_package/sdk.go`
- Added unit-tests for new late-initialized field in Notebook
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 75e7a3d commit 808af2a
File tree
223 files changed
+8217
-2158
lines changed- apis/v1alpha1
- config
- controller
- crd/bases
- rbac
- helm
- crds
- templates
- pkg/resource
- app
- data_quality_job_definition
- domain
- endpoint_config
- endpoint
- feature_group
- hyper_parameter_tuning_job
- model_bias_job_definition
- model_explainability_job_definition
- model_package_group
- model_package
- model_quality_job_definition
- model
- monitoring_schedule
- notebook_instance_lifecycle_config
- notebook_instance
- testdata
- sdkapi/readone
- v1alpha1
- readone
- desired
- observed
- update
- desired
- observed
- processing_job
- training_job
- transform_job
- user_profile
- test
- e2e/tests
- mocks/aws-sdk-go/sagemaker
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+8217
-2158
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments