Closed
Conversation
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@0094301...61815dc) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.9 to 7.0.11. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@84ae59a...22a9089) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
When instance store volumes are available, mount /var/lib/soci-snapshotter-grpc to them as well, analogously to containerd. This will provide improved image pull performance.
Since we don't parse the JSON output, print in human-readable console format instead.
Co-authored-by: GitHub <noreply@github.com>
This PR adds support for network name resolution config to the NodeConfig, allow users to override DNS nameservers and/or search domains. --------- Co-authored-by: Nick Baker <nbakerd@amazon.com>
…labs#2565) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.11 to 8.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@22a9089...98357b1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(nodeadm): add config dump command * refactor(nodeadm): move resolveConfig to cli package
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cate entries (awslabs#2578) * fix(al2023): only enable DNS for the primary interface to avoid duplicate entries * use yes/no instead of true/false * update test cases * remove SecondaryInterface test since its meaningless in this context
…id duplicate entries (awslabs#2578)" (awslabs#2584) This reverts commit f48f04c.
Some instance types have instance stores that can be slower than EBS. Add an option to disable the mount of the SOCI directory if desired.
Contributor
|
we only need to sync it up to the last AL2 release (https://github.com/awslabs/amazon-eks-ami/releases/tag/v20251209), which included commit 787c26e. the AL2 branch is already ahead of that, at d31abb6 |
Contributor
Author
|
Agreed, I noticed after opening the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #, if available:
Related to: #2545
Description of changes:
This PR is just to get the AL2 branch to the same commit as the main branch. After it's merged, I'll remove everything AL2023 from
al2branch and everything AL2 from themainbranch.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Please rebase merge (not squash) to retain the commit history.
Testing Done
N/A -- I'm not adding any code. The commit IDs are identical.