Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust dependencies #1352

Merged
merged 4 commits into from
Feb 24, 2021
Merged

Conversation

arnaldo2792
Copy link
Contributor

@arnaldo2792 arnaldo2792 commented Feb 24, 2021

Issue number:
N/A

Description of changes:

tools: update outdated cargo dependencies
cd24de3f sources: update outdated cargo dependencies
d0cea749 tools: update cargo dependencies
97bb2ff4 sources: update cargo dependencies
  • nix had a major version bump, but none of the Removed features are being used
  • simplelog had a major version bump, but no breaking changes were added in the last release

Things not updated:

Testing done:

  • aws-k8s-1.18/1.19 aarch64:
    • Launched pods in cluster
    • Checked systemctl status, no units failing
    • Checked journalctl -p3 -xb no unexpected warnings/failures shown
    • Test APIs behavior by enabling the admin container using user data
    • Unit tests in sources and tools are passing
  • aws-k8s-1.18 x86_64:
    • Same testing
  • aws-ecs-1 aarch64/x86_64:
    • Launched a task/service through the ECS console
    • Checked systemctl status, no units failing
    • Checked journalctl -p3 -xb no unexpected warnings/failures shown
    • Test APIs behavior by enabling the admin container using user data
    • Launched nginx container from within the host, I accessed it through docker and call curl http://localhost
  • aws-dev aarch64/x86_64:
    • Launched nginx container from within the host, I accessed it through docker and call curl http://localhost
    • Checked systemctl status, no units failing
    • Checked journalctl -p3 -xb no unexpected warnings/failures shown
    • Test APIs behavior by enabling the admin container using user data

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.

Copy link
Contributor

@tjkirch tjkirch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

@webern webern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sources/Cargo.lock Show resolved Hide resolved
Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌱

@arnaldo2792 arnaldo2792 merged commit b5eebe8 into bottlerocket-os:develop Feb 24, 2021
@arnaldo2792 arnaldo2792 deleted the rust-updates branch February 26, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants