Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number: #33
Closes #33
Description of changes:
Ran
cargo update
in thesources
directory and modified theclarify.toml
as necessary.Bumped the minor versions of the following outdated dependencies:
in the following relevant source packages:
Testing done:
Core-kit build succeeds along with builds for ECS, EKS, and NVIDIA variants.
Conducted these tests on an
aws-ecs-1
instance:The instance was able to join a cluster, meaning the following packages were verified:
api/apiclient was verified by running
apiclient set settings.motd=test
and confirming/etc/motd
was updatedapi/bootstrap-containers was verified by launching a bootstrap container and confirming in logs that it ran.
api/shibaken was verified by confirming that admin and control containers boot properly.
updater/signpost was verified by confirming the binary exists and runs. Although we were unable to test an in-place update, we reviewed the changes in the new version and confirmed there are only fixes and addition - no deletions.
Conducted these tests on an
aws-k8s-1.24
instance:static-pods was tested by enabling static-pods with a manifest in userdata and confirming the manifest gets created correctly in
/etc/kubernetes/static-pods
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.